UNPKG

outsella-widget

Version:

A voice-enabled widget SDK for Outsella assistant

5 lines (4 loc) 140 B
import { FC } from 'react'; import { iChoiceProps } from './choice'; declare const ChoiceCall: FC<iChoiceProps>; export default ChoiceCall;