UNPKG

speech-to-element

Version:

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

9 lines (8 loc) 369 B
import { Speech } from '../speech'; export declare class Highlight { private static setStateForPrimitive; private static setStateForGeneric; static setState(speech: Speech, element: HTMLElement): void; static removeForGeneric(speech: Speech, element: HTMLElement): void; static removeForPrimitive(speech: Speech, element: HTMLInputElement): void; }