Skip to content

Commit a48fadf

Browse files
Remove missing export
1 parent 4cce385 commit a48fadf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/svelte-query/src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export { createInfiniteQuery } from './createInfiniteQuery'
1919
export { infiniteQueryOptions } from './infiniteQueryOptions'
2020
export { createMutation } from './createMutation.svelte'
2121
export { useMutationState } from './useMutationState.svelte'
22-
export type { MutationStateOptions } from './useMutationState.svelte'
2322
export { useQueryClient } from './useQueryClient'
2423
export { useIsFetching } from './useIsFetching.svelte'
2524
export { useIsMutating } from './useIsMutating.svelte'

0 commit comments

Comments
 (0)