1
0
go-view-fetch/src/packages/components/Charts/MyComponents/MaxTrim/index.ts

14 lines
375 B
TypeScript

import { ConfigType, ChartFrameEnum } from '@/packages/index.d'
export const MaxTrimConfig: ConfigType = {
key: 'MaxTrim',
chartKey: 'VMaxTrim',
conKey: 'VCMaxTrim',
title: '最大装饰条',
category: 'MyComponents',
categoryName: '自定义组件',
package: 'Charts',
chartFrame: ChartFrameEnum.COMMON,
image: 'MaxTrim.png'
}
export default MaxTrimConfig