UNPKG

react-data-table-component

Version:
5 lines (4 loc) 171 B
import { TableProps } from './types'; declare function DataTable<T>(props: TableProps<T>): JSX.Element; declare const _default: typeof DataTable; export default _default;