UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

6 lines (5 loc) 258 B
export function isIphoneX(): boolean; export function ifIphoneX<T, U>(iphoneXVal: T, regularVal: U): T | U; export function ifIphoneX<T>(iphoneXVal: T): T; export function getStatusBarHeight(safe?: boolean): number; export function getBottomSpace(): number;