zhengyiming
2025-06-09 3d2cde3ff8a0b5ed36fb232291e07a390d668709
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};