bettertend/frontend/node_modules/radix-vue/dist/shared/useFocusGuards.d.ts

6 lines
196 B
TypeScript

/**
* 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;