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