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
/
utils
/
popupEvent.d.ts
3 lines
(2 loc)
•
193 B
TypeScript
View Raw
1
2
3
export
declare
function
popupEvent
(
element
:
HTMLElement
,
eventType
?:
string
,
options
?:
EventInit
):
void
;
export
declare
function
setNativeValue
(
element
:
HTMLInputElement
,
value
:
string
):
void
;