UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

10 lines 515 B
import { ColumnSizerT } from '../../types/columnSizer'; import { ActiveTable } from '../../activeTable'; import { PX } from '../../types/dimensions'; export declare class ColumnSizerOverlayElement { private static readonly SIZER_OVERLAY_CLASS; static setStaticProperties(overlayElement: HTMLElement, marginRight: string, width: PX): void; static applyEvents(at: ActiveTable, columnSizer: ColumnSizerT): void; static create(): HTMLDivElement; } //# sourceMappingURL=columnSizerOverlayElement.d.ts.map