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