Repository URL to install this package:
|
Version:
2.1.0 ▾
|
/// <reference types="react" />
declare const ProductItemWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
declare const ProductImage: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledProductTitle: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const ProductDescription: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const ProductBrand: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const ProductPricePanel: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
declare const PromoLabel: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const RegularPrice: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const SalePrice: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledRatings: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const ProductInfoWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
export { ProductItemWrapper, ProductImage, StyledProductTitle, ProductBrand, ProductDescription, ProductPricePanel, PromoLabel, RegularPrice, SalePrice, StyledRatings, ProductInfoWrapper, };