aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/globals.d.ts
blob: d0890161ce6a1478b4016cc98a8df1372c7145be (plain) (blame)
1
2
3
4
5
6
7
8
9
declare module 'whatwg-fetch';
declare module 'react-document-title';

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