UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

6 lines (5 loc) 171 B
import type { CellInstance } from '../../types/index.js'; export declare const Cell: { (props: CellInstance): import("react").JSX.Element; displayName: string; };