UNPKG

@trail-ui/react

Version:
11 lines (8 loc) 355 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { Cell } from '@tanstack/react-table'; interface EditableCheckBoxProps<TData> { cell: Cell<TData, unknown>; rowHeaderId?: string; } declare function EditableCheckBox<TData>(props: EditableCheckBoxProps<TData>): react_jsx_runtime.JSX.Element; export { EditableCheckBox as default };