UNPKG

@redocly/theme

Version:

Shared UI components lib

3 lines (2 loc) 145 B
import type { RefObject } from 'react'; export declare function useDialogHotKeys(ref: RefObject<HTMLElement | null>, onClose: () => void): void;