UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

6 lines 323 B
import { ActiveTable } from '../../../../activeTable'; export declare class DateCellElement { static setCellDateStructure(at: ActiveTable, cellElement: HTMLElement, columnIndex: number): void; static setColumnDateStructure(at: ActiveTable, columnIndex: number): void; } //# sourceMappingURL=dateCellElement.d.ts.map