Skip to content

Commit dec0cf7

Browse files
authored
[@types/navermaps] add method "setCursor" into Map (DefinitelyTyped#71907)
1 parent bee587f commit dec0cf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/navermaps/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,6 +1274,7 @@ declare namespace naver.maps {
12741274
removePane(name: string): void;
12751275
setCenter(center: Coord | CoordLiteral): void;
12761276
setCenterPoint(point: Point | PointLiteral): void;
1277+
setCursor(cursor: string): void;
12771278
setMapTypeId(mapTypeId: string): void;
12781279
setOptions(newOptionsOrKey: { [key: string]: any } | string, value?: any): void;
12791280
setSize(size: Size | SizeLiteral): void;

0 commit comments

Comments
 (0)