UNPKG

v-ingredients

Version:

Reusable Components

5 lines (4 loc) 75 B
export default interface ISelectOption { value: string label: string }