use-app-events
Version:
Create custom events and reactive variables in vanilla JavaScript and React.
7 lines (6 loc) • 385 B
TypeScript
export { default as heap } from './lib/heap';
export { default as options } from './lib/options';
export { default as notifyEventListeners } from './lib/notifyEventListeners';
export { default as listenForEvents } from './lib/listenForEvents';
export { default as useAppEvents } from './lib/useAppEvents/useAppEvents';
export { default as useGlobal } from './lib/useGlobal/useGlobal';