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.

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