react-media-player icon indicating copy to clipboard operation
react-media-player copied to clipboard

No Typescript support

Open martygo opened this issue 3 years ago • 1 comments

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

martygo avatar May 26 '22 10:05 martygo

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

declare module "react-media-player";

kjesien avatar Oct 26 '22 13:10 kjesien