Repository URL to install this package:
|
Version:
2.4.2 ▾
|
import { AddressType } from 'molecules/PhysicalAddress'
export interface ShippingAddressProps {
className?: string
address?: AddressType
addressFormIdentifier?: string
onSubmit?: Function
isRegisteredUser?: boolean
}