UNPKG

@appbuckets/react-ui

Version:
8 lines (7 loc) 266 B
import * as React from 'react'; import { Creatable } from '../generic'; import { TableCellContentProps } from './TableCellContent.types'; declare const TableCellContent: Creatable< React.FunctionComponent<TableCellContentProps> >; export default TableCellContent;