UNPKG

interactive-tutorial

Version:
3 lines 263 B
import { GeneralOptions, TutorialElementOption } from "./types"; export declare const prepareStep: (option: TutorialElementOption, generalOptions: GeneralOptions) => Promise<Record<string, HTMLDivElement> | undefined>; //# sourceMappingURL=prepare-step.d.ts.map