Refactor #5785
parent
543b69e119
commit
3098b2d67d
|
@ -356,7 +356,7 @@ export interface CarouselSlots {
|
|||
/**
|
||||
* Custom previous icon template.
|
||||
*/
|
||||
previousicon(): VNode[];
|
||||
previcon(): VNode[];
|
||||
/**
|
||||
* Custom next icon template.
|
||||
*/
|
||||
|
|
|
@ -12193,7 +12193,7 @@
|
|||
"description": "Custom footer template."
|
||||
},
|
||||
{
|
||||
"name": "previousicon",
|
||||
"name": "previcon",
|
||||
"parameters": [],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom previous icon template."
|
||||
|
|
Loading…
Reference in New Issue