UNPKG

@appello/services

Version:

Services package with api / graphql

4 lines (3 loc) 186 B
import { QueryClient } from '@tanstack/react-query'; import { QueryClientConfig } from './types'; export declare const createQueryClient: ({ config }: QueryClientConfig) => QueryClient;