UNPKG

converse-ai-support-library

Version:

A React component library for floating contact buttons (email, chat, call)

5 lines (4 loc) 150 B
import { default as React } from 'react'; import { CallProps } from '../../types/Call'; declare const Call: React.FC<CallProps>; export default Call;