UNPKG
@mcdevsl/superset-ui
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
0.0.0
Superset UI
github.com/apache-superset/superset-ui
apache-superset/superset-ui
@mcdevsl/superset-ui
/
temporary-plugins
/
plugin-chart-choropleth-map
/
src
/
index.ts
4 lines
(3 loc)
•
180 B
text/typescript
View Raw
1
2
3
4
export
{
default
as
ChoroplethMapChartPlugin
}
from
'./plugin'
;
export
{ maps, mapsLookup }
from
'./maps'
;
export
{
default
as
configureEncodable }
from
'./configureEncodable'
;