zhizhi/node_modules/dingtalk-jsapi/dd.d.ts

8 lines
179 B
TypeScript
Raw Normal View History

import { IUNCore } from './lib/ddSdk';
import * as otherApi from './lib/otherApi';
declare const dd: typeof otherApi & IUNCore;
/**
* @deprecated core
*/
export = dd;