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