From f3c29933b566436c8d90fa461d3da2dd4969795d Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 23 May 2023 23:40:56 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index be2ee55da..e58db5678 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -235,6 +235,14 @@ "type": "AccordionPassThroughOptions", "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": []