UNPKG

speech-to-element

Version:

Add real-time speech to text functionality into your website with no effort

12 lines (11 loc) 410 B
import { Options } from '../types/options'; import { Speech } from '../speech'; export declare class EventListeners { private static KEY_DOWN_TIMEOUT; private static getElementIfFocusedOnAvailable; private static keyDownWindow; private static mouseDownWindow; private static mouseUpWindow; static add(speech: Speech, options?: Options): void; static remove(speech: Speech): void; }