zhizhi/node_modules/dingtalk-jsapi/lib/bridge/h5Event.d.ts

3 lines
155 B
TypeScript
Raw Normal View History

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