mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
.d.ts fixes
This commit is contained in:
parent
d72979a2d6
commit
d9d0315bd9
6 changed files with 0 additions and 9 deletions
4
components/lib/dropdown/Dropdown.d.ts
vendored
4
components/lib/dropdown/Dropdown.d.ts
vendored
|
@ -171,22 +171,18 @@ export interface DropdownProps {
|
|||
loading?: boolean | undefined;
|
||||
/**
|
||||
* Icon to display in clear button.
|
||||
* @defaultValue pi pi-times
|
||||
*/
|
||||
clearIcon?: string | undefined;
|
||||
/**
|
||||
* Icon to display in the dropdown.
|
||||
* @defaultValue pi pi-chevron-down
|
||||
*/
|
||||
dropdownIcon?: string | undefined;
|
||||
/**
|
||||
* Icon to display in filter input.
|
||||
* @defaultValue pi pi-search
|
||||
*/
|
||||
filterIcon?: string | undefined;
|
||||
/**
|
||||
* Icon to display in loading state.
|
||||
* @defaultValue pi pi-spinner pi-spin
|
||||
*/
|
||||
loadingIcon?: string | undefined;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue