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
/
plugins
/
plugin-chart-word-cloud
/
src
/
index.ts
5 lines
(4 loc)
•
231 B
text/typescript
View Raw
1
2
3
4
5
export
{
default
as
WordCloudChartPlugin
}
from
'./plugin'
;
export
{
default
as
LegacyWordCloudChartPlugin
}
from
'./legacyPlugin'
;
export
*
from
'./types'
;
export
{
default
as
configureEncodable }
from
'./configureEncodable'
;