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