zhengyiming
2025-02-13 706ca6512fe78f0321573ea7b66604bc12cb173d
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};