diff --git a/packages/primevue/src/config/Config.d.ts b/packages/primevue/src/config/Config.d.ts index 00a1fe836..8b73473c7 100644 --- a/packages/primevue/src/config/Config.d.ts +++ b/packages/primevue/src/config/Config.d.ts @@ -46,6 +46,7 @@ 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 { IftaLabelPassThroughOptions } from 'primevue/iftalabel'; import type { ImagePassThroughOptions } from 'primevue/image'; import type { InlineMessagePassThroughOptions } from 'primevue/inlinemessage'; import type { InplacePassThroughOptions } from 'primevue/inplace'; @@ -201,6 +202,7 @@ export interface PrimeVuePTOptions { fluid?: DefaultPassThrough; galleria?: DefaultPassThrough; iconfield?: DefaultPassThrough; + iftalabel?: DefaultPassThrough; image?: DefaultPassThrough; inlinemessage?: DefaultPassThrough; inplace?: DefaultPassThrough;