active-table
Version:
Framework agnostic table component for editable data experience
6 lines • 330 B
TypeScript
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