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
/
src
/
index.ts
6 lines
(5 loc)
•
232 B
text/typescript
View Raw
1
2
3
4
5
6
export
*
from
'./use-real-time-transcription'
;
export
*
from
'./use-real-time-event-listener'
;
export
*
from
'./real-time-context'
;
export
*
from
'./real-time-transcription-provider'
;
export
*
from
'@speechmatics/real-time-client'
;