react-http-fetch
Version:
An http library for React JS built on top of native JS fetch
6 lines (5 loc) • 339 B
TypeScript
import { HttpClientContextProps, HttpClientConfig } from './types';
import { HttpInMemoryCacheStore } from '../cache';
export declare const defaultCacheStore: HttpInMemoryCacheStore;
export declare const defaultHttpReqConfig: HttpClientConfig<void, unknown>;
export declare const defaultClientProps: HttpClientContextProps<void, unknown>;