adoxography / tailwind-scrollbar

Scrollbar plugin for Tailwind CSS
MIT License
951 stars 39 forks source link

Typescript support #37

Closed saini-facundo closed 2 years ago

saini-facundo commented 2 years ago

Hello, I want to use this library in a project that uses typescript. But it shows me this error. How could I fix it? Thank yo scroll sc u

Anandupr2000 commented 2 years ago

create new index.d.ts, utilities.d.ts, variants.d.ts at node_modules\tailwind-scrollbar\src with content:

declare function plugin(options?: { strategy?: 'base' | 'class' }): Function export = plugin

it helped me

adoxography commented 2 years ago

This'll be in 1.4!

adoxography commented 2 years ago

Turned into v2, but Typescript support is included. :)