UNPKG
react-micro-modal
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.7.3
1.7.2
1.7.1
1.7.0
1.6.0
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.1.0
React accessible micro modal component
github.com/Meemaw/react-micro-modal
Meemaw/react-micro-modal
react-micro-modal
/
dist
/
focus.d.ts
4 lines
(3 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
export
declare
const
getFocusableNodes
:
(
element
:
HTMLElement
) =>
HTMLElement
[];
export
declare
const
focusFirstNode
:
(
element
:
HTMLElement
) =>
HTMLElement
|
undefined
;
export
declare
const
handleTabPress
:
(
element
:
HTMLElement
,
event
:
KeyboardEvent
) =>
HTMLElement
|
undefined
;