UNPKG
mmr-gl-react
Version:
latest (0.0.12)
0.0.12
0.0.8
0.0.5
React components for MMR GL JS-compatible libraries
mmr-gl-react
/
src
/
types
/
public.ts
10 lines
(9 loc)
•
194 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
type
{
ViewState
,
ControlPosition
}
from
'./common'
;
export
type
{
IControl
,
MapInstance
,
MapLib
,
CustomLayerInterface
,
CustomSource
,
CustomSourceImplementation
}
from
'./lib'
;