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

6 lines
258 B
TypeScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
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;