import type { CellEditorParams, GridRowData } from '../../types' export const cleanPropForSpread = >( props: Partial ) => { const { tabIndex, columnId, rowId, mode, label, ...rest } = props return rest }