UNPKG

204 BTypeScriptView Raw
1/// <reference types="react" />
2interface FocusTrapProps {
3 container?: React.RefObject<HTMLElement> | null;
4}
5export declare const FocusTrap: ({ container }: FocusTrapProps) => null;
6export {};