UNPKG

@suspensive/react-query-5

Version:

Suspensive interfaces for @tanstack/react-query@5

16 lines (15 loc) 592 B
import { mutationOptions as mutationOptions$1 } from "@tanstack/react-query"; //#region src/mutationOptions.d.ts /** * This feature is officially supported in \@tanstack/react-query@5, You can proceed with the migration. * @deprecated Use `mutationOptions` from \@tanstack/react-query@5 * @example * ```diff * - import { mutationOptions } from '@suspensive/react-query' * + import { mutationOptions } from '@tanstack/react-query' * ``` */ declare const mutationOptions: typeof mutationOptions$1; //#endregion export { mutationOptions }; //# sourceMappingURL=mutationOptions.d.cts.map