UNPKG

@refinedev/core

Version:

refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.

20 lines 914 B
/// <reference types="react" /> export declare const useRefineContext: () => { __initialized: boolean | undefined; Footer: import("react").FC<{}> | undefined; Header: import("react").FC<{}> | undefined; Layout: import("react").FC<import("../..").LayoutProps>; OffLayoutArea: import("react").FC<{}> | undefined; Sider: import("react").FC<{}> | undefined; Title: import("react").FC<import("../..").TitleProps> | undefined; hasDashboard: boolean; mutationMode: import("../..").MutationMode; syncWithLocation: boolean; undoableTimeout: number; warnWhenUnsavedChanges: boolean; DashboardPage: import("react").FC<import("../..").DashboardPageProps<any>> | undefined; LoginPage: false | import("react").FC<{}> | undefined; catchAll: import("react").ReactNode; options: import("../..").IRefineContextOptions; }; //# sourceMappingURL=useRefineContext.d.ts.map