UNPKG

194 BTypeScriptView Raw
1import { ConfigInterface } from './types';
2declare const SWRConfigContext: import("react").Context<ConfigInterface<any, any, import("./types").fetcherFn<any>>>;
3export default SWRConfigContext;