UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

8 lines (7 loc) 227 B
import { IntroJs } from "../intro"; /** * Initiate a new introduction/guide from an element in the page * * @api private */ export default function introForElement(intro: IntroJs, targetElm: HTMLElement): Promise<Boolean>;