mdbootstrap / perfect-scrollbar

Minimalistic but perfect custom scrollbar plugin. Get more free components with Material Design for Bootstrap UI Kit (link below)
https://perfectscrollbar.com/
MIT License
346 stars 66 forks source link

Cannot use namespace 'PerfectScrollbar' as a type #165

Open throrin19 opened 7 months ago

throrin19 commented 7 months ago

Hello, I try to migrate my project to full ESM but I have TS errors using PerfectScrollbar. It works fine before this.

I have several errors on using types part or class type in my code, one said namespace can't export Options, another you can't use namespace as type. But I can't find how to fix this :

image

This is TS errors for all parts :

But normally the types availables with the package seems to be corrects. I don't understand the problem :/