Repository URL to install this package:
|
Version:
2.1.14 ▾
|
import { ItemDetailProps } from 'presets/BundleCollection/ProductItem';
import { ProductListProps } from './typings';
declare function defaultRenderItem(item: ItemDetailProps): JSX.Element;
declare function defaultRenderHeader(props: ProductListProps): JSX.Element;
export { defaultRenderItem, defaultRenderHeader, };