MrShi
9 天以前 c0f0e756e9d61c27e358c798c91042e35711028b
1
2
export declare const on: (type: string, handler: (e?: any) => void) => void;
export declare const off: (type: string, handler: (e?: any) => void) => void;