UNPKG
@speechmatics/flow-client-react
Version:
2-alpha.1 (0.1.2-alpha.1)
2-alpha.2 (0.1.2-alpha.2)
2-alpha.3 (0.1.2-alpha.3)
2-alpha.4 (0.1.2-alpha.4)
2-alpha.5 (0.1.2-alpha.5)
alpha (0.1.3-alpha.1)
latest (0.2.1)
next (1.0.0-rc.7.2)
1.0.0-rc.7.2
1.0.0-rc.7.1
1.0.0-rc.7
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
0.3.0-alpha
0.2.1
0.2.0
0.1.3-alpha.1
0.1.2
0.1.2-rc9
0.1.2-rc8
0.1.2-rc7
0.1.2-rc6
0.1.2-rc5
0.1.2-rc4
0.1.2-rc3
0.1.2-rc2
0.1.2-rc11
0.1.2-rc10
0.1.2-rc1
0.1.2-alpha.5
0.1.2-alpha.4
0.1.2-alpha.3
0.1.2-alpha.2
0.1.2-alpha.1
0.1.1
0.1.0
0.0.1-alpha.0
React hooks for interacting with the Speechmatics Flow API
@speechmatics/flow-client-react
/
dist
/
flow-context.js
9 lines
(6 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
"use client"
;
import
{ createContext }
from
'react'
;
const
FlowContext
=
createContext
(
null
);
export
{
FlowContext
};
//# sourceMappingURL=flow-context.js.map