移动端

6 lines
92 B

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