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