人民医院前端

combineEvent.d.ts 173B

123
  1. export declare const uniEventOn: (type: string, listener: (e?: any) => void) => void;
  2. export declare const uniEventOff: (type: string, listener: (e?: any) => void) => void;