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. */