UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

6 lines 345 B
import { TableDimensions } from '../../../types/tableDimensions'; export declare class StaticTable { static isTableAtMaxWidth(tableElement: HTMLElement, tableDimensions: TableDimensions): boolean; static isStaticTableWidth(tableElement: HTMLElement, tableDimensions: TableDimensions): boolean; } //# sourceMappingURL=staticTable.d.ts.map