UNPKG

react-super-responsive-table

Version:

react-super-responsive-table converts your table data to a user-friendly list in mobile view.

5 lines (4 loc) 150 B
import React from 'react'; import { TbodyProps } from '../types'; declare function Tbody(props: TbodyProps): React.JSX.Element; export default Tbody;