Skip to content

Commit

Permalink
add KeyboardAwareScrollViewProps to interface of Content
Browse files Browse the repository at this point in the history
  • Loading branch information
田村行生 committed Mar 3, 2019
1 parent bc9e296 commit dc211aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
declare module "native-base" {
import * as React from "react";
import * as ReactNative from "react-native";
import {KeyboardAwareScrollViewProps} from "react-native-keyboard-aware-scroll-view";

type RnViewStyleProp = ReactNative.StyleProp<ReactNative.ViewStyle>;
type RnTextStyleProp = ReactNative.StyleProp<ReactNative.TextStyle>;
Expand Down Expand Up @@ -169,7 +170,7 @@ declare module "native-base" {
/**
* see Widget Content.js
*/
interface Content extends Testable {
interface Content extends Testable, KeyboardAwareScrollViewProps {
/**
* The theme prop can be applied to any component of NativeBase.
*/
Expand Down

0 comments on commit dc211aa

Please sign in to comment.