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

6 lines
92 B
TypeScript
Raw Normal View History

2025-04-15 15:48:57 +08:00
export interface Option {
text: string;
value: string | number;
icon: string;
}