zhuguifei
2025-03-18 f8a7078cfaf8f4106f1081856260eae55a3a2579
1
2
3
4
5
6
interface SegmentedItem {
  label: string;
  value: string;
}
 
export type { SegmentedItem };