Update API doc
parent
2ddfb689d1
commit
7f5078246c
|
@ -125,7 +125,7 @@ const CarouselSlots = [
|
|||
{
|
||||
name: 'empty',
|
||||
description: 'Custom content when there is no data to display.'
|
||||
},
|
||||
}
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
|
|
|
@ -9823,6 +9823,12 @@
|
|||
"parameters": [],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom next icon template."
|
||||
},
|
||||
{
|
||||
"name": "empty",
|
||||
"parameters": [],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom empty template."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue