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-presets / dist / presets / Order / styled.d.ts
Size: Mime:
/// <reference types="react" />
declare const StyledPaymentSummary: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledOrderStatus: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledProductItemList: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<Pick<{
    dataQa: string;
}, "dataQa"> & Pick<any, import("react").ReactText>, any, Pick<{
    dataQa: string;
}, "dataQa"> & Pick<any, import("react").ReactText>>;
declare const StyledOrder: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledPrimaryButton: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<Pick<{
    dataQa: string;
}, "dataQa"> & Pick<any, import("react").ReactText>, any, Pick<{
    dataQa: string;
}, "dataQa"> & Pick<any, import("react").ReactText>>;
declare const StyledSecondaryButton: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
export { StyledOrderStatus, StyledPaymentSummary, StyledProductItemList, StyledOrder, StyledPrimaryButton, StyledSecondaryButton, };