@atlaskit/spotlight
Version:
A spotlight introduces users to points of interest, from focused messages to multi-step tours.
10 lines (9 loc) • 333 B
TypeScript
import { type SpotlightCardProps } from './legacy';
export type { SpotlightCardProps };
/**
* __Spotlight__
*
* The base UI card that wraps composable spotlight components.
*
*/
export declare const SpotlightCard: React.ForwardRefExoticComponent<React.PropsWithoutRef<SpotlightCardProps> & React.RefAttributes<HTMLDivElement>>;