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