souporserious / react-media-player

React audio and video player.
https://souporserious.github.io/react-media-player/
ISC License
470 stars 100 forks source link

No Typescript support #98

Open martygo opened 2 years ago

martygo commented 2 years ago

For projects created using Typescript unfortunately the Lib doesn't work, because it doesn't find equivalent types of the lib.

kjesien commented 1 year ago

It does work, you just need to declare the module, still, TS support would be great.

declare module "react-media-player";