UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

12 lines (11 loc) 542 B
'use client'; import { withWebComponent } from '@ui5/webcomponents-react-base'; /** * The `TabSeparator` represents a vertical line to separate tabs inside a `TabContainer`. * * __Note:__ This is a UI5 Web Component! [TabSeparator UI5 Web Component Documentation](https://ui5.github.io/webcomponents/components/TabSeparator) | [Repository](https://github.com/UI5/webcomponents) * @abstract */ const TabSeparator = withWebComponent('ui5-tab-separator', [], [], [], []); TabSeparator.displayName = 'TabSeparator'; export { TabSeparator };