UNPKG
@h4wldev/react-naver-maps
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
React Navermaps API integration for modern development.
h4wldev/react-naver-maps
@h4wldev/react-naver-maps
/
dist
/
chunk-OHKTFK4Q.mjs
10 lines
(9 loc)
•
257 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// src/contexts/naver-map.ts
import
{ createContext, useContext }
from
"react"
;
var
NaverMapContext
=
createContext
(
void
0
);
var
useMap
= (
) =>
useContext
(
NaverMapContext
);
export
{
NaverMapContext
, useMap };
//# sourceMappingURL=chunk-OHKTFK4Q.mjs.map