Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ import { _PolylineEditor } from "./plugins/PolylIneEditor";
declare global {
interface Window {
AMap: typeof AMap;
/**
* 在2021年12月02日以后申请的 key 需要配合安全密钥一起使用。
* @public
*/
_AMapSecurityConfig: {
securityJsCode: string
}
}
namespace AMap {
/**
Expand Down