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