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