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

3 lines
115 B
TypeScript

export declare const on: (evt: string, fn: any) => void;
export declare const off: (evt: string, fn: any) => void;