active-table
Version:
Framework agnostic table component for editable data experience
7 lines • 361 B
TypeScript
export declare class UpdateRowElement {
private static readonly UNSET;
static updateHeaderRowHeight(rowElement: HTMLElement): void;
static updateHeadRowHeightOnKeyDown(tableBody: HTMLElement): void;
static getUnsetHeightFunc(rowElement: HTMLElement, rowIndex: number): (() => string) | undefined;
}
//# sourceMappingURL=updateRowElement.d.ts.map