zhengyiming
2025-06-06 92544173d5fc7270427e1642b82b24314e68ecd9
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};