UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

7 lines 436 B
import { Calendar } from '../../../../types/calendarFunctionality'; import { CellText } from '../../../../types/tableData'; export declare class DateCellTextElement { static convertInputValueToText(inputDate: string, defaultText: CellText, calendarFunc: Calendar): CellText; static setCellTextAsAnElement(cellElement: HTMLElement, isCellTextEditable: boolean): HTMLDivElement; } //# sourceMappingURL=dateCellTextElement.d.ts.map