UNPKG

@commercelayer/react-components

Version:
10 lines (9 loc) 414 B
import type { ShippingAddressState } from '../reducers/ShippingAddressReducer'; type DefaultContext = { setShippingAddress?: (id: string, options?: { customerAddressId: string; }) => Promise<void>; } & ShippingAddressState; export declare const defaultShippingAddressContext: {}; declare const ShippingAddressContext: import("react").Context<DefaultContext>; export default ShippingAddressContext;