Skip to content

Commit d8cf5af

Browse files
committed
Resolve kakao map type error
1 parent c65c50d commit d8cf5af

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/lib/map.d.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
declare global {
2+
interface Window {
3+
kakao: any;
4+
}
5+
6+
class kakao {
7+
static maps: any;
8+
}
9+
}
10+
11+
export {};

0 commit comments

Comments
 (0)