UNPKG

@atlaskit/spotlight

Version:

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

8 lines (7 loc) 215 B
import { PopoverTarget as Legacy } from './legacy'; /** * __Target__ * * A target is the element that the popover content will be positioned in relation to. */ export declare const PopoverTarget: typeof Legacy;