UNPKG
livekit-voice-assistant
Version:
latest (1.0.0)
1.0.0
A customizable voice assistant component built with LiveKit
livekit-voice-assistant
/
dist
/
components
/
index.d.ts
6 lines
(5 loc)
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
export
{
CloseIcon
}
from
'./CloseIcon'
;
export
{
NoAgentNotification
}
from
'./NoAgentNotification'
;
export
{
VoiceAssistantControlBar
}
from
'./VoiceAssistantControlBar'
;
export
{
VoiceAssistant
}
from
'./VoiceAssistant'
;
export
type
{
VoiceAssistantProps
}
from
'./VoiceAssistant'
;