diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 3e2eac92f..0c344e3b8 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -33615,6 +33615,14 @@ "type": "SplitterPassThroughOptions", "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": [] @@ -33762,6 +33770,14 @@ "type": "SplitterPanelPassThroughOptions", "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": []