UNPKG

@trail-ui/react

Version:
11 lines (8 loc) 465 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { EditableTableCellProps } from './types.js'; import '@tanstack/react-table'; import './constants.js'; import 'react-select'; import '../pagination/pagination.js'; declare function EditableTableCell<TData, IdType>({ cell, rowHeaderId, checkBoxSelectedName, isCellDisabled, }: EditableTableCellProps<TData, IdType>): react_jsx_runtime.JSX.Element | undefined; export { EditableTableCell as default };