UNPKG

@nile-ui/nile-ui

Version:

Modern and beautiful looking component designs

4 lines (3 loc) 160 B
import React from 'react'; import { TableRowProps } from './types'; export default function Row({ children, ...otherProps }: TableRowProps): React.JSX.Element;