city_card/vant/dist/dropdown-item/shared.d.ts
2023-07-15 14:25:28 +08:00

6 lines
86 B
TypeScript
Executable File

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