UNPKG

@refinedev/core

Version:

Refine is a React meta-framework for building enterprise-level, data-intensive applications rapidly with support for modern UI libraries and headless integrations.

11 lines 461 B
export declare const useRefineContext: () => { __initialized: boolean | undefined; mutationMode: import("../..").MutationMode; syncWithLocation: boolean; undoableTimeout: number; warnWhenUnsavedChanges: boolean; liveMode: "off" | "auto" | "manual" | undefined; onLiveEvent: ((event: import("../..").LiveEvent) => void) | undefined; options: import("../..").IRefineContextOptions; }; //# sourceMappingURL=useRefineContext.d.ts.map