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.

7 lines 311 B
import React, { type PropsWithChildren } from "react"; import type { RouterProvider } from "./types"; export declare const RouterContext: React.Context<RouterProvider>; export declare const RouterContextProvider: React.FC<PropsWithChildren<{ router?: RouterProvider; }>>; //# sourceMappingURL=index.d.ts.map