fix use TextStyle type for textStyle props

This commit is contained in:
Xavier Carpentier
2019-03-12 13:34:16 +01:00
committed by GitHub
parent a0ede5424d
commit d0dc14c451

2
index.d.ts vendored
View File

@@ -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>;