gradints/tailwindcss-scrollbar

Missing Declaration Files

Opened this issue · 2 comments

VS Code complains.

image

just add declaration.d.ts file in the root & paste this into it:

declare module '@gradin/tailwindcss-scrollbar'

@deadcoder0904 do you mean in the root folder of a project, or root folder of this plugin?