mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
#6137 Fix - add buttongroup to PrimeVuePTOptions
This commit is contained in:
parent
81f55dade7
commit
4eb1f54af6
1 changed files with 2 additions and 0 deletions
2
packages/primevue/src/config/Config.d.ts
vendored
2
packages/primevue/src/config/Config.d.ts
vendored
|
@ -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';
|
||||
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue