Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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 };