Update API doc

pull/3997/head
GitHub Actions Bot 2023-05-24 09:53:02 +00:00
parent 033c7304f3
commit 123e38fe8e
1 changed files with 8 additions and 0 deletions

View File

@ -20874,6 +20874,14 @@
"type": "InplacePassThroughOptions", "type": "InplacePassThroughOptions",
"default": "", "default": "",
"description": "Uses to pass attributes to DOM elements inside the component." "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": [] "methods": []