Files
go-view/src/packages/components/Chart/index.d.ts
T
2022-01-15 21:05:11 +08:00

6 lines
111 B
TypeScript

export enum ChatCategoryEnum {
BAR = '柱状图',
PIE = '饼图',
LINE = '折线图',
MORE = '更多'
}