import { FetchInfiniteQueryOptions, QueryKey } from "@tanstack/react-query"; import * as _$react_jsx_runtime0 from "react/jsx-runtime"; //#region src/PrefetchInfiniteQuery.d.ts /** * A component that allows you to use `usePrefetchInfiniteQuery` in JSX, avoiding the limitations of React hooks. * @see {@link https://suspensive.org/docs/react-query/PrefetchInfiniteQuery Suspensive Docs} * @example * ```tsx * * ``` */ declare function PrefetchInfiniteQuery(options: FetchInfiniteQueryOptions): _$react_jsx_runtime0.JSX.Element; //#endregion export { PrefetchInfiniteQuery }; //# sourceMappingURL=PrefetchInfiniteQuery.d.mts.map