mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Merge pull request #6146 from avramz/primevue-pto-options
Fix - add buttongroup to PrimeVuePTOptions #6137
This commit is contained in:
commit
e070c47279
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
|
@ -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<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