active-table
Version:
Framework agnostic table component for editable data experience
8 lines • 504 B
TypeScript
import { ActiveTable } from '../../../activeTable';
export declare class HeaderCellEvents {
static mouseEnterCell(this: ActiveTable, columnIndex: number, event: MouseEvent): void;
static mouseLeaveCell(this: ActiveTable, columnIndex: number, event: MouseEvent): void;
static mouseClick(this: ActiveTable, columnIndex: number, event: MouseEvent): void;
static setEvents(at: ActiveTable, cellElement: HTMLElement, columnIndex: number): void;
}
//# sourceMappingURL=headerCellEvents.d.ts.map