ngx-admin/src/typings.d.ts

16 lines
316 B
TypeScript
Raw Normal View History

2017-04-11 19:09:02 +03:00
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
2017-06-06 12:46:19 +03:00
2017-04-11 19:09:02 +03:00
/* SystemJS module definition */
2017-06-06 12:46:19 +03:00
declare var module: NodeModule;
interface NodeModule {
2017-04-11 19:09:02 +03:00
id: string;
2017-06-06 12:46:19 +03:00
}
2017-06-07 11:35:43 +03:00
declare var tinymce: any;
2017-07-14 18:55:38 +03:00
declare var echarts: any;