active-table
Version:
Framework agnostic table component for editable data experience
8 lines • 360 B
TypeScript
import { ActiveTable } from '../../../../../activeTable';
export declare class SelectCellEvents {
private static mouseLeaveCell;
private static mouseEnterCell;
private static mouseDownCell;
static setEvents(at: ActiveTable, cellElement: HTMLElement, rowIndex: number, columnIndex: number): void;
}
//# sourceMappingURL=selectCellEvents.d.ts.map