UNPKG

@trail-ui/react

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