Refactor #3922 - For Calendar

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-04 17:50:30 +03:00
parent f0dbc3d33c
commit 60aa4aca39
4 changed files with 351 additions and 58 deletions

View file

@ -6,6 +6,7 @@ import { BadgePassThroughOptions } from '../badge';
import { BlockUIPassThroughOptions } from '../blockui';
import { BreadcrumbPassThroughOptions } from '../breadcrumb';
import { ButtonPassThroughOptions } from '../button';
import { CalendarPassThroughOptions } from '../calendar';
import { CardPassThroughOptions } from '../card';
import { CarouselPassThroughOptions } from '../carousel';
import { ChartPassThroughOptions } from '../chart';
@ -72,6 +73,7 @@ interface PrimeVuePTOptions {
blockui?: BlockUIPassThroughOptions;
breadcrumb?: BreadcrumbPassThroughOptions;
button?: ButtonPassThroughOptions;
calendar?: CalendarPassThroughOptions;
card?: CardPassThroughOptions;
carousel?: CarouselPassThroughOptions;
chart?: ChartPassThroughOptions;