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