import React, { DetailedHTMLProps, HTMLProps } from 'react'; import { TableCellProps } from '../TableCell'; export interface TableInputCellProps extends Omit, HTMLInputElement>, 'size' | 'ref'>, Pick { inputClassName?: string; units?: string; cellRef?: React.Ref; } //# sourceMappingURL=TableInputCell.props.d.ts.map