UNPKG

@linkdesign/screen

Version:

屏组件库,但使用场景又不局限于屏。主要用于BI、大盘和屏

28 lines (27 loc) 1.42 kB
export { default as Utils } from './Utils'; export { default as config } from './config'; export { default as DemoWrapper } from './DemoWrapper'; export { default as BarChart } from './bar-chart'; export { default as BarStackChart } from './bar-stack-chart'; export { default as EChart } from './echart'; export { default as RingChart } from './ring-chart'; export { default as RingStackChart } from './ring-stack-chart'; export { default as GaugeChart } from './gauge-chart'; export { default as G2Chart } from './g2-chart'; export { default as LineChart } from './line-chart'; export { default as MiniLineChart } from './mini-line-chart'; export { default as TreemapChart } from './treemap-chart'; export { default as Title } from './title'; export { default as Indicator } from './indicator'; export { default as CarouselTable } from './carousel-table'; export { default as SingleSelect } from './single-select'; export { default as FilterButton } from './filter-button'; export { default as SubscreenTitle } from './subscreen-title'; export { default as Weather } from './weather'; export { default as Timer } from './timer'; export { default as CountUp } from './count-up'; export { default as FullscreenSwitch } from './fullscreen-switch'; export { default as RadarTip } from './radar-tip'; export { default as Query } from './query'; export { default as QRCode } from './qrcode'; export * as Scene from './scene';