Repository URL to install this package:
|
Version:
2.7.6 ▾
|
import React from 'react';
import { ProductListProps, ItemDetailProps } from './typings';
declare function defaultRenderItem(item: ItemDetailProps): JSX.Element;
declare function defaultRenderList(props: ProductListProps): React.ReactNode[];
declare function defaultRenderHeader(props: ProductListProps): JSX.Element;
declare function defaultRenderBox(props: ProductListProps): JSX.Element;
declare function defaultRenderWrapper(props: ProductListProps): JSX.Element;
export { defaultRenderHeader, defaultRenderList, defaultRenderItem, defaultRenderBox, defaultRenderWrapper, };