Moves focus to the last focusable or tabbable element in the focus scope.
(opts?: FocusManagerOptions)
| 62 | focusFirst(opts?: FocusManagerOptions): FocusableElement | null; |
| 63 | /** Moves focus to the last focusable or tabbable element in the focus scope. */ |
| 64 | focusLast(opts?: FocusManagerOptions): FocusableElement | null; |
| 65 | } |
| 66 | |
| 67 | type ScopeRef = RefObject<Element[] | null> | null; |