@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.
8 lines • 410 B
text/typescript
import type { IResourceItem } from "../../../contexts/resource/types";
export type UseResourceWithRouteReturnType = (route: string) => IResourceItem;
/**
* @deprecated Use `useResource` hook instead.
* @internal This hook is for internal use only. And is kept for backward compatibility.
*/
export declare const useResourceWithRoute: () => UseResourceWithRouteReturnType;
//# sourceMappingURL=index.d.ts.map