semblance-dev/node_modules/cmdk/node_modules/@radix-ui/react-focus-guards/dist/index.d.ts
2025-12-19 19:26:16 +00:00

9 lines
310 B
TypeScript
Executable file

export 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.
*/
export function useFocusGuards(): void;
export const Root: typeof FocusGuards;
//# sourceMappingURL=index.d.ts.map