mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Add justify option to TextStyle
This commit is contained in:
Vendored
+1
-5
@@ -758,11 +758,7 @@ export interface TextStyle extends TextStyleIOS, TextStyleAndroid, ViewStyle {
|
||||
fontWeight?: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900";
|
||||
letterSpacing?: number;
|
||||
lineHeight?: number;
|
||||
/**
|
||||
* Specifies text alignment.
|
||||
* The value 'justify' is only supported on iOS.
|
||||
*/
|
||||
textAlign?: "auto" | "left" | "right" | "center";
|
||||
textAlign?: "auto" | "left" | "right" | "center" | "justify";
|
||||
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through";
|
||||
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed";
|
||||
textDecorationColor?: string;
|
||||
|
||||
Reference in New Issue
Block a user