UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

9 lines (8 loc) 274 B
import { IntroJs } from "../intro"; import { IntroStep } from "./steps"; /** * Finds all Intro steps from the data-* attributes and the options.steps array * * @api private */ export default function fetchIntroSteps(intro: IntroJs, targetElm: HTMLElement): IntroStep[];