DefinitelyTyped/types/react-native-status-bar-height/index.d.ts
2018-10-24 16:33:27 +01:00

7 lines
327 B
TypeScript

// Type definitions for react-native-status-bar-height 2.1
// Project: https://github.com/ovr/react-native-status-bar-height#readme
// Definitions by: Tom Spencer <https://github.com/fiznool>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function getStatusBarHeight(skipAndroid?: boolean): number;