UNPKG
@lumina-study/graph
Version:
latest (0.1.1)
0.1.1
0.1.0
Graph library for Lumina Study
@lumina-study/graph
/
dist
/
utils
/
handleKeyDown.d.ts
6 lines
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
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