mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Fix amap-js-api-scale reference to Position type (#47647)
It was supposed to be a local type, not the DOM one
This commit is contained in:
parent
f621a2d639
commit
7487d3c1f4
2
types/amap-js-api-scale/index.d.ts
vendored
2
types/amap-js-api-scale/index.d.ts
vendored
@ -42,7 +42,7 @@ declare namespace AMap {
|
||||
/**
|
||||
* 控件停靠位置
|
||||
*/
|
||||
position: Position;
|
||||
position: Scale.Position;
|
||||
/**
|
||||
* 相对于地图容器左上角的偏移量
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user