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
/
CloseIcon.d.ts
3 lines
(2 loc)
•
83 B
TypeScript
View Raw
1
2
3
import
React
from
'react'
;
export
declare
function
CloseIcon
(
):
React
.
JSX
.
Element
;