UNPKG

@tanstack/vue-query

Version:

Hooks for managing, caching and syncing asynchronous and remote data in Vue

9 lines (6 loc) 207 B
import { QueryClient } from './queryClient.js'; import 'vue-demi'; import '@tanstack/query-core'; import './types.js'; declare function useQueryClient(id?: string): QueryClient; export { useQueryClient };