mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent
448e5edc52
commit
97e4ebd09d
3 changed files with 27 additions and 3 deletions
8
components/lib/carousel/Carousel.d.ts
vendored
8
components/lib/carousel/Carousel.d.ts
vendored
|
@ -130,6 +130,14 @@ export interface CarouselSlots {
|
|||
* Custom footer template.
|
||||
*/
|
||||
footer(): VNode[];
|
||||
/**
|
||||
* Custom previous icon template.
|
||||
*/
|
||||
previcon(): VNode[];
|
||||
/**
|
||||
* Custom next icon template.
|
||||
*/
|
||||
nexticon(): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue