Repository URL to install this package:
|
Version:
2.1.16 ▾
|
import { PromotionModalProps } from './typings';
import { PromotionStateProps } from '../typings';
declare function defaultRenderModal(props: PromotionModalProps, state: PromotionStateProps): JSX.Element;
declare function defaultRenderBox(props: PromotionModalProps, state: PromotionStateProps): JSX.Element;
declare function defaultRenderWrapper(props: PromotionModalProps, state: PromotionStateProps): JSX.Element;
export { defaultRenderModal, defaultRenderBox, defaultRenderWrapper };