Type TextStyleProp
Reviewed By: yungsters Differential Revision: D7176472 fbshipit-source-id: 35f499bdac6c089d5f45884f6f11ea539c8b7085
This commit is contained in:
parent
c129457d3a
commit
321ba067a8
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue