Skip to content

Commit

Permalink
Refactor #5785
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed May 27, 2024
1 parent 543b69e commit 3098b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/lib/carousel/Carousel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ export interface CarouselSlots {
/**
* Custom previous icon template.
*/
previousicon(): VNode[];
previcon(): VNode[];
/**
* Custom next icon template.
*/
Expand Down
2 changes: 1 addition & 1 deletion doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -12193,7 +12193,7 @@
"description": "Custom footer template."
},
{
"name": "previousicon",
"name": "previcon",
"parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom previous icon template."
Expand Down

0 comments on commit 3098b2d

Please sign in to comment.