UNPKG

@vitorlans/react-table-ui

Version:

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

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