pad-app/wxcomponents/vant/dist/dropdown-item/shared.d.ts

6 lines
92 B
TypeScript

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