active-table
Version:
Framework agnostic table component for editable data experience
7 lines • 322 B
TypeScript
import { ActiveTable } from '../../../activeTable';
export declare class RowDropdownEvents {
static windowOnKeyDown(at: ActiveTable, event: KeyboardEvent): void;
private static dropdownOnKeyDown;
static set(at: ActiveTable, dropdownElement: HTMLElement): void;
}
//# sourceMappingURL=rowDropdownEvents.d.ts.map