index.d.mts 310 B

123456789
  1. export function FocusGuards(props: any): any;
  2. /**
  3. * Injects a pair of focus guards at the edges of the whole DOM tree
  4. * to ensure `focusin` & `focusout` events can be caught consistently.
  5. */
  6. export function useFocusGuards(): void;
  7. export const Root: typeof FocusGuards;
  8. //# sourceMappingURL=index.d.ts.map