Repository URL to install this package:
|
Version:
2.0.17 ▾
|
import { ReactNode } from 'react'
import { ShippingAddressFormProps as ShippingAddressFormPlaceholderProps } from 'abstractions/Subscription/ShippingAddressForm'
import { ShippingAddressCardState } from 'presets/Subscription/ShippingAddressCard'
import { PhysicalAddress } from '@skava/ui/dist/components/molecules/PhysicalAddress'
export interface ShippingAddressFormPresetProps
extends ShippingAddressFormPlaceholderProps {
cardState?: ShippingAddressCardState
address?: PhysicalAddress
}