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