Repository URL to install this package:
|
Version:
2.1.16 ▾
|
import { FlexBoxTemplateProps } from './typings';
declare function defaultRenderItem(props: FlexBoxTemplateProps): JSX.Element;
declare function defaultRenderList(props: FlexBoxTemplateProps): JSX.Element;
declare function defaultRenderWrapper(props: FlexBoxTemplateProps): JSX.Element;
export { defaultRenderItem, defaultRenderList, defaultRenderWrapper };