UNPKG

@speechmatics/flow-client-react

Version:

React hooks for interacting with the Speechmatics Flow API

8 lines (7 loc) 325 B
"use strict"; export { useFlow } from './use-flow.js'; export { useClientEventListener, useFlowEventListener } from './use-flow-event-listener.js'; export { FlowContext } from './flow-context.js'; export { FlowProvider } from './flow-provider.js'; export * from '@speechmatics/flow-client'; //# sourceMappingURL=index.js.map