File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 1
- ///<reference path="../node_modules/@types/jquery/index.d.ts"/>
2
- ///<reference path="../node_modules/abp-web-resources/Abp/Framework/scripts/abp.d.ts"/>
1
+ ///<reference path="../node_modules/abp-web-resources/Abp/Framework/scripts/abp.d.ts"/>
3
2
///<reference path="../node_modules/abp-web-resources/Abp/Framework/scripts/libs/abp.jquery.d.ts"/>
4
3
///<reference path="../node_modules/abp-web-resources/Abp/Framework/scripts/libs/abp.signalr.d.ts"/>
5
4
///<reference path="../node_modules/moment/moment.d.ts"/>
6
- ///<reference path="../node_modules/@types/moment-timezone/index.d.ts"/>
7
- ///<reference path="../node_modules/@types/bootstrap/index.d.ts"/>
8
- ///<reference path="../node_modules/@types/toastr/index.d.ts"/>
9
5
10
6
// Typings reference file, see links for more information
11
7
// https://github.com/typings/typings
12
8
// https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html
13
9
14
10
declare var System : any ;
15
-
16
- declare var App : any ; // Related to Metronic
17
- declare var Layout : any ; // Related to Metronic
18
-
19
11
declare var Push : any ;
20
-
21
- interface JQuery {
22
- countTo ( ...any ) : any ;
23
- }
24
-
25
- interface JQuery {
26
- sparkline ( ...any ) : any ;
27
- }
You can’t perform that action at this time.
0 commit comments