city_card/vant/dist/dropdown-item/shared.d.ts

6 lines
86 B
TypeScript
Raw Normal View History

2023-07-15 14:25:28 +08:00
export interface Option {
text: string;
value: string | number;
icon: string;
}