nitro/apps/frontend/src/api/events/UI_EVENT_DISPATCHER.ts

4 lines
154 B
TypeScript

import { EventDispatcher, IEventDispatcher } from '@nitrots/nitro-renderer';
export const UI_EVENT_DISPATCHER: IEventDispatcher = new EventDispatcher();