UNPKG

react-event-test

Version:

Event-driven alternative to React Context

9 lines (8 loc) 210 B
declare const subscribe: (...args: any[]) => { id: string; event: any; callback: any; unsubscribe: () => void; }; declare const publish: (...args: any[]) => void; export { subscribe, publish };