UNPKG
@speechmatics/real-time-client-react
Version:
latest (3.3.0)
next (2.0.0-rc.4)
3.3.0
3.2.1
3.2.0
3.1.0
3.0.0
2.0.2
2.0.1
2.0.0
2.0.0-rc.4
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
1.0.0
1.0.0-rc.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
React hooks for interacting with the Speechmatics Real-Time API
@speechmatics/real-time-client-react
/
dist
/
real-time-context.js
11 lines
(8 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
"use client"
;
import
{ createContext }
from
'react'
;
const
RealtimeContext
=
createContext
(
null
);
export
{
RealtimeContext
};
//# sourceMappingURL=real-time-context.js.map