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