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.

4 lines 291 B
import type { LegacyRouterProvider } from "../../../contexts/router/legacy/types"; import type { RouterProvider } from "../../../contexts/router/types"; export declare const checkRouterPropMisuse: (value: LegacyRouterProvider | RouterProvider) => boolean; //# sourceMappingURL=index.d.ts.map