Files
Ant-Browser/frontend/src/modules/charts/components/index.ts
T
Ant Browser Release Bot 6f58a6c19a publish: 1.0.0 snapshot (bad2ec1)
channel: master
version: 1.0.0
source-ref: master
published-at-utc: 2026-03-13T15:19:28Z
2026-03-13 23:19:29 +08:00

6 lines
279 B
TypeScript

export { BarChartExample } from './BarChartExample';
export { LineChartExample } from './LineChartExample';
export { PieChartExample } from './PieChartExample';
export { AreaChartExample } from './AreaChartExample';
export { ComposedChartExample } from './ComposedChartExample';