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