zhengyiming
9 天以前 192bf4bb2e6ab13fc126ae83f98843622da329b9
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};