UNPKG

@atlaskit/spotlight

Version:

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

8 lines (7 loc) 294 B
import type { SpotlightCardProps } from './legacy'; /** * __Spotlight__ * * The base UI card that wraps composable spotlight components. */ export declare const SpotlightCard: React.ForwardRefExoticComponent<React.PropsWithoutRef<SpotlightCardProps> & React.RefAttributes<HTMLDivElement>>;