UNPKG

@maherunlocker/custom-react-table

Version:
4 lines (3 loc) 350 B
/// <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;