@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.
5 lines • 317 B
Source Map (JSON)
import type { QueryFunctionContext, QueryKey } from "@tanstack/react-query";
type Context = QueryFunctionContext<QueryKey, any> | QueryFunctionContext<QueryKey, never>;
export declare const prepareQueryContext: (context: Context) => Pick<Context, "queryKey" | "signal">;
export {};
//# sourceMappingURL=index.d.ts.map