Repository URL to install this package:
|
Version:
2.1.7 ▾
|
/// <reference types="react" />
import { StoreProductListProps, StoreProductItemProps } from './typings';
declare function defaultRenderHeading(props: StoreProductItemProps): JSX.Element;
declare function defaultRenderProductItemList(props: StoreProductItemProps): JSX.Element;
declare function defaultRenderStoreItem(props: StoreProductItemProps): JSX.Element;
declare function defaultRenderStoreProductList(props: StoreProductListProps): false | any[];
declare function defaultRenderWrapper(props: StoreProductListProps): JSX.Element;
export { defaultRenderHeading, defaultRenderProductItemList, defaultRenderStoreItem, defaultRenderStoreProductList, defaultRenderWrapper, };