apal21 / nextjs-progressbar

A simple Next.js progressbar component using NProgress.

Home Page:https://www.npmjs.com/package/nextjs-progressbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No autocomplete for nprogress options.

imranbarbhuiya opened this issue · comments

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?

Also mentioned in #43

Yes sure. That would be helpful.