GT2/Ejectable/node_modules/react-native-iphone-x-helper/index.d.ts

6 lines
258 B
TypeScript

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;