UNPKG

react-table-ui

Version:

Out-of-the-box UI for React-Table 7.

9 lines (8 loc) 229 B
import * as React from 'react'; import type { DataType } from '../types'; /** * Table * * @category Component */ export default function Table<Data extends DataType>(props: React.HTMLAttributes<HTMLDivElement>): JSX.Element;