Files
Nitro-V3/src/api/events/UI_EVENT_DISPATCHER.ts
T
DuckieTM 7feb10ab15 🆙 Init V3
2026-01-31 09:10:52 +01:00

4 lines
154 B
TypeScript

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