Refactor #3922 - For CascadeSelect

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 11:45:08 +03:00
parent 1f00024df1
commit d180ac7002
5 changed files with 163 additions and 15 deletions

View file

@ -10,6 +10,7 @@ import { ButtonPassThroughOptions } from '../button';
import { CalendarPassThroughOptions } from '../calendar';
import { CardPassThroughOptions } from '../card';
import { CarouselPassThroughOptions } from '../carousel';
import { CascadeSelectPassThroughOptions } from '../cascadeselect';
import { ChartPassThroughOptions } from '../chart';
import { ChipPassThroughOptions } from '../chip';
import { ConfirmDialogPassThroughOptions } from '../confirmdialog';
@ -79,6 +80,7 @@ interface PrimeVuePTOptions {
calendar?: CalendarPassThroughOptions;
card?: CardPassThroughOptions;
carousel?: CarouselPassThroughOptions;
cascadeselect?: CascadeSelectPassThroughOptions;
chart?: ChartPassThroughOptions;
chip?: ChipPassThroughOptions;
confirmdialog?: ConfirmDialogPassThroughOptions;