dingtalk-jsapi
Version:
钉钉 模块化 多端统一 API
12 lines (11 loc) • 359 B
TypeScript
import { IENV, IPlatformConfig } from './sdk';
export { ENV_ENUM, APP_TYPE, ENV_ENUM_SUB } from './sdk';
declare global {
var __dingtalk_jsapi_top_platfrom_config__: IPlatformConfig | undefined;
interface Navigator {
swuserAgent: any;
}
var my: any;
}
export declare const getUA: () => string;
export declare const getENV: () => IENV;