UNPKG

use-app-events

Version:

Event system for global communication in vanilla JavaScript and React.

4 lines (3 loc) 292 B
import { BaseNotifyEventListeners, BaseNotifyEventListenersOptions } from './types'; /** The `notifyEventListeners` factory. */ export declare const base_createNotifyEventListeners: <EventType extends string>(options?: BaseNotifyEventListenersOptions) => BaseNotifyEventListeners<EventType>;