UNPKG

react-table-ui

Version:

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

3 lines (2 loc) 205 B
import type { DataType, ReactTableUIProps, Hooks } from '../types'; export default function generateUseRowActionColumn<Data extends DataType>(props: ReactTableUIProps<Data>): (hooks: Hooks<Data>) => void;