active-table
Version:
Framework agnostic table component for editable data experience
7 lines • 313 B
TypeScript
export declare class CellTextElement {
static readonly CELL_TEXT_DIV_CLASS = "cell-text-div";
private static set;
private static createTextElement;
static setCellTextAsAnElement(cellElement: HTMLElement, isCellTextEditable: boolean): HTMLDivElement;
}
//# sourceMappingURL=cellTextElement.d.ts.map