@carbon/ibm-products
Version:
Carbon for IBM Products
13 lines • 489 B
TypeScript
export function createActiveCellFn({ placementElement, coords, addToHeader, contextRef, blockClass, onActiveCellChange, activeCellValue, activeCellRef, cellEditorRef, defaultColumn, }: {
placementElement: any;
coords: any;
addToHeader?: boolean;
contextRef: any;
blockClass?: string;
onActiveCellChange: any;
activeCellValue: any;
activeCellRef: any;
cellEditorRef: any;
defaultColumn: any;
}): void;
//# sourceMappingURL=createActiveCellFn.d.ts.map