UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

8 lines (7 loc) 299 B
/// <reference types="react" /> import { TableRowProps } from './type'; declare const TableRow: { ({ as, className, children, ...props }: TableRowProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; export default TableRow;