UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

9 lines (8 loc) 291 B
import { IntroJs } from "../intro"; import { HintStep, IntroStep } from "./steps"; /** * Update the position of the helper layer on the screen * * @api private */ export default function setHelperLayerPosition(intro: IntroJs, step: IntroStep | HintStep, helperLayer: HTMLElement): void;