mirror of https://github.com/apache/cloudstack.git
47 lines
1.2 KiB
JavaScript
47 lines
1.2 KiB
JavaScript
// chart
|
|
import Bar from '@/components/chart/Bar'
|
|
import ChartCard from '@/components/chart/ChartCard'
|
|
import Liquid from '@/components/chart/Liquid'
|
|
import MiniArea from '@/components/chart/MiniArea'
|
|
import MiniBar from '@/components/chart/MiniBar'
|
|
import MiniProgress from '@/components/chart/MiniProgress'
|
|
import Radar from '@/components/chart/Radar'
|
|
import RankList from '@/components/chart/RankList'
|
|
import TransferBar from '@/components/chart/TransferBar'
|
|
|
|
// pro components
|
|
import AvatarList from '@/components/AvatarList'
|
|
import CountDown from '@/components/CountDown'
|
|
import Ellipsis from '@/components/Ellipsis'
|
|
import FooterToolbar from '@/components/FooterToolbar'
|
|
import NumberInfo from '@/components/NumberInfo'
|
|
import DetailList from '@/components/tools/DetailList'
|
|
import Tree from '@/components/Tree/Tree'
|
|
import Trend from '@/components/Trend'
|
|
import STable from '@/components/table'
|
|
import MultiTab from '@/components/MultiTab'
|
|
import Result from '@/components/Result'
|
|
|
|
export {
|
|
AvatarList,
|
|
Bar,
|
|
ChartCard,
|
|
Liquid,
|
|
MiniArea,
|
|
MiniBar,
|
|
MiniProgress,
|
|
Radar,
|
|
RankList,
|
|
TransferBar,
|
|
Trend,
|
|
CountDown,
|
|
Ellipsis,
|
|
FooterToolbar,
|
|
NumberInfo,
|
|
DetailList,
|
|
Tree,
|
|
STable,
|
|
MultiTab,
|
|
Result
|
|
}
|