You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
641 B
18 lines
641 B
3 years ago
|
///<reference path="../node_modules/abp-web-resources/Abp/Framework/scripts/abp.d.ts"/>
|
||
|
///<reference path="../node_modules/abp-web-resources/Abp/Framework/scripts/libs/abp.signalr.d.ts"/>
|
||
|
///<reference path="../node_modules/moment/moment.d.ts"/>
|
||
|
|
||
|
// Typings reference file, see links for more information
|
||
|
// https://github.com/typings/typings
|
||
|
// https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html
|
||
|
|
||
|
declare var System: any;
|
||
|
declare var Push: any;
|
||
|
|
||
|
declare namespace abp {
|
||
|
namespace ui {
|
||
|
function setBusy(elm?: any, text?: any, delay?: any): void;
|
||
|
function clearBusy(elm?: any, delay?: any): void;
|
||
|
}
|
||
|
}
|