mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3918 - For Carousel
This commit is contained in:
parent
99aeb6159a
commit
3ec876d1e1
4 changed files with 189 additions and 14 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue