mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
14 lines
333 B
TypeScript
14 lines
333 B
TypeScript
/**
|
|
*
|
|
* 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 { SelectStyle } from '../../select/style/SelectStyle';
|
|
|
|
export enum DropdownClasses {}
|
|
|
|
export interface DropdownStyle extends SelectStyle {}
|