UNPKG

@lumina-study/graph

Version:

Graph library for Lumina Study

6 lines 235 B
import { KeyboardEvent } from 'react'; /** * Handle keyboard events on tree nodes */ export declare function handleKeyDown(event: KeyboardEvent<HTMLDivElement>, onClick?: () => void): void; //# sourceMappingURL=handleKeyDown.d.ts.map