UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

7 lines (6 loc) 209 B
import { IntroJs } from "../intro"; /** * Update placement of the intro objects on the screen * @api private */ export default function refresh(intro: IntroJs, refreshSteps?: boolean): IntroJs | undefined;