14 lines
546 B
14 lines
546 B
// export type { MapProps } from './map'; |
|
export { ChartsMap } from './map'; |
|
// export type { PieProps } from './pie'; |
|
export { ChartsPie } from './pie'; |
|
// export type {LineProps } from './line'; |
|
export { ChartsLine } from './line'; |
|
// export type { BarProps } from './bar'; |
|
export { ChartsBar } from './bar'; |
|
// export type {MixProps } from './mix'; |
|
export { ChartsMix } from './mix'; |
|
// export type { RadarProps } from './radar'; |
|
export { ChartsRadar } from './radar'; |
|
export { ChartsGauge } from './gauge'; |
|
export { colors } from './color';
|
|
|