Update API doc

pull/5513/head
GitHub Actions Bot 2024-04-02 13:24:46 +00:00
parent 2ddfb689d1
commit 7f5078246c
2 changed files with 7 additions and 1 deletions

View File

@ -125,7 +125,7 @@ const CarouselSlots = [
{ {
name: 'empty', name: 'empty',
description: 'Custom content when there is no data to display.' description: 'Custom content when there is no data to display.'
}, }
]; ];
module.exports = { module.exports = {

View File

@ -9823,6 +9823,12 @@
"parameters": [], "parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]", "returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom next icon template." "description": "Custom next icon template."
},
{
"name": "empty",
"parameters": [],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom empty template."
} }
] ]
}, },