diff --git a/packages/main/src/TabContainer.js b/packages/main/src/TabContainer.js index 8e73254aaf37..add7490104f9 100644 --- a/packages/main/src/TabContainer.js +++ b/packages/main/src/TabContainer.js @@ -149,7 +149,9 @@ const metadata = { * * import "@ui5/webcomponents/dist/TabContainer"; *
- * Note: This also includes the ui5-tab and ui5-tab-separator Web Components. + * import "@ui5/webcomponents/dist/Tab"; (for ui5-tab) + *
+ * import "@ui5/webcomponents/dist/TabSeparator"; (for ui5-tab-separator) * * @constructor * @author SAP SE