rstacruz / nprogress

For slim progress bars like on YouTube, Medium, etc
http://ricostacruz.com/nprogress
MIT License
25.98k stars 1.81k forks source link

Tricklerate Property Missing from Typescript? #248

Open sricharankrishnan opened 7 months ago

sricharankrishnan commented 7 months ago

Hello.

Absolutely great job on this package being built. I've been playing around with this for some demo work, using NextJS/React/Typescript. So I've had to install npm packages for the types as well for NProgress. There is a property in the configuration called trickleRate (mentioned at https://www.npmjs.com/package/nprogress#tricklerate-and-tricklespeed) but when I used that property, I've had typescript throwing an error that says the property is not there.

If I'm missing something by raising this query, really sorry but would be very grateful if you could check and do the needful. Requesting assistance.

Cheers. Screenshot from 2023-12-02 17-43-52

yisibell commented 6 months ago

Just try this Next NProgress