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

4 lines
144 B
TypeScript

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