@commercelayer/react-components
Version:
The Official Commerce Layer React Components
9 lines (8 loc) • 329 B
TypeScript
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;