UNPKG

robust-react-ui

Version:

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

5 lines (4 loc) 100 B
import { ReactNode } from 'react'; export interface ITableRowProps { children: ReactNode; }