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