Repository URL to install this package:
|
Version:
2.1.12 ▾
|
@skava/ui-presets
/
dist
/
abstractions
/
Checkout
/
GuestUser
/
MultipleShipping
/
renderProps.d.ts
|
|---|
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;
declare function defaultRenderBox(props: MultipleShippingProps): JSX.Element;
declare function defaultRenderWrapper(props: MultipleShippingProps): JSX.Element;
export { defaultRenderProductItem, defaultRenderShippingAddress, defaultRenderShippingMethod, defaultRenderDeliveryInstruction, defaultRenderBox, defaultRenderWrapper, };