mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
7 lines
327 B
TypeScript
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;
|