Type alias CellEditorRefAttribute

CellEditorRefAttribute: {
    ref?: React.Ref<CellEditorElement>;
}

Type declaration