diff --git a/packages/stage-ui/src/composables/index.ts b/packages/stage-ui/src/composables/index.ts index da8539c27..8eb5857a3 100644 --- a/packages/stage-ui/src/composables/index.ts +++ b/packages/stage-ui/src/composables/index.ts @@ -17,5 +17,6 @@ export * from './use-linked-accounts' export * from './use-model-preload' export * from './use-optimistic' export * from './use-scroll-to-hash' +export * from './use-streaming-transcription-input' export * from './vision' export * from './whisper'