人民医院前端

h5Event.d.ts 155B

123
  1. export declare const on: (type: string, handler: (e?: any) => void) => void;
  2. export declare const off: (type: string, handler: (e?: any) => void) => void;