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