UNPKG

app-walkthrough

Version:

An intuitive guided walkthrough library with UI highlighting and voice narration for web apps.

4 lines (3 loc) 312 B
export { runActionSteps } from "./runSteps"; export type { TSelectorType, TActionType, TSelector, TActionText, TActionBase, TInputAction, TUploadFileAction, TKeyboardAction, TGeneralAction, TAction, TUrlAction, TStepAction, } from "./dataTypes"; export { ActionRecorder } from "./ActionRecorder/ActionRecorder";