active-table
Version:
Framework agnostic table component for editable data experience
9 lines • 398 B
TypeScript
import { ActiveTable } from '../../../activeTable';
export declare class CheckboxEvents {
private static focusCheckbox;
private static blurCheckbox;
private static changeValueCheckbox;
private static keyDownCheckbox;
static setEvents(at: ActiveTable, checkboxElement: HTMLInputElement, rowIndex: number, columnIndex: number): void;
}
//# sourceMappingURL=checkboxEvents.d.ts.map