mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-25 23:10:10 +08:00
5 lines
182 B
TypeScript
5 lines
182 B
TypeScript
import { VChartAreaConfig } from './VChartArea/index'
|
|
import { VChartPercentAreaConfig } from './VChartPercentArea/index'
|
|
|
|
export default [VChartAreaConfig, VChartPercentAreaConfig]
|