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