UNPKG
react-geo-grapher
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.2.21
0.2.2
0.2.1
0.2.0
0.1.0
Using npm:
github.com/italosll/react-geo-grapher
react-geo-grapher
/
src
/
index.ts
5 lines
(4 loc)
•
246 B
text/typescript
View Raw
1
2
3
4
5
export
{
BarMap
,
BarMapProps
}
from
'../src/Maps/BarMap'
export
{
CircMap
,
CircMapProps
}
from
'../src/Maps/CircMap'
export
{
LineMap
,
LineMapProps
}
from
'../src/Maps/LineMap'
export
{
SquaredMap
,
SquaredMapProps
}
from
'../src/Maps/SquaredMap'