UNPKG

@speechmatics/flow-client-react

Version:

React hooks for interacting with the Speechmatics Flow API

9 lines (6 loc) 175 B
"use strict"; "use client"; import { createContext } from 'react'; const FlowContext = createContext(null); export { FlowContext }; //# sourceMappingURL=flow-context.js.map