UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

9 lines 424 B
import { PX } from '../../types/dimensions'; export declare class ColumnSizerFillerElement { private static readonly SIZER_FILLER_CLASS; static create(hoverColor?: string): HTMLDivElement; static setWidth(fillerElement: HTMLElement, width: PX): void; static display(fillerElement: HTMLElement): void; static hide(fillerElement: HTMLElement): void; } //# sourceMappingURL=columnSizerFillerElement.d.ts.map