aboutsummaryrefslogblamecommitdiffstats
path: root/packages/dev-tools-pages/ts/globals.d.ts
blob: 07871a74b8b4c3bd9dc7119cdc7ba1199a841ab1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                                      

                        





                         









                        
declare module 'whatwg-fetch';
declare module 'react-document-title';

declare var System: any;

declare module '*.json' {
    const json: any;
    /* tslint:disable */
    export default json;
    /* tslint:enable */
}

declare module '*.css' {
    const css: any;
    export default css;
}

declare module '*.svg' {
    const svg: any;
    export default svg;
}