ZhangXianQiang
2024-03-05 6c757d5dab619fd759854778978270f0eecaec93
1
2
3
4
5
6
export interface DefaultConfigType {
  
    colors: Array<String>;
      unit:string,
      showValue:Boolean
  }