2024-05-08 11:40:44 +00:00
|
|
|
/**
|
|
|
|
*
|
|
|
|
* 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
|
|
|
|
*
|
|
|
|
*/
|
2024-04-18 14:17:41 +00:00
|
|
|
import { SelectStyle } from '../../select/style/SelectStyle';
|
2023-10-02 13:15:41 +00:00
|
|
|
|
2024-05-08 11:40:44 +00:00
|
|
|
export enum DropdownClasses {}
|
|
|
|
|
2024-04-18 14:17:41 +00:00
|
|
|
export interface DropdownStyle extends SelectStyle {}
|