@types/react-native-extra-dimensions-android
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

Installation

npm install --save @types/react-native-extra-dimensions-android

Summary

This package contains type definitions for react-native-extra-dimensions-android (https://github.com/Sunhat/react-native-extra-dimensions-android).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-extra-dimensions-android.

index.d.ts

export type Dimensions =
    | "REAL_WINDOW_HEIGHT"
    | "REAL_WINDOW_WIDTH"
    | "STATUS_BAR_HEIGHT"
    | "SOFT_MENU_BAR_HEIGHT"
    | "SMART_BAR_HEIGHT";

export function get(dimension: Dimensions): number;
export function getRealWindowHeight(): number;
export function getRealWindowWidth(): number;
export function getStatusBarHeight(): number;
export function getSoftMenuBarHeight(): number;
export function getSmartBarHeight(): number;
export function isSoftMenuBarEnabled(): boolean;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Kiryl Arlouski.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-native-extra-dimensions-android

Weekly Downloads

1,293

Version

1.2.3

License

MIT

Unpacked Size

3.77 kB

Total Files

5

Last publish

Collaborators

  • types