pull/5806/head
tugcekucukoglu 2024-05-27 11:51:13 +03:00
parent 543b69e119
commit 3098b2d67d
2 changed files with 2 additions and 2 deletions

View File

@ -356,7 +356,7 @@ export interface CarouselSlots {
/**
* Custom previous icon template.
*/
previousicon(): VNode[];
previcon(): VNode[];
/**
* Custom next icon template.
*/

View File

@ -12193,7 +12193,7 @@
"description": "Custom footer template."
},
{
"name": "previousicon",
"name": "previcon",
"parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom previous icon template."