mirror of
https://github.com/duckietm/Nitro-Cool-UI.git
synced 2025-06-21 22:36:58 +00:00
5 lines
224 B
TypeScript
5 lines
224 B
TypeScript
import { GetEventDispatcher, NitroEvent } from '@nitrots/nitro-renderer';
|
|
import { DispatchEvent } from './DispatchEvent';
|
|
|
|
export const DispatchMainEvent = (event: NitroEvent) => DispatchEvent(GetEventDispatcher(), event);
|