Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import { ShippingAddressCardProps as ShippingAddressCardPlaceholderProps } from 'abstractions/Checkout/ShippingAddressCard';
import { AddressType } from 'molecules/PhysicalAddress';
export interface ShippingAddressCardRemainingProps {
    title?: string;
    buttonLabel?: string;
    address: AddressType;
}
export interface ShippingAddressCardProps extends ShippingAddressCardPlaceholderProps, ShippingAddressCardRemainingProps {
}