UNPKG

poker-html-client

Version:
12 lines (10 loc) 273 B
interface PlatformInterface { mediaRoot: string; reloadOnResume: boolean; isTablet: boolean; statusBarHeight(): number; hasTabBar(): boolean; hasMenu(): boolean; hasTouch(): boolean; } declare var platformInfo: PlatformInterface;