wupengfei
7 天以前 ce7e3bd6370ee104deef0cb693615d8637e98a35
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};