DEV Community

Discussion on: Can't use Web Share API to share a file in my React typescript App

Collapse
 
joaolss profile image
João Lucas Silva

Typescript dependens on type declaration files for javascript APIs, when typescript complains that some property doesnt exist, it doesnt know if it exists or not, it just cant find it on the type declaration files for said API, you can just ignore it, or you can find appropriate types on definitely typed repo