UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

7 lines 298 B
import { ActiveTable } from '../../activeTable'; export declare class IndexColumnEvents { private static mouseEnterCell; private static mouseLeaveCell; static setEvents(at: ActiveTable, cellElement: HTMLElement, rowIndex: number): void; } //# sourceMappingURL=indexColumnEvents.d.ts.map