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