UNPKG

387 BTypeScriptView Raw
1
2declare module 'react-native-status-bar-height' {
3 export function getStatusBarHeight(skipAndroid?: boolean): number;
4 export function isIPhoneX(): boolean
5 export function isIPhoneXMax(): boolean
6 export function isIPhone12(): boolean
7 export function isIPhone12Max(): boolean
8 export function isIPhoneWithMonobrow(): boolean
9 export function isExpo(): boolean;
10}
11
\No newline at end of file