UNPKG

app-walkthrough

Version:

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

4 lines (3 loc) 191 B
import { TAction } from "./dataTypes"; export declare const DROPDOWN_VALID_ACTION_TYPES: Set<string>; export declare function handleDropdownAction(element: HTMLElement, step: TAction): void;