1.0.3 • Published 5 months ago

@types/react-native-android-keyboard-adjust v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Installation

npm install --save @types/react-native-android-keyboard-adjust

Summary

This package contains type definitions for react-native-android-keyboard-adjust (https://github.com/zubricky/react-native-android-keyboard-adjust).

Details

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

index.d.ts

// Type definitions for react-native-android-keyboard-adjust 1.0
// Project: https://github.com/zubricky/react-native-android-keyboard-adjust
// Definitions by: Ivan Stelmakh <https://github.com/stelmakhivan>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare class AndroidKeyboardAdjust {
    setStateUnspecified(): void;
    setAdjustNothing(): void;
    setAdjustPan(): void;
    setAdjustResize(): void;
    setAdjustUnspecified(): void;
    setAlwaysHidden(): void;
    setAlwaysVisible(): void;
    setVisible(): void;
    setHidden(): void;
    setUnchanged(): void;
}

declare const _default: AndroidKeyboardAdjust;

export default _default;

Additional Details

  • Last updated: Wed, 01 Dec 2021 00:31:12 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Ivan Stelmakh.