mirror of
https://github.com/zhigang1992/react-native-iphone-x-helper.git
synced 2026-06-13 09:34:37 +08:00
4 lines
209 B
TypeScript
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; |