apal21 / nextjs-progressbar

A simple Next.js progressbar component using NProgress.
https://www.npmjs.com/package/nextjs-progressbar
MIT License
776 stars 61 forks source link

No autocomplete for nprogress options. #58

Closed imranbarbhuiya closed 2 years ago

imranbarbhuiya commented 2 years ago

Nprogress don't have their own types declaration, so you've to add @types/nprogress.

That's why nprogress options aren't showing any autocomplete. Should I make a new PR by adding nprogress types?

imranbarbhuiya commented 2 years ago

Also mentioned in #43

apal21 commented 2 years ago

Yes sure. That would be helpful.