UNPKG

@trail-ui/react

Version:
11 lines (8 loc) 379 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { Cell } from '@tanstack/react-table'; interface EditableMultiSelect<TData> { cell: Cell<TData, unknown>; onCancel: () => void; } declare function EditableMultiSelect<TData, IdType>({ cell, onCancel, }: EditableMultiSelect<TData>): react_jsx_runtime.JSX.Element; export { EditableMultiSelect as default };