From cc5c8ed3de55cd90f4fd5b52ef0a78ea7c26cb9a Mon Sep 17 00:00:00 2001 From: navedqb <109583873+navedqb@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:07:39 +0530 Subject: [PATCH] add iconfield to PrimeVuePTOptions --- packages/primevue/src/config/Config.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/primevue/src/config/Config.d.ts b/packages/primevue/src/config/Config.d.ts index 71ca2b7a3..00a1fe836 100644 --- a/packages/primevue/src/config/Config.d.ts +++ b/packages/primevue/src/config/Config.d.ts @@ -45,6 +45,7 @@ import type { FloatLabelPassThroughOptions } from 'primevue/floatlabel'; import type { FluidPassThroughOptions } from 'primevue/fluid'; import type { FocusTrapDirectivePassThroughOptions } from 'primevue/focustrap'; import type { GalleriaPassThroughOptions } from 'primevue/galleria'; +import type { IconFieldPassThroughOptions } from 'primevue/iconfield'; import type { ImagePassThroughOptions } from 'primevue/image'; import type { InlineMessagePassThroughOptions } from 'primevue/inlinemessage'; import type { InplacePassThroughOptions } from 'primevue/inplace'; @@ -199,6 +200,7 @@ export interface PrimeVuePTOptions { floatlabel?: DefaultPassThrough; fluid?: DefaultPassThrough; galleria?: DefaultPassThrough; + iconfield?: DefaultPassThrough; image?: DefaultPassThrough; inlinemessage?: DefaultPassThrough; inplace?: DefaultPassThrough;