aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared/src/ts/globals.d.ts
blob: 9b0bcf8457c0bafaa212e096ff1d5da4583f8288 (plain) (blame)
1
2
3
4
5
6
7
declare module 'react-highlight';

// is-mobile declarations
declare function isMobile(): boolean;
declare module 'is-mobile' {
    export = isMobile;
}