.d.ts fixes

pull/3868/head
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

@ -221,7 +221,6 @@ export interface ColumnProps {
rowReorder?: boolean | undefined; rowReorder?: boolean | undefined;
/** /**
* Icon of the drag handle to reorder rows. * Icon of the drag handle to reorder rows.
* @defaultValue pi pi-bars
*/ */
rowReorderIcon?: string | undefined; rowReorderIcon?: string | undefined;
/** /**

View File

@ -171,22 +171,18 @@ export interface DropdownProps {
loading?: boolean | undefined; loading?: boolean | undefined;
/** /**
* Icon to display in clear button. * Icon to display in clear button.
* @defaultValue pi pi-times
*/ */
clearIcon?: string | undefined; clearIcon?: string | undefined;
/** /**
* Icon to display in the dropdown. * Icon to display in the dropdown.
* @defaultValue pi pi-chevron-down
*/ */
dropdownIcon?: string | undefined; dropdownIcon?: string | undefined;
/** /**
* Icon to display in filter input. * Icon to display in filter input.
* @defaultValue pi pi-search
*/ */
filterIcon?: string | undefined; filterIcon?: string | undefined;
/** /**
* Icon to display in loading state. * Icon to display in loading state.
* @defaultValue pi pi-spinner pi-spin
*/ */
loadingIcon?: string | undefined; loadingIcon?: string | undefined;
/** /**

View File

@ -29,7 +29,6 @@ export interface ImageProps {
imageClass?: any; imageClass?: any;
/** /**
* Custom indicator icon. * Custom indicator icon.
* @defaultValue pi pi-eye
*/ */
indicatorIcon?: string; indicatorIcon?: string;
} }

View File

@ -93,7 +93,6 @@ export interface SpeedDialProps {
maskClass?: string | undefined; maskClass?: string | undefined;
/** /**
* Show icon of the button element. * Show icon of the button element.
* @defaultValue pi pi-plus
*/ */
showIcon?: string | undefined; showIcon?: string | undefined;
/** /**

View File

@ -123,7 +123,6 @@ export interface TreeProps {
loading?: boolean | undefined; loading?: boolean | undefined;
/** /**
* Icon to display when tree is loading. * Icon to display when tree is loading.
* @defaultValue pi pi-spin
*/ */
loadingIcon?: string | undefined; loadingIcon?: string | undefined;
/** /**

View File

@ -259,7 +259,6 @@ export interface TreeTableProps {
loading?: boolean | undefined; loading?: boolean | undefined;
/** /**
* The icon to show while indicating data load is in progress. * The icon to show while indicating data load is in progress.
* @defaultValue pi pi-spinner
*/ */
loadingIcon?: string | undefined; loadingIcon?: string | undefined;
/** /**