0.4.6 • Published 5 months ago

@types/react-native-keyboard-spacer v0.4.6

Weekly downloads
5,940
License
MIT
Repository
github
Last release
5 months ago

Installation

npm install --save @types/react-native-keyboard-spacer

Summary

This package contains type definitions for react-native-keyboard-spacer (https://github.com/Andr3wHur5t/react-native-keyboard-spacer#readme).

Details

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

index.d.ts

// Type definitions for react-native-keyboard-spacer 0.4
// Project: https://github.com/Andr3wHur5t/react-native-keyboard-spacer#readme
// Definitions by: Vincent Langlet <https://github.com/VincentLanglet>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

import * as React from 'react';
import * as ReactNative from 'react-native';

export interface KeyboardSpacerProps {
    topSpacing?: number | undefined;
    onToggle?: ((keyboardIsOpen: boolean, keyboardSpace: number) => void) | undefined;
    style?: ReactNative.StyleProp<ReactNative.ViewStyle> | undefined;
}

export default class KeyboardSpacer extends React.Component<KeyboardSpacerProps, any> { }

Additional Details

Credits

These definitions were written by Vincent Langlet.

0.4.6

5 months ago

0.4.5

6 months ago

0.4.4

7 months ago

0.4.3

7 months ago

0.4.2

3 years ago

0.4.1

6 years ago

0.4.0

6 years ago