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