UNPKG

app-walkthrough

Version:

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

3 lines (2 loc) 178 B
export declare function speakTextWithCallback(text: string, callback: (err: Error | null) => void): void; export declare function speakTextAsync(text: string): Promise<unknown>;