UNPKG

interactive-tutorial

Version:
3 lines 292 B
import { GeneralOptions, TutorialElementOption } from "./types"; export declare const executeTutorial: (parentElement: HTMLDivElement, validOptions: TutorialElementOption[], generalOptions: GeneralOptions, stepCount?: number) => Promise<void>; //# sourceMappingURL=execute-tutorial.d.ts.map