@carbon/ibm-products
Version:
Carbon for IBM Products
13 lines (12 loc) • 465 B
TypeScript
export function createActiveCellFn({ placementElement, coords, addToHeader, contextRef, blockClass, onActiveCellChange, activeCellValue, activeCellRef, cellEditorRef, defaultColumn, }: {
placementElement: any;
coords: any;
addToHeader?: boolean | undefined;
contextRef: any;
blockClass?: string | undefined;
onActiveCellChange: any;
activeCellValue: any;
activeCellRef: any;
cellEditorRef: any;
defaultColumn: any;
}): void;