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