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