Repository URL to install this package:
|
Version:
4.1.0-ulta.0 ▾
|
import { AddressType } from 'molecules/PhysicalAddress'
export interface HandleFormBlurEvent extends Function {
(args: object): void
}
export interface ShippingAddressProps {
className?: string
address?: AddressType
hasBlurValidation?: boolean
isRegisteredUser?: boolean
addressFormIdentifier?: string
onFormSubmit?: Function
onFormBlur?: HandleFormBlurEvent
}