diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index b8ef76bd3c..22cdf8a84b 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -8116,6 +8116,14 @@ "type": "ChartPassThroughOptions", "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." } ] },