Repository URL to install this package:
|
Version:
3.0.1 ▾
|
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, };