UNPKG
dot-gl
Version:
latest (0.0.11)
0.0.11
An Interactive React Map Library with Redux.
github.com/scarecrow-11/dot-gl
scarecrow-11/dot-gl
dot-gl
/
dist
/
esm
/
index.js
2 lines
(1 loc)
•
210 B
JavaScript
View Raw
1
2
export
{
DotGL
}
from
"./components/DotGL.js"
;
export
{dotGlReducer}
from
"./reducers/rootReducer.js"
;
export
{updateMapState}
from
"./reducers/mapStateReducer.js"
;
export
{updateMapStyle}
from
"./reducers/mapStyleReducer.js"
;