项目列表和分包单位以及迁移人员
This commit is contained in:
15
node_modules/@amap/amap-jsapi-loader/index.d.ts
generated
vendored
Normal file
15
node_modules/@amap/amap-jsapi-loader/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
declare var load: (options: {
|
||||
key: string; // 申请好的Web端开发者Key,首次调用 load 时必填
|
||||
version: string; // 指定要加载的 JSAPI 的版本,缺省时默认为 1.4.15
|
||||
plugins?: string[]; //插件列表
|
||||
// 是否加载 AMapUI,缺省不加载
|
||||
AMapUI?: {
|
||||
version?: string; // AMapUI 缺省 1.1
|
||||
plugins?: string[]; // 需要加载的 AMapUI ui插件
|
||||
};
|
||||
// 是否加载 Loca, 缺省不加载
|
||||
Loca?: {
|
||||
version?: string; // Loca 版本,缺省 1.3.2
|
||||
};
|
||||
}) => Promise<any>;
|
||||
export { load };
|
Reference in New Issue
Block a user