zhengyiming
2025-03-27 538e4f454ba3126ef92278ab9cb675adb9e3b287
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};