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