Skip to content

Commit

Permalink
fix use TextStyle type for textStyle props
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarpentier committed Mar 12, 2019
1 parent a0ede54 commit d0dc14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -85,7 +85,7 @@ interface BubbleProps<TMessage extends IMessage = IMessage> {
previousMessage?: TMessage;
containerStyle?: LeftRightStyle<ViewStyle>;
wrapperStyle?: LeftRightStyle<ViewStyle>;
textStyle?: LeftRightStyle<ViewStyle>;
textStyle?: LeftRightStyle<TextStyle>;
bottomContainerStyle: LeftRightStyle<ViewStyle>;
tickStyle: TextStyle;
containerToNextStyle: LeftRightStyle<ViewStyle>;
Expand Down

0 comments on commit d0dc14c

Please sign in to comment.