UNPKG

react-super-responsive-table

Version:

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

4 lines (3 loc) 161 B
import React, { TableHTMLAttributes } from 'react'; declare function Th(props: TableHTMLAttributes<HTMLTableCellElement>): React.JSX.Element; export default Th;