Repository URL to install this package:
|
Version:
0.14.1 ▾
|
ui-component-library
/
src
/
components
/
presets
/
Checkout
/
GuestUser
/
SingleShipping
/
typings.ts
|
|---|
import { ReactNode } from 'react'
import { SingleShippingProps as SingleShippingPlaceholderProps } from 'abstractions/Checkout'
import { ShippingAddressProps } from 'src/forms/views/ShippingAddress'
export interface SingleShippingProps extends SingleShippingPlaceholderProps, ShippingAddressProps {
onShipToMultipleAddress?: Function
}