UNPKG

@appbuckets/react-ui

Version:
5 lines (4 loc) 214 B
import { CreatableFunctionComponent } from '@appbuckets/react-ui-core'; import { TableRowProps } from './TableRow.types'; declare const TableRow: CreatableFunctionComponent<TableRowProps>; export default TableRow;