deno.land / x / jotai@v1.8.4 / src / query / types.ts

نووسراو ببینە
1
2
3
4
5
6
import { QueryClient } from '@tanstack/query-core'import { Getter } from 'jotai'
export type CreateQueryOptions<Options> = Options | ((get: Getter) => Options)export type GetQueryClient = (get: Getter) => QueryClient
jotai

Version Info

Tagged at
2 years ago