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
/
contexts
/
client-options.d.ts
8 lines
(5 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
react
from
'react'
;
import
{
ClientOptions
}
from
'../types/client.js'
;
declare
const
ClientOptionsContext
: react.
Context
<
ClientOptions
>;
declare
const
useClientOptions
:
() =>
ClientOptions
;
export
{
ClientOptionsContext
, useClientOptions };