Update API doc

pull/4148/head
GitHub Actions Bot 2023-07-14 09:24:43 +00:00
parent 8ef06cb4ef
commit 1fc8a496e7
1 changed files with 1 additions and 1 deletions

View File

@ -31527,7 +31527,7 @@
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>id</b>: boolean, // Current id state as a string\n \t <b>class</b>: string, // Style class of the icon\n }"
"type": "{\n \t <b>id</b>: string, // Current id state as a string\n \t <b>class</b>: string, // Style class of the icon\n }"
}
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",