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 { GalleryViewProps } from './typings';
declare function defaultRenderPrice(props: GalleryViewProps): JSX.Element;
declare function defaultRenderBrandName(props: GalleryViewProps): JSX.Element;
declare function defaultRenderName(props: GalleryViewProps): JSX.Element;
declare function defaultRenderImage(props: GalleryViewProps): JSX.Element;
declare function defaultRenderFavorite(props: GalleryViewProps): JSX.Element;
declare function defaultRenderItem(props: GalleryViewProps): JSX.Element;
declare function defaultRenderBox(props: GalleryViewProps): React.ReactNode;
declare function defaultRenderWrapper(props: GalleryViewProps): JSX.Element;
export { defaultRenderName, defaultRenderBrandName, defaultRenderPrice, defaultRenderImage, defaultRenderFavorite, defaultRenderItem, defaultRenderBox, defaultRenderWrapper };