Update API doc

pull/3997/head
GitHub Actions Bot 2023-05-24 11:54:11 +00:00
parent 8d6bd6bc1d
commit f9f5eed7ab
1 changed files with 9 additions and 1 deletions

View File

@ -8128,6 +8128,14 @@
"type": "CheckboxPassThroughOptions",
"default": "",
"description": "Uses to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When enabled, it removes component related styles in the core."
}
],
"methods": []
@ -8142,7 +8150,7 @@
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>checked</b>: boolean, // State of the checkbox.\n }",
"type": "{\n \t <b>checked</b>: boolean, // State of the checkbox.\n \t <b>class</b>: string, // Style class of the icon.\n }",
"description": "icon slot's params."
}
],