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