UNPKG

expo-speech-recognition

Version:

Speech Recognition for React Native Expo projects

13 lines 500 B
export declare const ExpoWebSpeechRecognition: { new (): SpeechRecognition; prototype: SpeechRecognition; } | null; export declare const ExpoWebSpeechGrammarList: { new (): SpeechGrammarList; prototype: SpeechGrammarList; } | null; export declare const ExpoWebSpeechRecognitionEvent: { new (type: string, eventInitDict: SpeechRecognitionEventInit): SpeechRecognitionEvent; prototype: SpeechRecognitionEvent; } | null; //# sourceMappingURL=ExpoWebSpeechRecognition.web.d.ts.map