UNPKG

@ozen-ui/kit

Version:

React component library

6 lines (5 loc) 209 B
import { EventBus } from '../../utils'; import { useStoredValue } from '../useStoredValue'; export var useEventBus = function () { return useStoredValue(function () { return new EventBus(); }).current; };