UNPKG

@atlaskit/spotlight

Version:

A spotlight introduces users to points of interest, from focused messages to multi-step tours.

3 lines (2 loc) 174 B
import { type MutableRefObject } from 'react'; export declare const useFocusWithin: (ref: MutableRefObject<HTMLDivElement | null | undefined> | undefined) => Element | null;