5a90fece8
0b1ba9f99
ca25b816f
1
2 3 4 5 6 7
8 9 10 11 12 13 14
declare module 'react-highlight'; // is-mobile declarations declare function isMobile(): boolean; declare module 'is-mobile' { export = isMobile; } declare module '*.json' { const json: any; /* tslint:disable */ export default json; /* tslint:enable */ }