@bassist/progress
Advanced tools
Comparing version 0.1.3 to 0.2.0
/** | ||
* name: @bassist/progress | ||
* version: v0.1.3 | ||
* version: v0.2.0 | ||
* description: Simple slim progress bars base on NProgress. | ||
@@ -5,0 +5,0 @@ * author: chengpeiquan <chengpeiquan@chengpeiquan.com> |
{ | ||
"name": "@bassist/progress", | ||
"version": "0.1.3", | ||
"version": "0.2.0", | ||
"description": "Simple slim progress bars base on NProgress.", | ||
@@ -5,0 +5,0 @@ "author": "chengpeiquan <chengpeiquan@chengpeiquan.com>", |
@@ -0,1 +1,4 @@ | ||
/** | ||
* Types provided from @types/nprogress | ||
*/ | ||
export interface NProgressOptions { | ||
@@ -30,2 +33,5 @@ minimum: number; | ||
} | ||
/** | ||
* Types of functionality that this plugin extends | ||
*/ | ||
export interface Progress extends NProgress { | ||
@@ -32,0 +38,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11993
160