UNPKG

robust-react-ui

Version:

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

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