active-table
Version:
Framework agnostic table component for editable data experience
6 lines • 323 B
TypeScript
import { ProgrammaticCellUpdateT } from '../../types/programmaticCellUpdateT';
import { ActiveTable } from '../../activeTable';
export declare class ProgrammaticCellUpdate {
static updateText(at: ActiveTable, programmaticCellUpdate: ProgrammaticCellUpdateT): void;
}
//# sourceMappingURL=programmaticCellUpdate.d.ts.map