weexEvent.d.ts 155 B

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