Type Alias TableCellInput

TableCellInput: MuiTableCellProps & {
    value?: React.ReactNode;
}