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

6 lines
92 B
TypeScript
Raw Permalink Normal View History

2023-07-03 17:49:29 +08:00
export interface Option {
text: string;
value: string | number;
icon: string;
}