UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

14 lines (13 loc) 729 B
'use client'; import { withWebComponent } from '../../internal/withWebComponent.js'; /** * The `SuggestionItemGroup` is type of suggestion item, * that can be used to split the `Input` suggestions into groups. * * __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/) * * @since [2.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.0.0) of __@ui5/webcomponents__. */ const SuggestionItemGroup = withWebComponent('ui5-suggestion-item-group', ['headerAccessibleName', 'headerText'], [], ['header'], ['move-over', 'move']); SuggestionItemGroup.displayName = 'SuggestionItemGroup'; export { SuggestionItemGroup };