Skip to content

Commit

Permalink
primefaces#6137 Fix - add buttongroup to PrimeVuePTOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
avramz committed Jul 30, 2024
1 parent 81f55da commit 4eb1f54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/primevue/src/config/Config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ import type { TreePassThroughOptions } from 'primevue/tree';
import type { TreeSelectPassThroughOptions } from 'primevue/treeselect';
import type { TreeTablePassThroughOptions } from 'primevue/treetable';
import type { VirtualScrollerPassThroughOptions } from 'primevue/virtualscroller';
import {ButtonGroupPassThroughOptions} from "primevue/buttongroup";

export * from '@primevue/core/config';
export { default } from '@primevue/core/config';
Expand Down Expand Up @@ -144,6 +145,7 @@ export interface PrimeVuePTOptions {
blockui?: DefaultPassThrough<BlockUIPassThroughOptions>;
breadcrumb?: DefaultPassThrough<BreadcrumbPassThroughOptions>;
button?: DefaultPassThrough<ButtonPassThroughOptions>;
buttongroup?: DefaultPassThrough<ButtonGroupPassThroughOptions>;
/**
* @deprecated since v4. Use the new structure of DatePicker instead.
*/
Expand Down

0 comments on commit 4eb1f54

Please sign in to comment.