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