UNPKG

@iore8655/react-bus

Version:

@iore8655/react-bus is a global/local state management by pub/sub

8 lines (7 loc) 277 B
import { Bus } from './react-bus-core'; declare class EventBus extends Bus { dispatch(...props: any[]): void; } export declare function createEventBus(): EventBus; export declare function useEventBusSelector(eventBus: EventBus, callback: Function): void; export {};