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

6 lines
113 B
TypeScript

export interface DefaultConfigType {
colors: Array<String>;
unit:string,
showValue:Boolean
}