prinze77 / react-softphone

Webrtc asterisk sip SoftPhone react functional component
31 stars 25 forks source link

TS7016: Could not find a declaration file for module 'react-softphone' #10

Closed IBlasterus closed 3 years ago

IBlasterus commented 3 years ago

Hi, all.

  1. npx create-react-app my-app --template typescript
  2. Edited App.tsx according to Usage
  3. npm start
  4. Got an error: TS7016: Could not find a declaration file for module 'react-softphone'
IBlasterus commented 3 years ago

Solved this with

// @ts-ignore
import SoftPhone from 'react-softphone';