UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

5 lines 251 B
/// <reference types="react" /> export declare const OperationContext: import("react").Context<Operation>; export type Operation = 'create' | 'update'; export declare const useOperation: () => Operation | undefined; //# sourceMappingURL=index.d.ts.map