Repository URL to install this package:
|
Version:
2.1.6 ▾
|
/// <reference types="react" />
import { ProductListProps } from './typings';
declare function defaultRenderStoreName(props: ProductListProps): JSX.Element;
declare function defaultRenderProductItem(props: ProductListProps): JSX.Element;
export { defaultRenderProductItem, defaultRenderStoreName };