UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

5 lines 266 B
import { ActiveTable } from '../../activeTable'; export declare class MoveUtils { static setNewElementText(at: ActiveTable, newText: string, targetCellElement: HTMLElement, columnIndex: number, rowIndex: number): string; } //# sourceMappingURL=moveUtils.d.ts.map