UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

5 lines (4 loc) 141 B
/** * Ref: https://stackoverflow.com/questions/11381673/detecting-a-mobile-browser */ export declare const isMobileBrowser: () => boolean;