Repository URL to install this package:
|
Version:
2.6.18 ▾
|
@skava/ui
/
dist
/
components
/
abstractions
/
Checkout
/
GuestUser
/
MultipleShipping
/
styled.d.ts
|
|---|
/// <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, };