volleyball-dev-frontend/node_modules/@radix-ui/react-focus-guards/dist/index.d.mts
2025-06-02 16:42:16 +00:00

10 lines
323 B
TypeScript

declare function FocusGuards(props: any): any;
/**
* Injects a pair of focus guards at the edges of the whole DOM tree
* to ensure `focusin` & `focusout` events can be caught consistently.
*/
declare function useFocusGuards(): void;
declare const Root: typeof FocusGuards;
export { FocusGuards, Root, useFocusGuards };