rk
19 小时以前 38d111cb6defedff3bf06314ca30d22a01faae22
1
2
export declare const on: (type: string, handler: (e?: any) => void) => void;
export declare const off: (type: string, handler: (e?: any) => void) => void;