MrShi
9 天以前 c0f0e756e9d61c27e358c798c91042e35711028b
1
2
export declare const uniEventOn: (type: string, listener: (e?: any) => void) => void;
export declare const uniEventOff: (type: string, listener: (e?: any) => void) => void;