UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

5 lines (4 loc) 74 B
export type QSelectOption<T = string> = { label: string; value: T; };