Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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, };