You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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';
|
|
|