UNPKG

@trail-ui/react

Version:
15 lines (12 loc) 512 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'; import '../select/customSelect.js'; import '@trail-ui/theme'; import 'react'; import '../overlay/overlay.js'; declare function EditableTableCell<TData>({ cell, isCellDisabled, }: EditableTableCellProps<TData>): react_jsx_runtime.JSX.Element; export { EditableTableCell as default };