UNPKG

@vitorlans/react-table-ui

Version:

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

5 lines (4 loc) 207 B
/// <reference types="react" /> import type { DataType, TableContext } from '../types'; declare const Foot: <Data extends DataType>(props: TableContext<Data>) => JSX.Element | null; export default Foot;