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