@carbon/ibm-products
Version:
Carbon for IBM Products
14 lines (13 loc) • 531 B
TypeScript
export function handleEditSubmit({ activeCellCoordinates, cellEditorRulerRef, columns, previousState, removeCellEditor, rows, setActiveCellCoordinates, setCurrentMatcher, setSelectionAreas, spreadsheetRef, updateData, }: {
activeCellCoordinates: any;
cellEditorRulerRef: any;
columns: any;
previousState: any;
removeCellEditor: any;
rows: any;
setActiveCellCoordinates: any;
setCurrentMatcher: any;
setSelectionAreas: any;
spreadsheetRef: any;
updateData: any;
}): (event: any) => void;