/** * 事件声明 */ export type QXEmitter = { [p in keyof T]: (...args: any[]) => any; }; //# sourceMappingURL=qx-emitter.d.ts.map