UNPKG

@speechmatics/real-time-client-react

Version:

React hooks for interacting with the Speechmatics Real-Time API

11 lines (8 loc) 192 B
"use strict"; "use client"; import { createContext } from 'react'; const RealtimeContext = createContext( null ); export { RealtimeContext }; //# sourceMappingURL=real-time-context.js.map