UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

10 lines (9 loc) 289 B
export declare const Cell: ({ cell: { value, isGrouped }, column, row, webComponentsReactProperties }: { cell: { value?: string; isGrouped: any; }; column: any; row: any; webComponentsReactProperties: any; }) => import("react/jsx-runtime").JSX.Element;