UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

6 lines 334 B
import { ActiveTable } from '../../../../../activeTable'; export declare class SelectCellElement { static setCellSelectStructure(at: ActiveTable, cellElement: HTMLElement, columnIndex: number): void; static setColumnSelectStructure(at: ActiveTable, columnIndex: number): void; } //# sourceMappingURL=selectCellElement.d.ts.map