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.

3 lines 255 B
import type { QueryFunctionContext, QueryKey } from "@tanstack/react-query"; export declare const prepareQueryContext: (context: QueryFunctionContext<QueryKey, any>) => Omit<QueryFunctionContext<QueryKey, any>, "meta">; //# sourceMappingURL=index.d.ts.map