UNPKG

use-app-events

Version:

Event system for global communication in vanilla JavaScript and React.

4 lines (3 loc) 262 B
import { BaseListenForEvents, BaseListenForEventsOptions } from './types'; /** The `listenForEvents` factory. */ export declare const base_createListenForEvents: <EventType extends string>(options?: BaseListenForEventsOptions) => BaseListenForEvents<EventType>;