UNPKG

speech-to-element

Version:

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

9 lines (8 loc) 398 B
import { Speech } from '../speech'; export declare class Padding { private static setStateForPrimitiveElement; private static setStateForGenericElement; static setState(speech: Speech, element: HTMLElement): void; static adjustStateAfterRecodingPrimitiveElement(speech: Speech, input: HTMLInputElement): void; static adjustSateForNoTextPrimitiveElement(speech: Speech): void; }