Files
react-native-iphone-x-helper/index.d.ts
2018-09-04 09:52:13 +08:00

4 lines
209 B
TypeScript

export function isIphoneX(): boolean;
export function ifIphoneX<T, U>(iphoneXVal: T, regularVal: U): T | U;
export function getStatusBarHeight(safe?: boolean): number;
export function getBottomSpace(): number;