angular2-progressbar
Advanced tools
@@ -34,3 +34,3 @@ export declare type Easing = string; | ||
| to?: any; | ||
| step?: (state, bar, attachment) => void; | ||
| step?: (state: any, circle: any, attachment: any) => void; | ||
| warnings?: boolean; | ||
@@ -43,5 +43,5 @@ } | ||
| to?: any; | ||
| step?: (state, circle, attachment) => void; | ||
| step?: (state: any, circle: any, attachment: any) => void; | ||
| } | ||
| export declare namespace ProgressBar { | ||
| } |
+1
-1
| { | ||
| "name": "angular2-progressbar", | ||
| "version": "0.3.0", | ||
| "version": "0.4.0", | ||
| "description": "Angular2 component for progressbarjs", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
18767
0.18%