Skip to content

Commit 436a426

Browse files
🤖 dprint fmt
1 parent 0497363 commit 436a426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/kakaomaps/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ declare namespace kakao.maps {
3333
setMaxLevel(maxLevel: number): void;
3434
panBy(dx: number, dy: number): void;
3535
panTo(latlng_or_bounds: LatLng | LatLngBounds, padding?: number): void;
36-
jump(center: LatLng, level: number, options?: { animate?: boolean | { duration?: number }; }): void;
36+
jump(center: LatLng, level: number, options?: { animate?: boolean | { duration?: number } }): void;
3737
addControl(control: MapTypeControl | ZoomControl, position: ControlPosition): void;
3838
removeControl(control: MapTypeControl | ZoomControl): void;
3939
setDraggable(draggable: boolean): void;

0 commit comments

Comments
 (0)