Repository URL to install this package:
|
Version:
2.8.4 ▾
|
import { ShippingMethodOptionItemProps as ShippingMethodOptionItemPlaceholderProps, ShippingMethodOptionListProps as ShippingMethodOptionListPlaceholderProps } from 'abstractions/Checkout/ShippingMethodOption';
export interface LabelProps {
shippingType?: string;
expectedDelivery?: string;
}
export interface ShippingMethodOptionItemProps extends ShippingMethodOptionItemPlaceholderProps {
label: LabelProps;
}
export declare type ListOfToggleProps = Array<ShippingMethodOptionItemProps>;
export interface ShippingMethodOptionListProps extends ShippingMethodOptionListPlaceholderProps {
identifier?: string;
}