UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

7 lines (6 loc) 264 B
import { TourStep } from "./steps"; /** * Sets the position of the element relative to the TourStep * @api private */ export declare const setPositionRelativeToStep: (relativeElement: HTMLElement, element: HTMLElement, step: TourStep, padding: number) => void;