UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

7 lines (6 loc) 303 B
import { TourTooltipProps } from "./TourTooltip"; export type ReferenceLayerProps = TourTooltipProps & { targetElement: HTMLElement; helperElementPadding: number; }; export declare const ReferenceLayer: ({ targetElement, helperElementPadding, ...props }: ReferenceLayerProps) => HTMLDivElement;