tangshi300/node_modules/@vant/weapp/dist/dropdown-item/shared.d.ts

6 lines
86 B
TypeScript
Raw Permalink Normal View History

2024-12-05 14:56:07 +08:00
export interface Option {
text: string;
value: string | number;
icon: string;
}