UNPKG

@atlaskit/popup

Version:

A popup displays brief content in an overlay.

3 lines (2 loc) 253 B
import { type FocusManagerHook } from './types'; export declare const useFocusManager: ({ initialFocusRef, popupRef, triggerRef, autoFocus, shouldCloseOnTab, shouldDisableFocusTrap, shouldReturnFocus, shouldRenderToParent, }: FocusManagerHook) => void;