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