UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

9 lines 394 B
import { ActiveTable } from '../../../../activeTable'; export declare class RootCellElement { private static readonly ROOT_CELL_CLASS; static convertFromRootCell(at: ActiveTable): void; static convertToRootCell(addNewRowCell: HTMLElement, text?: string): void; private static removeRows; static display(at: ActiveTable): void; } //# sourceMappingURL=rootCellElement.d.ts.map