UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

8 lines (7 loc) 152 B
import { Tour } from "./tour"; /** * Initiate a new tour the page * * @api private */ export declare const start: (tour: Tour) => Promise<Boolean>;