UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

8 lines (7 loc) 186 B
import { IntroJs } from "../intro"; /** * Add overlay layer to the page * * @api private */ export default function addOverlayLayer(intro: IntroJs, targetElm: HTMLElement): boolean;