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