We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65c50d commit d8cf5afCopy full SHA for d8cf5af
src/lib/map.d.ts
@@ -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