刘嘉威
2023-05-08 e7eed56f874f12bbd870115ac88f447f6d102f71
1
2
3
4
5
6
export interface DefaultConfigType {
  
    colors: Array<String>;
      unit:string,
      showValue:Boolean
  }