use-swr-config.d.ts 106 B

12
  1. import { FullConfiguration } from '../types';
  2. export declare const useSWRConfig: () => FullConfiguration;