@maherunlocker/custom-react-table
Version:
dynamic table based on react table v7
4 lines (3 loc) • 350 B
TypeScript
/// <reference types="react" />
import { ControlledCheckboxPropsType } from '../../types/react-table-config';
export default function ControlledCheckbox({ isHeader, row, dispatchSelectedRows, selectedRows, allRows, selectedFlatRows, isAllRowsSelected, toggleAllRowsSelected, indeterminate, movedLeft, }: ControlledCheckboxPropsType): JSX.Element;