active-table
Version:
Framework agnostic table component for editable data experience
8 lines • 372 B
TypeScript
import { ActiveTable } from '../../../../activeTable';
export declare class DateCellInputEvents {
static escapeKeyInput(at: ActiveTable): void;
private static inputInput;
private static changeInput;
static setEvents(at: ActiveTable, inputContainer: HTMLElement, rowIndex: number, colIndex: number): void;
}
//# sourceMappingURL=dateCellInputEvents.d.ts.map