#6137 Fix - add buttongroup to PrimeVuePTOptions

pull/6146/head
uros 2024-07-30 10:07:22 +02:00
parent 81f55dade7
commit 4eb1f54af6
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,7 @@ import type { TreePassThroughOptions } from 'primevue/tree';
import type { TreeSelectPassThroughOptions } from 'primevue/treeselect'; import type { TreeSelectPassThroughOptions } from 'primevue/treeselect';
import type { TreeTablePassThroughOptions } from 'primevue/treetable'; import type { TreeTablePassThroughOptions } from 'primevue/treetable';
import type { VirtualScrollerPassThroughOptions } from 'primevue/virtualscroller'; import type { VirtualScrollerPassThroughOptions } from 'primevue/virtualscroller';
import {ButtonGroupPassThroughOptions} from "primevue/buttongroup";
export * from '@primevue/core/config'; export * from '@primevue/core/config';
export { default } from '@primevue/core/config'; export { default } from '@primevue/core/config';
@ -144,6 +145,7 @@ export interface PrimeVuePTOptions {
blockui?: DefaultPassThrough<BlockUIPassThroughOptions>; blockui?: DefaultPassThrough<BlockUIPassThroughOptions>;
breadcrumb?: DefaultPassThrough<BreadcrumbPassThroughOptions>; breadcrumb?: DefaultPassThrough<BreadcrumbPassThroughOptions>;
button?: DefaultPassThrough<ButtonPassThroughOptions>; button?: DefaultPassThrough<ButtonPassThroughOptions>;
buttongroup?: DefaultPassThrough<ButtonGroupPassThroughOptions>;
/** /**
* @deprecated since v4. Use the new structure of DatePicker instead. * @deprecated since v4. Use the new structure of DatePicker instead.
*/ */