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    
@skava/ui / dist / components / presets / ProductPieces / ProductItem / renderProps.d.ts
Size: Mime:
import { ProductItemProps } from './typings';
declare function defaultRenderImage(props: ProductItemProps): JSX.Element;
declare function defaultRenderProductDetails(props: ProductItemProps): JSX.Element;
declare function defaultRenderQuantity(props: ProductItemProps): JSX.Element;
declare function defaultRenderPrice(props: ProductItemProps): JSX.Element;
declare function defaultRenderTotalPrice(props: ProductItemProps): JSX.Element;
export { defaultRenderImage, defaultRenderProductDetails, defaultRenderQuantity, defaultRenderPrice, defaultRenderTotalPrice, };