mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 06:56:20 +00:00
4 lines
154 B
TypeScript
4 lines
154 B
TypeScript
import { EventDispatcher, IEventDispatcher } from '@nitrots/nitro-renderer';
|
|
|
|
export const UI_EVENT_DISPATCHER: IEventDispatcher = new EventDispatcher();
|