electricity_bill_calc_wx/miniprogram_npm/@vant/weapp/dropdown-item/shared.d.ts
2024-03-15 17:20:54 +08:00

6 lines
92 B
TypeScript

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