Type TextStyleProp

Reviewed By: yungsters

Differential Revision: D7176472

fbshipit-source-id: 35f499bdac6c089d5f45884f6f11ea539c8b7085
This commit is contained in:
Eli White 2018-03-06 23:21:55 -08:00 committed by Facebook Github Bot
parent c129457d3a
commit 321ba067a8
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ export type StyleObj = StyleProp<$Shape<Style>>;
export type StyleValue = StyleObj;
export type ViewStyleProp = StyleProp<$ReadOnly<$Shape<ViewStyle>>>;
export type TextStyleProp = StyleObj;
export type TextStyleProp = StyleProp<$ReadOnly<$Shape<TextStyle>>>;
export type ImageStyleProp = StyleProp<$ReadOnly<$Shape<ImageStyle>>>;
export type Styles = {