rk
17 小时以前 38d111cb6defedff3bf06314ca30d22a01faae22
1
2
export declare const uniEventOn: (type: string, listener: (e?: any) => void) => void;
export declare const uniEventOff: (type: string, listener: (e?: any) => void) => void;