UNPKG

@octopusdeploy/design-system-components

Version:
8 lines (7 loc) 269 B
export interface SpotlightProps { target: HTMLDivElement | undefined; onOverlayClick: () => void; show: boolean; position: "absolute" | "fixed"; } export declare function Spotlight(props: SpotlightProps): import("react/jsx-runtime").JSX.Element | null;