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 { ProductItemProps } from './typings';
declare function defaultRenderProduct(props: ProductItemProps): JSX.Element;
declare function defaultRenderOptions(props: ProductItemProps): JSX.Element;
declare function defaultRenderDescription(props: ProductItemProps): JSX.Element;
declare function defaultRenderRating(props: ProductItemProps): JSX.Element;
declare function defaultRenderQuantity(props: ProductItemProps): JSX.Element;
declare function defaultRenderButton(props: ProductItemProps): JSX.Element;
declare function defaultRenderBox(props: ProductItemProps): JSX.Element;
declare function defaultRenderWrapper(props: ProductItemProps): JSX.Element;
export { defaultRenderProduct, defaultRenderOptions, defaultRenderDescription, defaultRenderRating, defaultRenderQuantity, defaultRenderButton, defaultRenderBox, defaultRenderWrapper, };