@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.
10 lines • 392 B
text/typescript
/// <reference types="react" />
export declare const useRouterContext: () => {
useHistory: () => any;
useLocation: () => any;
useParams: <Params extends { [K in keyof Params]?: string | undefined; } = {}>() => Params;
Prompt: import("react").FC<import("../..").PromptProps>;
Link: import("react").FC<any>;
routes: any;
};
//# sourceMappingURL=useRouterContext.d.ts.map