.d.ts fixes

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-14 11:03:03 +03:00
parent d72979a2d6
commit d9d0315bd9
6 changed files with 0 additions and 9 deletions

View file

@ -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;
/**