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