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