UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

9 lines (8 loc) 283 B
import { IntroJs } from "../intro"; /** * Exit from intro * * @api private * @param {Boolean} force - Setting to `true` will skip the result of beforeExit callback */ export default function exitIntro(intro: IntroJs, targetElement: HTMLElement, force?: boolean): Promise<void>;