UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

16 lines (15 loc) 820 B
'use client'; import { withWebComponent } from '@ui5/webcomponents-react-base'; /** * The `ViewSettingsDialogCustomTab` component allows defining custom tabs for the `ViewSettingsDialog`. * * * * __Note:__ This is a UI5 Web Component! [ViewSettingsDialogCustomTab UI5 Web Component Documentation](https://ui5.github.io/webcomponents/components/fiori/ViewSettingsDialogCustomTab) | [Repository](https://github.com/UI5/webcomponents) * * @since [2.22.0](https://github.com/UI5/webcomponents/releases/tag/v2.22.0) of __@ui5/webcomponents-fiori__. * @abstract */ const ViewSettingsDialogCustomTab = withWebComponent('ui5-view-settings-dialog-custom-tab', ['icon', 'titleText', 'tooltip'], [], [], []); ViewSettingsDialogCustomTab.displayName = 'ViewSettingsDialogCustomTab'; export { ViewSettingsDialogCustomTab };