liu
3 天以前 1c7b0c4e02f351064b9c68ec8f6e85d7665f66ab
1
2
3
4
5
6
interface SegmentedItem {
  label: string;
  value: string;
}
 
export type { SegmentedItem };