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