@ui5/webcomponents-react
Version:
React Wrapper for UI5 Web Components and additional components
15 lines (14 loc) • 732 B
JavaScript
'use client';
import { withWebComponent } from '@ui5/webcomponents-react-base';
/**
* The `TableHeaderCellActionAI` component defines a dedicated AI action for the table column.
*
*
*
* __Note:__ This is a UI5 Web Component! [TableHeaderCellActionAI UI5 Web Component Documentation](https://ui5.github.io/webcomponents/components/TableHeaderCellActionAI) | [Repository](https://github.com/UI5/webcomponents)
*
* @since [2.8.0](https://github.com/UI5/webcomponents/releases/tag/v2.8.0) of __@ui5/webcomponents__.
*/
const TableHeaderCellActionAI = withWebComponent('ui5-table-header-cell-action-ai', [], [], [], ['click']);
TableHeaderCellActionAI.displayName = 'TableHeaderCellActionAI';
export { TableHeaderCellActionAI };