We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58d28b commit b32c8e6Copy full SHA for b32c8e6
packages/react-dom/src/client/focus/ReactTabFocus.js
@@ -33,14 +33,6 @@ type KeyboardEvent = {|
33
defaultPrevented: boolean,
34
|};
35
36
-type ControllerHandle = {|
37
- focusFirst: () => void,
38
- focusNext: () => boolean,
39
- focusPrevious: () => boolean,
40
- getNextController: () => null | ControllerHandle,
41
- getPreviousController: () => null | ControllerHandle,
42
-|};
43
-
44
const {useRef} = React;
45
46
function getTabbableNodes(scope: ReactScopeMethods) {
0 commit comments