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" />
import { ShippingMethodOption } from 'abstractions/Checkout';
declare const StyledProductItem: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledShippingAddress: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledShippingMethod: typeof ShippingMethodOption;
declare const StyledDeliveryInstruction: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const Wrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>>;
export { StyledProductItem, StyledShippingAddress, StyledShippingMethod, StyledDeliveryInstruction, Wrapper, };