UNPKG

@fetch-suit/react-fetch-interceptor

Version:

a very simple fetch interception solution for react

4 lines (3 loc) 154 B
/// <reference types="react" /> import { Fetch } from '@fetch-suit/fetch-interceptor'; export declare const FetchContext: import("react").Context<Fetch>;