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
/
handleDropdownAction.d.ts
4 lines
(3 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
import
{
TAction
}
from
"./dataTypes"
;
export
declare
const
DROPDOWN_VALID_ACTION_TYPES
:
Set
<
string
>;
export
declare
function
handleDropdownAction
(
element
:
HTMLElement
,
step
:
TAction
):
void
;