next-nprogress-bar
Advanced tools
Comparing version 1.2.3 to 1.2.4
import React from 'react'; | ||
import { NProgressOptions } from 'nprogress'; | ||
interface ProgressBarProps { | ||
export { NProgressOptions }; | ||
export interface ProgressBarProps { | ||
color?: string; | ||
@@ -5,0 +6,0 @@ height?: string; |
{ | ||
"name": "next-nprogress-bar", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"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
25917
117