zhengyiming
2025-03-07 eb194e0179c83ba86f1fcac398057bf423aaab34
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};