1
This commit is contained in:
@@ -5,6 +5,9 @@ import type { IDestroyable } from '@/core/common/types/IDestroyable.ts'
|
||||
* @interface IEventMap 事件定义 键是事件名称,值是事件处理函数
|
||||
*/
|
||||
export interface IEventMap {
|
||||
/**
|
||||
* 事件处理函数映射
|
||||
*/
|
||||
[key: string]: (...args: any[]) => void
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user