UNPKG

speech-to-element

Version:

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

7 lines (6 loc) 195 B
import { Speech } from '../speech'; export declare class GlobalState { static service: Speech | undefined; private static doubleClickPending; static doubleClickDetector(): boolean; }