Skip to content

Commit 6cbc273

Browse files
committed
fixed #65: added countTo and sparkline typings
1 parent 3aabfc4 commit 6cbc273

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

angular/src/typings.d.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,12 @@ declare var System: any;
1616
declare var App: any; //Related to Metronic
1717
declare var Layout: any; //Related to Metronic
1818

19-
declare var Push: any;
19+
declare var Push: any;
20+
21+
interface JQuery {
22+
countTo(...any): any;
23+
}
24+
25+
interface JQuery {
26+
sparkline(...any): any;
27+
}

0 commit comments

Comments
 (0)