diff --git a/packages/primevue/src/config/Config.d.ts b/packages/primevue/src/config/Config.d.ts index 651889e46..636b18743 100644 --- a/packages/primevue/src/config/Config.d.ts +++ b/packages/primevue/src/config/Config.d.ts @@ -14,6 +14,7 @@ import type { BadgeDirectivePassThroughOptions } from 'primevue/badgedirective'; import type { BlockUIPassThroughOptions } from 'primevue/blockui'; import type { BreadcrumbPassThroughOptions } from 'primevue/breadcrumb'; import type { ButtonPassThroughOptions } from 'primevue/button'; +import type { ButtonGroupPassThroughOptions } from "primevue/buttongroup"; import type { CalendarPassThroughOptions } from 'primevue/calendar'; import type { CardPassThroughOptions } from 'primevue/card'; import type { CarouselPassThroughOptions } from 'primevue/carousel'; @@ -144,6 +145,7 @@ export interface PrimeVuePTOptions { blockui?: DefaultPassThrough; breadcrumb?: DefaultPassThrough; button?: DefaultPassThrough; + buttongroup?: DefaultPassThrough; /** * @deprecated since v4. Use the new structure of DatePicker instead. */