Refactor #3918 - For Carousel

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-04 10:46:18 +03:00
parent 99aeb6159a
commit 3ec876d1e1
4 changed files with 189 additions and 14 deletions

View file

@ -7,6 +7,7 @@ import { BlockUIPassThroughOptions } from '../blockui';
import { BreadcrumbPassThroughOptions } from '../breadcrumb';
import { ButtonPassThroughOptions } from '../button';
import { CardPassThroughOptions } from '../card';
import { CarouselPassThroughOptions } from '../carousel';
import { ChartPassThroughOptions } from '../chart';
import { ChipPassThroughOptions } from '../chip';
import { ConfirmDialogPassThroughOptions } from '../confirmdialog';
@ -71,6 +72,7 @@ interface PrimeVuePTOptions {
breadcrumb?: BreadcrumbPassThroughOptions;
button?: ButtonPassThroughOptions;
card?: CardPassThroughOptions;
carousel?: CarouselPassThroughOptions;
chart?: ChartPassThroughOptions;
chip?: ChipPassThroughOptions;
confirmdialog?: ConfirmDialogPassThroughOptions;