UNPKG

radix-vue

Version:

Vue port for Radix UI Primitives.

6 lines (5 loc) 196 B
/** * Injects a pair of focus guards at the edges of the whole DOM tree * to ensure `focusin` & `focusout` events can be caught consistently. */ export declare function useFocusGuards(): void;