UNPKG

@commercelayer/react-components

Version:
9 lines (8 loc) 329 B
import type { OrderCodeType } from '../reducers/OrderReducer'; interface DefaultContext { validation?: void; setValue?: (name: string, value: string) => void; codeType?: OrderCodeType; } declare const CouponAndGiftCardFormContext: import("react").Context<DefaultContext>; export default CouponAndGiftCardFormContext;