UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

7 lines (6 loc) 133 B
export interface OptionProps { label: string; value: string | number; disabled?: boolean; isExtra?: boolean; }