pull/6146/head
uros 2024-07-30 10:08:36 +02:00
parent 4eb1f54af6
commit cd78a30d8e
1 changed files with 1 additions and 1 deletions

View File

@ -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';
@ -107,7 +108,6 @@ 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';