UNPKG

robust-react-ui

Version:

A React component library, built with a focus on accessibility, extensibility and reusability.

5 lines (4 loc) 173 B
/// <reference types="react" /> import { ITableCellProps } from './Cell.types'; declare const Cell: ({ children }: ITableCellProps) => JSX.Element; export default Cell;