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:
/// <reference types="react" />
declare const StyledOrderStatus: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledProductItem: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledStoreProductList: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const PaymentSummaryContainer: 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 StyledActionButtonGroup: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const FooterContainer: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
    isExpanded: boolean;
}, any, import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
    isExpanded: boolean;
}>;
declare const StyledAnimatedExpandableCard: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<Pick<{
    'data-qa': string;
}, "data-qa"> & Pick<any, import("react").ReactText>, any, Pick<{
    'data-qa': string;
}, "data-qa"> & Pick<any, import("react").ReactText>>;
export { StyledOrderStatus, StyledProductItem, PaymentSummaryContainer, FooterContainer, StyledStoreProductList, StyledActionButtonGroup, StyledAnimatedExpandableCard, };