UNPKG

aixblock-voice-ai-deepgram

Version:

A React component for real-time transcription and voice agent interactions using Deepgram APIs

5 lines (4 loc) 287 B
import React from 'react'; import { DeepgramVoiceInteractionHandle, DeepgramVoiceInteractionProps } from '../../types'; declare const _default: React.ForwardRefExoticComponent<DeepgramVoiceInteractionProps & React.RefAttributes<DeepgramVoiceInteractionHandle>>; export default _default;