react-sip
react-sip copied to clipboard
callType & sipType import error
import { callType, sipType } from 'react-sip'
the above line gives an error in typescript. (Module '"react-sip"' has no exported member 'sipType') need help to fix this. A typescript implemented example would be much appreciated.
secondly, how do i access the status prop in typescript ?