From 2a42cc3c4624bd84022cef86f9752b583d57c32d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20B=C3=A4cklund?= Date: Tue, 30 Apr 2024 11:25:05 +0200 Subject: [PATCH] Add SWRInfiniteMutatorOptions type to export --- src/infinite/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/infinite/index.ts b/src/infinite/index.ts index 99e4d2b40..0bdc556d0 100644 --- a/src/infinite/index.ts +++ b/src/infinite/index.ts @@ -358,5 +358,6 @@ export { SWRInfiniteHook, SWRInfiniteKeyLoader, SWRInfiniteFetcher, - SWRInfiniteCompareFn + SWRInfiniteCompareFn, + SWRInfiniteMutatorOptions }