active-table
Version:
Framework agnostic table component for editable data experience
8 lines • 335 B
TypeScript
import { ActiveTable } from '../../activeTable';
export declare class TableEvents {
private static closeDatePicker;
private static closeCellDropdown;
static onMouseDown(this: ActiveTable, event: MouseEvent): void;
static onMouseUp(this: ActiveTable, event: MouseEvent): void;
}
//# sourceMappingURL=tableEvents.d.ts.map