pcom-isv-base
Version:
千叶ISV基础能力
17 lines (16 loc) • 360 B
TypeScript
export default function (): {
isIOS: boolean;
isAndroid: boolean;
isWeex: boolean;
isTB: boolean;
isTM: boolean;
appName: string;
isIphoneX: boolean;
statusBarHeight: number;
navBarHeight: number;
bottomBarHeight: number;
isWeb: boolean;
clientHeight: number;
clientWidth: number;
isPreview: boolean;
};