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

3 lines
173 B
TypeScript

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