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