mirror of
https://github.com/duckietm/Nitro-Cool-UI-Renderer.git
synced 2025-06-21 23:16:58 +00:00
6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
import { EventDispatcher } from './EventDispatcher';
|
|
|
|
const eventDispatcher = new EventDispatcher();
|
|
|
|
export const GetEventDispatcher = () => eventDispatcher;
|