mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #3922 - For CascadeSelect
This commit is contained in:
parent
1f00024df1
commit
d180ac7002
5 changed files with 163 additions and 15 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue