UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

8 lines (7 loc) 223 B
import { HintPosition } from "./hintItem"; /** * Aligns hint position * * @api private */ export declare const alignHintPosition: (position: HintPosition, hintElement: HTMLElement, targetElement?: HTMLElement) => void;