diff --git a/docs/pages/base/api/tabs-unstyled.json b/docs/pages/base/api/tabs-unstyled.json index df2e6f65e1128d..f9613af5cc0a21 100644 --- a/docs/pages/base/api/tabs-unstyled.json +++ b/docs/pages/base/api/tabs-unstyled.json @@ -1,7 +1,6 @@ { "props": { "children": { "type": { "name": "node" } }, - "component": { "type": { "name": "elementType" } }, "defaultValue": { "type": { "name": "union", diff --git a/docs/translations/api-docs/tabs-unstyled/tabs-unstyled.json b/docs/translations/api-docs/tabs-unstyled/tabs-unstyled.json index 275aa43ca2c933..aa1d920df3adbd 100644 --- a/docs/translations/api-docs/tabs-unstyled/tabs-unstyled.json +++ b/docs/translations/api-docs/tabs-unstyled/tabs-unstyled.json @@ -2,7 +2,6 @@ "componentDescription": "", "propDescriptions": { "children": "The content of the component.", - "component": "The component used for the root node. Either a string to use a HTML element or a component.", "defaultValue": "The default value. Use when the component is not controlled.", "direction": "The direction of the text.", "onChange": "Callback invoked when new value is being set.",