移动端
 
 
 
 
 

5 lines
92 B

export interface Option {
text: string;
value: string | number;
icon: string;
}