@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.
6 lines • 392 B
text/typescript
import React, { type PropsWithChildren } from "react";
import type { ILegacyRouterContext } from "./types";
export declare const defaultProvider: ILegacyRouterContext;
export declare const LegacyRouterContext: React.Context<ILegacyRouterContext>;
export declare const LegacyRouterContextProvider: React.FC<PropsWithChildren<Partial<ILegacyRouterContext>>>;
//# sourceMappingURL=index.d.ts.map