UNPKG

@commercelayer/react-components

Version:
10 lines (9 loc) 424 B
import type { DeliveryLeadTime, ShippingMethod } from '@commercelayer/sdk'; export interface InitialShippingMethodContext { shippingMethod?: ShippingMethod; deliveryLeadTimeForShipment?: DeliveryLeadTime; currentShippingMethodId?: string; shipmentId?: string; } declare const ShippingMethodChildrenContext: import("react").Context<InitialShippingMethodContext>; export default ShippingMethodChildrenContext;