/** * 事件声明 */ export type QXEmitter = { [p in keyof T]: (...args: any[]) => any; };