UNPKG

primevue

Version:

PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBloc

15 lines (12 loc) 329 B
/** * * Dropdown also known as Select, is used to choose an item from a collection of options. * * [Live Demo](https://www.primevue.org/select/) * * @module dropdownstyle * */ import type { SelectStyle } from 'primevue/select/style'; export enum DropdownClasses {} export interface DropdownStyle extends SelectStyle {}