Skip to content

Commit b32c8e6

Browse files
committed
Remove dead type
1 parent b58d28b commit b32c8e6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/react-dom/src/client/focus/ReactTabFocus.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ type KeyboardEvent = {|
3333
defaultPrevented: boolean,
3434
|};
3535

36-
type ControllerHandle = {|
37-
focusFirst: () => void,
38-
focusNext: () => boolean,
39-
focusPrevious: () => boolean,
40-
getNextController: () => null | ControllerHandle,
41-
getPreviousController: () => null | ControllerHandle,
42-
|};
43-
4436
const {useRef} = React;
4537

4638
function getTabbableNodes(scope: ReactScopeMethods) {

0 commit comments

Comments
 (0)