ZhangXianQiang
2024-02-29 4496d06b0edb2e4216867bd1dd9162ec0f375711
1
2
3
4
5
6
export interface DefaultConfigType {
  
    colors: Array<String>;
      unit:string,
      showValue:Boolean
  }