UNPKG

react-http-fetch

Version:

An http library for React JS built on top of native JS fetch

8 lines (7 loc) 228 B
/// <reference types="react" /> import { EventBus } from './event-bus'; /** * The EventBus context. */ export declare const EventBusContext: import("react").Context<EventBus>; export declare const useEventBus: () => EventBus;