UNPKG

sycoraxai-voice-assistants

Version:

A voice assistant package for React applications supporting multiple providers including LiveKit, Retell, and TargetAI

7 lines (6 loc) 208 B
import React from 'react'; interface ControlBarProps { onConnectButtonClicked: () => void; } export declare function ControlBar({ onConnectButtonClicked }: ControlBarProps): React.JSX.Element; export {};