UNPKG

botframework-webchat-component

Version:
8 lines (5 loc) 254 B
import { WebSpeechPonyfill } from 'botframework-webchat-api'; import useWebChatUIContext from './internal/useWebChatUIContext'; export default function useWebSpeechPonyfill(): [WebSpeechPonyfill] { return [useWebChatUIContext().webSpeechPonyfill]; }