18 小时以前 487008281c7ba87712a1647d09899383e12fa759
1
2
3
4
5
6
interface SegmentedItem {
  label: string;
  value: string;
}
 
export type { SegmentedItem };