Skip to content

Commit

Permalink
fix(image): adds image props for image component
Browse files Browse the repository at this point in the history
  • Loading branch information
sankhadeeproy007 committed Sep 7, 2019
1 parent 5d670f3 commit 964b633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ declare module "native-base" {
style?: RnViewStyleProp;
}

interface Image extends ReactNative.TextProps, Testable { }
interface Image extends ReactNative.ImageProps, Testable { }

interface Segment extends ReactNative.TextProps, Testable { }

Expand Down

0 comments on commit 964b633

Please sign in to comment.