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