UNPKG

ka-table

Version:

The customizable, extendable, lightweight, and fully free React Table Component

5 lines (4 loc) 181 B
import React from 'react'; import { ITableBodyProps } from '../../props'; declare const TableBodyContent: React.FunctionComponent<ITableBodyProps>; export default TableBodyContent;