Refactor #3832 Refactor #3833 - For Carousel

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-06 11:20:34 +03:00
parent 448e5edc52
commit 97e4ebd09d
3 changed files with 27 additions and 3 deletions

View file

@ -130,6 +130,14 @@ export interface CarouselSlots {
* Custom footer template.
*/
footer(): VNode[];
/**
* Custom previous icon template.
*/
previcon(): VNode[];
/**
* Custom next icon template.
*/
nexticon(): VNode[];
}
/**