Repository URL to install this package:
|
Version:
2.1.16 ▾
|
import { MultipleShippingProps } from './typings';
declare function defaultRenderProductItem(props: MultipleShippingProps): JSX.Element;
declare function defaultRenderShippingAddress(props: MultipleShippingProps): JSX.Element;
declare function defaultRenderShippingMethod(props: MultipleShippingProps): JSX.Element;
declare function defaultRenderDeliveryInstruction(props: MultipleShippingProps): JSX.Element;
export { defaultRenderProductItem, defaultRenderShippingAddress, defaultRenderShippingMethod, defaultRenderDeliveryInstruction, };