UNPKG
amap-jsapi-v2-types
Version:
latest (1.8.0)
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
高德 JSAPI v2 类型声明文件
github.com/xyy94813/amap-jsapi-v2-types
xyy94813/amap-jsapi-v2-types
amap-jsapi-v2-types
/
types
/
overlays
/
VectorOverlay.d.ts
5 lines
(3 loc)
•
99 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
Overlay
}
from
'./Overlay'
;
//
TODO:
待完善
export
type
VectorOverlay
=
Overlay
;