UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

15 lines (14 loc) 496 B
'use client'; import { withWebComponent } from '../../internal/withWebComponent.js'; /** * ### Usage * * For the `FilterItemOption` * * * __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/) * @abstract */ const FilterItemOption = withWebComponent('ui5-filter-item-option', ['text'], ['selected'], [], []); FilterItemOption.displayName = 'FilterItemOption'; export { FilterItemOption };