next-nprogress-bar
Advanced tools
Comparing version 1.2.4 to 1.2.5
import React from 'react'; | ||
import { NProgressOptions } from 'nprogress'; | ||
export { NProgressOptions }; | ||
export interface NProgressOptions { | ||
minimum?: number; | ||
template?: string; | ||
easing?: string; | ||
speed?: number; | ||
trickle?: boolean; | ||
trickleSpeed?: number; | ||
showSpinner?: boolean; | ||
parent?: string; | ||
positionUsing?: string; | ||
barSelector?: string; | ||
spinnerSelector?: string; | ||
} | ||
export interface ProgressBarProps { | ||
@@ -5,0 +16,0 @@ color?: string; |
{ | ||
"name": "next-nprogress-bar", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "NextJS progress bar compatible with new app directory", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26393
128