UNPKG

@redocly/theme

Version:

Shared UI components lib

3 lines (2 loc) 129 B
import type { RefObject } from 'react'; export declare function useFocusTrap(containerRef: RefObject<HTMLElement | null>): void;