UNPKG

app-walkthrough

Version:

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

4 lines (3 loc) 226 B
import { TStepAction } from "./dataTypes"; export declare function handleInputAction(element: HTMLElement, step: TStepAction): void; export declare function findInsideInput(element: HTMLElement): HTMLInputElement | undefined;