New dashboard look & feel
[src/xds/xds-agent.git] / webapp / src / typings.d.ts
1 /**
2  * @license
3  * Copyright Akveo. All Rights Reserved.
4  * Licensed under the MIT License. See License.txt in the project root for license information.
5  */
6
7 /* SystemJS module definition */
8 declare var module: NodeModule;
9 interface NodeModule {
10   id: string;
11 }
12
13 declare var tinymce: any;
14
15 declare var echarts: any;