zhengyiming
6 天以前 c4a05d1cd214627d1f62a71b72f7f32087cee92d
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};