UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

13 lines 569 B
import { ActiveTable } from '../../activeTable'; export declare class ColumnSizerExtrinsicEvents { private static moveMovableElement; static windowMouseMove(at: ActiveTable, newXMovement: number): void; private static setWidth; private static mouseUp; private static setSizerStyleToHoverNoAnimation; private static mouseUpNotOnSizer; static windowMouseUp(at: ActiveTable): void; private static mouseUpOnSizer; static tableMouseUp(at: ActiveTable, target: HTMLElement): void; } //# sourceMappingURL=columnSizerExtrinsicEvents.d.ts.map