UNPKG
app-walk
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
An intuitive guided walkthrough library with UI highlighting and voice narration for web apps.
app-walk
/
dist
/
index.d.ts
3 lines
(2 loc)
•
246 B
TypeScript
View Raw
1
2
3
export
{ runActionSteps }
from
"./runSteps"
;
export
type
{
TSelectorType
,
TActionType
,
TSelector
,
TActionText
,
TActionBase
,
TInputAction
,
TUploadFileAction
,
TKeyboardAction
,
TGeneralAction
,
TAction
,
TUrlAction
,
TStepAction
, }
from
"./dataTypes"
;