zhengyiming
2025-02-24 4cb3259a2dc953678d6d7b3961728b0e47f32fc4
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};