UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

6 lines (5 loc) 239 B
import { KeyboardEventHandler, RefObject } from 'react'; /** * @deprecated will be removed in a future release */ export declare function trapFocus(modalRef: RefObject<HTMLDialogElement | null>): KeyboardEventHandler<HTMLDialogElement>;