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