@bassist/progress
Advanced tools
Comparing version 0.1.0 to 0.1.1
/** | ||
* name: @bassist/progress | ||
* version: v0.1.0 | ||
* version: v0.1.1 | ||
* description: Simple slim progress bars base on NProgress. | ||
@@ -5,0 +5,0 @@ * author: chengpeiquan <chengpeiquan@chengpeiquan.com> |
{ | ||
"name": "@bassist/progress", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Simple slim progress bars base on NProgress.", | ||
@@ -5,0 +5,0 @@ "author": "chengpeiquan <chengpeiquan@chengpeiquan.com>", |
@@ -49,3 +49,3 @@ # @bassist/progress | ||
This plugin extends XX's API and adds a `setColor` method. | ||
This plugin extends NProgress's API and adds a `setColor` method. | ||
@@ -72,3 +72,2 @@ - Type Declarations: | ||
*/ | ||
// eslint-disable-next-line no-unused-vars | ||
setColor: (color: string) => void | ||
@@ -75,0 +74,0 @@ } |
@@ -22,8 +22,8 @@ import { NProgress } from 'nprogress'; | ||
} | ||
declare const progress: Progress; | ||
declare const _default: Progress; | ||
export { | ||
progress as default, | ||
_default as default, | ||
}; | ||
export {}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11186
102