UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

6 lines 330 B
import { ActiveTable } from '../../../../../activeTable'; export declare class LabelCellElement { static setCellLabelStructure(at: ActiveTable, cellElement: HTMLElement, columnIndex: number): void; static setColumnLabelStructure(at: ActiveTable, columnIndex: number): void; } //# sourceMappingURL=labelCellElement.d.ts.map