From 4154f885132f9c09dca9fef7a7541b54be9b595c Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Thu, 31 Oct 2024 10:32:44 +0300 Subject: [PATCH] Update Inplace.d.ts --- packages/primevue/src/inplace/Inplace.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/primevue/src/inplace/Inplace.d.ts b/packages/primevue/src/inplace/Inplace.d.ts index 54a033689..4e1910c1c 100755 --- a/packages/primevue/src/inplace/Inplace.d.ts +++ b/packages/primevue/src/inplace/Inplace.d.ts @@ -114,10 +114,6 @@ export interface InplaceProps { * @defaultValue false */ disabled?: boolean | undefined; - /** - * Icon to display in the close button. - */ - closeIcon?: string | undefined; /** * Used to pass all properties of the HTMLDivElement to display container. */