UNPKG

react-table-ui

Version:

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

7 lines (6 loc) 200 B
import type { DataType } from '../../types'; /** * Title component of RTUI. * It contains table title and actions. */ export default function TitleBar<Data extends DataType>(): JSX.Element | null;