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