AIzhushou-screen/src/components/datav/capsule-chart/index.d.ts

6 lines
113 B
TypeScript
Raw Normal View History

2024-05-22 08:44:08 +08:00
export interface DefaultConfigType {
colors: Array<String>;
unit:string,
showValue:Boolean
}