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 { TheadProps } from '../types'; declare function Thead(props: TheadProps): React.JSX.Element; export default Thead;