UNPKG

react-webrtc-phone-dialer

Version:

A modern, floating WebRTC phone dialer component for React applications

3 lines (2 loc) 173 B
export { default as PhoneDialer } from "./components/PhoneDialerNew"; export type { PhoneDialerProps, Contact, CallHistoryItem, ActiveCall, CallCallbacks, } from "./types";