@draftbit/ui 47.0.0-df8093.2 → 47.0.0-eae99e.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/index.js +1 -3
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/index.js +4 -2
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/index.d.ts +364 -370
- package/package.json +4 -4
- package/src/index.js +4 -2
- package/src/index.tsx +2 -2
- package/lib/typescript/src/index.d.ts.map +0 -1
|
@@ -46,7 +46,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
46
46
|
fontFamily?: string | undefined;
|
|
47
47
|
fontStyle?: "normal" | "italic" | undefined;
|
|
48
48
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
49
|
-
textAlign?: "
|
|
49
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
50
50
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
51
51
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
52
52
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -148,7 +148,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
148
148
|
scaleY?: number | undefined;
|
|
149
149
|
translateX?: number | undefined;
|
|
150
150
|
translateY?: number | undefined;
|
|
151
|
-
textAlignVertical?: "
|
|
151
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
152
152
|
includeFontPadding?: boolean | undefined;
|
|
153
153
|
};
|
|
154
154
|
headline2: {
|
|
@@ -159,7 +159,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
159
159
|
fontFamily?: string | undefined;
|
|
160
160
|
fontStyle?: "normal" | "italic" | undefined;
|
|
161
161
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
162
|
-
textAlign?: "
|
|
162
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
163
163
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
164
164
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
165
165
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -261,7 +261,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
261
261
|
scaleY?: number | undefined;
|
|
262
262
|
translateX?: number | undefined;
|
|
263
263
|
translateY?: number | undefined;
|
|
264
|
-
textAlignVertical?: "
|
|
264
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
265
265
|
includeFontPadding?: boolean | undefined;
|
|
266
266
|
};
|
|
267
267
|
headline3: {
|
|
@@ -272,7 +272,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
272
272
|
fontFamily?: string | undefined;
|
|
273
273
|
fontStyle?: "normal" | "italic" | undefined;
|
|
274
274
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
275
|
-
textAlign?: "
|
|
275
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
276
276
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
277
277
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
278
278
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -374,7 +374,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
374
374
|
scaleY?: number | undefined;
|
|
375
375
|
translateX?: number | undefined;
|
|
376
376
|
translateY?: number | undefined;
|
|
377
|
-
textAlignVertical?: "
|
|
377
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
378
378
|
includeFontPadding?: boolean | undefined;
|
|
379
379
|
};
|
|
380
380
|
headline4: {
|
|
@@ -385,7 +385,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
385
385
|
fontFamily?: string | undefined;
|
|
386
386
|
fontStyle?: "normal" | "italic" | undefined;
|
|
387
387
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
388
|
-
textAlign?: "
|
|
388
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
389
389
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
390
390
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
391
391
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -487,7 +487,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
487
487
|
scaleY?: number | undefined;
|
|
488
488
|
translateX?: number | undefined;
|
|
489
489
|
translateY?: number | undefined;
|
|
490
|
-
textAlignVertical?: "
|
|
490
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
491
491
|
includeFontPadding?: boolean | undefined;
|
|
492
492
|
};
|
|
493
493
|
headline5: {
|
|
@@ -498,7 +498,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
498
498
|
fontFamily?: string | undefined;
|
|
499
499
|
fontStyle?: "normal" | "italic" | undefined;
|
|
500
500
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
501
|
-
textAlign?: "
|
|
501
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
502
502
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
503
503
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
504
504
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -600,7 +600,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
600
600
|
scaleY?: number | undefined;
|
|
601
601
|
translateX?: number | undefined;
|
|
602
602
|
translateY?: number | undefined;
|
|
603
|
-
textAlignVertical?: "
|
|
603
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
604
604
|
includeFontPadding?: boolean | undefined;
|
|
605
605
|
};
|
|
606
606
|
subtitle1: {
|
|
@@ -611,7 +611,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
611
611
|
fontFamily?: string | undefined;
|
|
612
612
|
fontStyle?: "normal" | "italic" | undefined;
|
|
613
613
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
614
|
-
textAlign?: "
|
|
614
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
615
615
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
616
616
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
617
617
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -713,7 +713,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
713
713
|
scaleY?: number | undefined;
|
|
714
714
|
translateX?: number | undefined;
|
|
715
715
|
translateY?: number | undefined;
|
|
716
|
-
textAlignVertical?: "
|
|
716
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
717
717
|
includeFontPadding?: boolean | undefined;
|
|
718
718
|
};
|
|
719
719
|
subtitle2: {
|
|
@@ -724,7 +724,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
724
724
|
fontFamily?: string | undefined;
|
|
725
725
|
fontStyle?: "normal" | "italic" | undefined;
|
|
726
726
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
727
|
-
textAlign?: "
|
|
727
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
728
728
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
729
729
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
730
730
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -826,7 +826,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
826
826
|
scaleY?: number | undefined;
|
|
827
827
|
translateX?: number | undefined;
|
|
828
828
|
translateY?: number | undefined;
|
|
829
|
-
textAlignVertical?: "
|
|
829
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
830
830
|
includeFontPadding?: boolean | undefined;
|
|
831
831
|
};
|
|
832
832
|
body1: {
|
|
@@ -837,7 +837,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
837
837
|
fontFamily?: string | undefined;
|
|
838
838
|
fontStyle?: "normal" | "italic" | undefined;
|
|
839
839
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
840
|
-
textAlign?: "
|
|
840
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
841
841
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
842
842
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
843
843
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -939,7 +939,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
939
939
|
scaleY?: number | undefined;
|
|
940
940
|
translateX?: number | undefined;
|
|
941
941
|
translateY?: number | undefined;
|
|
942
|
-
textAlignVertical?: "
|
|
942
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
943
943
|
includeFontPadding?: boolean | undefined;
|
|
944
944
|
};
|
|
945
945
|
body2: {
|
|
@@ -950,7 +950,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
950
950
|
fontFamily?: string | undefined;
|
|
951
951
|
fontStyle?: "normal" | "italic" | undefined;
|
|
952
952
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
953
|
-
textAlign?: "
|
|
953
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
954
954
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
955
955
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
956
956
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -1052,7 +1052,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1052
1052
|
scaleY?: number | undefined;
|
|
1053
1053
|
translateX?: number | undefined;
|
|
1054
1054
|
translateY?: number | undefined;
|
|
1055
|
-
textAlignVertical?: "
|
|
1055
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
1056
1056
|
includeFontPadding?: boolean | undefined;
|
|
1057
1057
|
};
|
|
1058
1058
|
button: {
|
|
@@ -1063,7 +1063,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1063
1063
|
fontFamily?: string | undefined;
|
|
1064
1064
|
fontStyle?: "normal" | "italic" | undefined;
|
|
1065
1065
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
1066
|
-
textAlign?: "
|
|
1066
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
1067
1067
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
1068
1068
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
1069
1069
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -1165,7 +1165,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1165
1165
|
scaleY?: number | undefined;
|
|
1166
1166
|
translateX?: number | undefined;
|
|
1167
1167
|
translateY?: number | undefined;
|
|
1168
|
-
textAlignVertical?: "
|
|
1168
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
1169
1169
|
includeFontPadding?: boolean | undefined;
|
|
1170
1170
|
};
|
|
1171
1171
|
caption: {
|
|
@@ -1176,7 +1176,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1176
1176
|
fontFamily?: string | undefined;
|
|
1177
1177
|
fontStyle?: "normal" | "italic" | undefined;
|
|
1178
1178
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
1179
|
-
textAlign?: "
|
|
1179
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
1180
1180
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
1181
1181
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
1182
1182
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -1278,7 +1278,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1278
1278
|
scaleY?: number | undefined;
|
|
1279
1279
|
translateX?: number | undefined;
|
|
1280
1280
|
translateY?: number | undefined;
|
|
1281
|
-
textAlignVertical?: "
|
|
1281
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
1282
1282
|
includeFontPadding?: boolean | undefined;
|
|
1283
1283
|
};
|
|
1284
1284
|
overline: {
|
|
@@ -1289,7 +1289,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1289
1289
|
fontFamily?: string | undefined;
|
|
1290
1290
|
fontStyle?: "normal" | "italic" | undefined;
|
|
1291
1291
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
1292
|
-
textAlign?: "
|
|
1292
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
1293
1293
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
1294
1294
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
1295
1295
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -1391,7 +1391,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1391
1391
|
scaleY?: number | undefined;
|
|
1392
1392
|
translateX?: number | undefined;
|
|
1393
1393
|
translateY?: number | undefined;
|
|
1394
|
-
textAlignVertical?: "
|
|
1394
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
1395
1395
|
includeFontPadding?: boolean | undefined;
|
|
1396
1396
|
};
|
|
1397
1397
|
headline6: {
|
|
@@ -1402,7 +1402,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1402
1402
|
fontFamily?: string | undefined;
|
|
1403
1403
|
fontStyle?: "normal" | "italic" | undefined;
|
|
1404
1404
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
1405
|
-
textAlign?: "
|
|
1405
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
1406
1406
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
1407
1407
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
1408
1408
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -1504,7 +1504,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1504
1504
|
scaleY?: number | undefined;
|
|
1505
1505
|
translateX?: number | undefined;
|
|
1506
1506
|
translateY?: number | undefined;
|
|
1507
|
-
textAlignVertical?: "
|
|
1507
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
1508
1508
|
includeFontPadding?: boolean | undefined;
|
|
1509
1509
|
};
|
|
1510
1510
|
};
|
|
@@ -1556,7 +1556,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1556
1556
|
fontFamily?: string | undefined;
|
|
1557
1557
|
fontStyle?: "normal" | "italic" | undefined;
|
|
1558
1558
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
1559
|
-
textAlign?: "
|
|
1559
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
1560
1560
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
1561
1561
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
1562
1562
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -1658,7 +1658,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1658
1658
|
scaleY?: number | undefined;
|
|
1659
1659
|
translateX?: number | undefined;
|
|
1660
1660
|
translateY?: number | undefined;
|
|
1661
|
-
textAlignVertical?: "
|
|
1661
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
1662
1662
|
includeFontPadding?: boolean | undefined;
|
|
1663
1663
|
};
|
|
1664
1664
|
headline2: {
|
|
@@ -1669,7 +1669,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1669
1669
|
fontFamily?: string | undefined;
|
|
1670
1670
|
fontStyle?: "normal" | "italic" | undefined;
|
|
1671
1671
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
1672
|
-
textAlign?: "
|
|
1672
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
1673
1673
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
1674
1674
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
1675
1675
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -1771,7 +1771,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1771
1771
|
scaleY?: number | undefined;
|
|
1772
1772
|
translateX?: number | undefined;
|
|
1773
1773
|
translateY?: number | undefined;
|
|
1774
|
-
textAlignVertical?: "
|
|
1774
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
1775
1775
|
includeFontPadding?: boolean | undefined;
|
|
1776
1776
|
};
|
|
1777
1777
|
headline3: {
|
|
@@ -1782,7 +1782,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1782
1782
|
fontFamily?: string | undefined;
|
|
1783
1783
|
fontStyle?: "normal" | "italic" | undefined;
|
|
1784
1784
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
1785
|
-
textAlign?: "
|
|
1785
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
1786
1786
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
1787
1787
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
1788
1788
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -1884,7 +1884,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1884
1884
|
scaleY?: number | undefined;
|
|
1885
1885
|
translateX?: number | undefined;
|
|
1886
1886
|
translateY?: number | undefined;
|
|
1887
|
-
textAlignVertical?: "
|
|
1887
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
1888
1888
|
includeFontPadding?: boolean | undefined;
|
|
1889
1889
|
};
|
|
1890
1890
|
headline4: {
|
|
@@ -1895,7 +1895,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1895
1895
|
fontFamily?: string | undefined;
|
|
1896
1896
|
fontStyle?: "normal" | "italic" | undefined;
|
|
1897
1897
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
1898
|
-
textAlign?: "
|
|
1898
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
1899
1899
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
1900
1900
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
1901
1901
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -1997,7 +1997,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
1997
1997
|
scaleY?: number | undefined;
|
|
1998
1998
|
translateX?: number | undefined;
|
|
1999
1999
|
translateY?: number | undefined;
|
|
2000
|
-
textAlignVertical?: "
|
|
2000
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
2001
2001
|
includeFontPadding?: boolean | undefined;
|
|
2002
2002
|
};
|
|
2003
2003
|
headline5: {
|
|
@@ -2008,7 +2008,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2008
2008
|
fontFamily?: string | undefined;
|
|
2009
2009
|
fontStyle?: "normal" | "italic" | undefined;
|
|
2010
2010
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
2011
|
-
textAlign?: "
|
|
2011
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
2012
2012
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
2013
2013
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
2014
2014
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -2110,7 +2110,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2110
2110
|
scaleY?: number | undefined;
|
|
2111
2111
|
translateX?: number | undefined;
|
|
2112
2112
|
translateY?: number | undefined;
|
|
2113
|
-
textAlignVertical?: "
|
|
2113
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
2114
2114
|
includeFontPadding?: boolean | undefined;
|
|
2115
2115
|
};
|
|
2116
2116
|
subtitle1: {
|
|
@@ -2121,7 +2121,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2121
2121
|
fontFamily?: string | undefined;
|
|
2122
2122
|
fontStyle?: "normal" | "italic" | undefined;
|
|
2123
2123
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
2124
|
-
textAlign?: "
|
|
2124
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
2125
2125
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
2126
2126
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
2127
2127
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -2223,7 +2223,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2223
2223
|
scaleY?: number | undefined;
|
|
2224
2224
|
translateX?: number | undefined;
|
|
2225
2225
|
translateY?: number | undefined;
|
|
2226
|
-
textAlignVertical?: "
|
|
2226
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
2227
2227
|
includeFontPadding?: boolean | undefined;
|
|
2228
2228
|
};
|
|
2229
2229
|
subtitle2: {
|
|
@@ -2234,7 +2234,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2234
2234
|
fontFamily?: string | undefined;
|
|
2235
2235
|
fontStyle?: "normal" | "italic" | undefined;
|
|
2236
2236
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
2237
|
-
textAlign?: "
|
|
2237
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
2238
2238
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
2239
2239
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
2240
2240
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -2336,7 +2336,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2336
2336
|
scaleY?: number | undefined;
|
|
2337
2337
|
translateX?: number | undefined;
|
|
2338
2338
|
translateY?: number | undefined;
|
|
2339
|
-
textAlignVertical?: "
|
|
2339
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
2340
2340
|
includeFontPadding?: boolean | undefined;
|
|
2341
2341
|
};
|
|
2342
2342
|
body1: {
|
|
@@ -2347,7 +2347,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2347
2347
|
fontFamily?: string | undefined;
|
|
2348
2348
|
fontStyle?: "normal" | "italic" | undefined;
|
|
2349
2349
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
2350
|
-
textAlign?: "
|
|
2350
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
2351
2351
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
2352
2352
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
2353
2353
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -2449,7 +2449,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2449
2449
|
scaleY?: number | undefined;
|
|
2450
2450
|
translateX?: number | undefined;
|
|
2451
2451
|
translateY?: number | undefined;
|
|
2452
|
-
textAlignVertical?: "
|
|
2452
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
2453
2453
|
includeFontPadding?: boolean | undefined;
|
|
2454
2454
|
};
|
|
2455
2455
|
body2: {
|
|
@@ -2460,7 +2460,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2460
2460
|
fontFamily?: string | undefined;
|
|
2461
2461
|
fontStyle?: "normal" | "italic" | undefined;
|
|
2462
2462
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
2463
|
-
textAlign?: "
|
|
2463
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
2464
2464
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
2465
2465
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
2466
2466
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -2562,7 +2562,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2562
2562
|
scaleY?: number | undefined;
|
|
2563
2563
|
translateX?: number | undefined;
|
|
2564
2564
|
translateY?: number | undefined;
|
|
2565
|
-
textAlignVertical?: "
|
|
2565
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
2566
2566
|
includeFontPadding?: boolean | undefined;
|
|
2567
2567
|
};
|
|
2568
2568
|
button: {
|
|
@@ -2573,7 +2573,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2573
2573
|
fontFamily?: string | undefined;
|
|
2574
2574
|
fontStyle?: "normal" | "italic" | undefined;
|
|
2575
2575
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
2576
|
-
textAlign?: "
|
|
2576
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
2577
2577
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
2578
2578
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
2579
2579
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -2675,7 +2675,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2675
2675
|
scaleY?: number | undefined;
|
|
2676
2676
|
translateX?: number | undefined;
|
|
2677
2677
|
translateY?: number | undefined;
|
|
2678
|
-
textAlignVertical?: "
|
|
2678
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
2679
2679
|
includeFontPadding?: boolean | undefined;
|
|
2680
2680
|
};
|
|
2681
2681
|
caption: {
|
|
@@ -2686,7 +2686,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2686
2686
|
fontFamily?: string | undefined;
|
|
2687
2687
|
fontStyle?: "normal" | "italic" | undefined;
|
|
2688
2688
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
2689
|
-
textAlign?: "
|
|
2689
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
2690
2690
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
2691
2691
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
2692
2692
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -2788,7 +2788,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2788
2788
|
scaleY?: number | undefined;
|
|
2789
2789
|
translateX?: number | undefined;
|
|
2790
2790
|
translateY?: number | undefined;
|
|
2791
|
-
textAlignVertical?: "
|
|
2791
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
2792
2792
|
includeFontPadding?: boolean | undefined;
|
|
2793
2793
|
};
|
|
2794
2794
|
overline: {
|
|
@@ -2799,7 +2799,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2799
2799
|
fontFamily?: string | undefined;
|
|
2800
2800
|
fontStyle?: "normal" | "italic" | undefined;
|
|
2801
2801
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
2802
|
-
textAlign?: "
|
|
2802
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
2803
2803
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
2804
2804
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
2805
2805
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -2901,7 +2901,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2901
2901
|
scaleY?: number | undefined;
|
|
2902
2902
|
translateX?: number | undefined;
|
|
2903
2903
|
translateY?: number | undefined;
|
|
2904
|
-
textAlignVertical?: "
|
|
2904
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
2905
2905
|
includeFontPadding?: boolean | undefined;
|
|
2906
2906
|
};
|
|
2907
2907
|
headline6: {
|
|
@@ -2912,7 +2912,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
2912
2912
|
fontFamily?: string | undefined;
|
|
2913
2913
|
fontStyle?: "normal" | "italic" | undefined;
|
|
2914
2914
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
2915
|
-
textAlign?: "
|
|
2915
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
2916
2916
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
2917
2917
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
2918
2918
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -3014,7 +3014,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
3014
3014
|
scaleY?: number | undefined;
|
|
3015
3015
|
translateX?: number | undefined;
|
|
3016
3016
|
translateY?: number | undefined;
|
|
3017
|
-
textAlignVertical?: "
|
|
3017
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
3018
3018
|
includeFontPadding?: boolean | undefined;
|
|
3019
3019
|
};
|
|
3020
3020
|
};
|
|
@@ -3065,7 +3065,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3065
3065
|
fontFamily?: string | undefined;
|
|
3066
3066
|
fontStyle?: "normal" | "italic" | undefined;
|
|
3067
3067
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
3068
|
-
textAlign?: "
|
|
3068
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
3069
3069
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
3070
3070
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
3071
3071
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -3167,7 +3167,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3167
3167
|
scaleY?: number | undefined;
|
|
3168
3168
|
translateX?: number | undefined;
|
|
3169
3169
|
translateY?: number | undefined;
|
|
3170
|
-
textAlignVertical?: "
|
|
3170
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
3171
3171
|
includeFontPadding?: boolean | undefined;
|
|
3172
3172
|
};
|
|
3173
3173
|
headline2: {
|
|
@@ -3178,7 +3178,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3178
3178
|
fontFamily?: string | undefined;
|
|
3179
3179
|
fontStyle?: "normal" | "italic" | undefined;
|
|
3180
3180
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
3181
|
-
textAlign?: "
|
|
3181
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
3182
3182
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
3183
3183
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
3184
3184
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -3280,7 +3280,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3280
3280
|
scaleY?: number | undefined;
|
|
3281
3281
|
translateX?: number | undefined;
|
|
3282
3282
|
translateY?: number | undefined;
|
|
3283
|
-
textAlignVertical?: "
|
|
3283
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
3284
3284
|
includeFontPadding?: boolean | undefined;
|
|
3285
3285
|
};
|
|
3286
3286
|
headline3: {
|
|
@@ -3291,7 +3291,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3291
3291
|
fontFamily?: string | undefined;
|
|
3292
3292
|
fontStyle?: "normal" | "italic" | undefined;
|
|
3293
3293
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
3294
|
-
textAlign?: "
|
|
3294
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
3295
3295
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
3296
3296
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
3297
3297
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -3393,7 +3393,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3393
3393
|
scaleY?: number | undefined;
|
|
3394
3394
|
translateX?: number | undefined;
|
|
3395
3395
|
translateY?: number | undefined;
|
|
3396
|
-
textAlignVertical?: "
|
|
3396
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
3397
3397
|
includeFontPadding?: boolean | undefined;
|
|
3398
3398
|
};
|
|
3399
3399
|
headline4: {
|
|
@@ -3404,7 +3404,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3404
3404
|
fontFamily?: string | undefined;
|
|
3405
3405
|
fontStyle?: "normal" | "italic" | undefined;
|
|
3406
3406
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
3407
|
-
textAlign?: "
|
|
3407
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
3408
3408
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
3409
3409
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
3410
3410
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -3506,7 +3506,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3506
3506
|
scaleY?: number | undefined;
|
|
3507
3507
|
translateX?: number | undefined;
|
|
3508
3508
|
translateY?: number | undefined;
|
|
3509
|
-
textAlignVertical?: "
|
|
3509
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
3510
3510
|
includeFontPadding?: boolean | undefined;
|
|
3511
3511
|
};
|
|
3512
3512
|
headline5: {
|
|
@@ -3517,7 +3517,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3517
3517
|
fontFamily?: string | undefined;
|
|
3518
3518
|
fontStyle?: "normal" | "italic" | undefined;
|
|
3519
3519
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
3520
|
-
textAlign?: "
|
|
3520
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
3521
3521
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
3522
3522
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
3523
3523
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -3619,7 +3619,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3619
3619
|
scaleY?: number | undefined;
|
|
3620
3620
|
translateX?: number | undefined;
|
|
3621
3621
|
translateY?: number | undefined;
|
|
3622
|
-
textAlignVertical?: "
|
|
3622
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
3623
3623
|
includeFontPadding?: boolean | undefined;
|
|
3624
3624
|
};
|
|
3625
3625
|
subtitle1: {
|
|
@@ -3630,7 +3630,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3630
3630
|
fontFamily?: string | undefined;
|
|
3631
3631
|
fontStyle?: "normal" | "italic" | undefined;
|
|
3632
3632
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
3633
|
-
textAlign?: "
|
|
3633
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
3634
3634
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
3635
3635
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
3636
3636
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -3732,7 +3732,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3732
3732
|
scaleY?: number | undefined;
|
|
3733
3733
|
translateX?: number | undefined;
|
|
3734
3734
|
translateY?: number | undefined;
|
|
3735
|
-
textAlignVertical?: "
|
|
3735
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
3736
3736
|
includeFontPadding?: boolean | undefined;
|
|
3737
3737
|
};
|
|
3738
3738
|
subtitle2: {
|
|
@@ -3743,7 +3743,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3743
3743
|
fontFamily?: string | undefined;
|
|
3744
3744
|
fontStyle?: "normal" | "italic" | undefined;
|
|
3745
3745
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
3746
|
-
textAlign?: "
|
|
3746
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
3747
3747
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
3748
3748
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
3749
3749
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -3845,7 +3845,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3845
3845
|
scaleY?: number | undefined;
|
|
3846
3846
|
translateX?: number | undefined;
|
|
3847
3847
|
translateY?: number | undefined;
|
|
3848
|
-
textAlignVertical?: "
|
|
3848
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
3849
3849
|
includeFontPadding?: boolean | undefined;
|
|
3850
3850
|
};
|
|
3851
3851
|
body1: {
|
|
@@ -3856,7 +3856,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3856
3856
|
fontFamily?: string | undefined;
|
|
3857
3857
|
fontStyle?: "normal" | "italic" | undefined;
|
|
3858
3858
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
3859
|
-
textAlign?: "
|
|
3859
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
3860
3860
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
3861
3861
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
3862
3862
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -3958,7 +3958,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3958
3958
|
scaleY?: number | undefined;
|
|
3959
3959
|
translateX?: number | undefined;
|
|
3960
3960
|
translateY?: number | undefined;
|
|
3961
|
-
textAlignVertical?: "
|
|
3961
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
3962
3962
|
includeFontPadding?: boolean | undefined;
|
|
3963
3963
|
};
|
|
3964
3964
|
body2: {
|
|
@@ -3969,7 +3969,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
3969
3969
|
fontFamily?: string | undefined;
|
|
3970
3970
|
fontStyle?: "normal" | "italic" | undefined;
|
|
3971
3971
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
3972
|
-
textAlign?: "
|
|
3972
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
3973
3973
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
3974
3974
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
3975
3975
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -4071,7 +4071,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
4071
4071
|
scaleY?: number | undefined;
|
|
4072
4072
|
translateX?: number | undefined;
|
|
4073
4073
|
translateY?: number | undefined;
|
|
4074
|
-
textAlignVertical?: "
|
|
4074
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
4075
4075
|
includeFontPadding?: boolean | undefined;
|
|
4076
4076
|
};
|
|
4077
4077
|
button: {
|
|
@@ -4082,7 +4082,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
4082
4082
|
fontFamily?: string | undefined;
|
|
4083
4083
|
fontStyle?: "normal" | "italic" | undefined;
|
|
4084
4084
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
4085
|
-
textAlign?: "
|
|
4085
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
4086
4086
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
4087
4087
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
4088
4088
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -4184,7 +4184,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
4184
4184
|
scaleY?: number | undefined;
|
|
4185
4185
|
translateX?: number | undefined;
|
|
4186
4186
|
translateY?: number | undefined;
|
|
4187
|
-
textAlignVertical?: "
|
|
4187
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
4188
4188
|
includeFontPadding?: boolean | undefined;
|
|
4189
4189
|
};
|
|
4190
4190
|
caption: {
|
|
@@ -4195,7 +4195,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
4195
4195
|
fontFamily?: string | undefined;
|
|
4196
4196
|
fontStyle?: "normal" | "italic" | undefined;
|
|
4197
4197
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
4198
|
-
textAlign?: "
|
|
4198
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
4199
4199
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
4200
4200
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
4201
4201
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -4297,7 +4297,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
4297
4297
|
scaleY?: number | undefined;
|
|
4298
4298
|
translateX?: number | undefined;
|
|
4299
4299
|
translateY?: number | undefined;
|
|
4300
|
-
textAlignVertical?: "
|
|
4300
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
4301
4301
|
includeFontPadding?: boolean | undefined;
|
|
4302
4302
|
};
|
|
4303
4303
|
overline: {
|
|
@@ -4308,7 +4308,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
4308
4308
|
fontFamily?: string | undefined;
|
|
4309
4309
|
fontStyle?: "normal" | "italic" | undefined;
|
|
4310
4310
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
4311
|
-
textAlign?: "
|
|
4311
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
4312
4312
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
4313
4313
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
4314
4314
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -4410,7 +4410,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
4410
4410
|
scaleY?: number | undefined;
|
|
4411
4411
|
translateX?: number | undefined;
|
|
4412
4412
|
translateY?: number | undefined;
|
|
4413
|
-
textAlignVertical?: "
|
|
4413
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
4414
4414
|
includeFontPadding?: boolean | undefined;
|
|
4415
4415
|
};
|
|
4416
4416
|
headline6: {
|
|
@@ -4421,7 +4421,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
4421
4421
|
fontFamily?: string | undefined;
|
|
4422
4422
|
fontStyle?: "normal" | "italic" | undefined;
|
|
4423
4423
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
4424
|
-
textAlign?: "
|
|
4424
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
4425
4425
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
4426
4426
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
4427
4427
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -4523,7 +4523,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
4523
4523
|
scaleY?: number | undefined;
|
|
4524
4524
|
translateX?: number | undefined;
|
|
4525
4525
|
translateY?: number | undefined;
|
|
4526
|
-
textAlignVertical?: "
|
|
4526
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
4527
4527
|
includeFontPadding?: boolean | undefined;
|
|
4528
4528
|
};
|
|
4529
4529
|
};
|
|
@@ -4582,7 +4582,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
4582
4582
|
fontFamily?: string | undefined;
|
|
4583
4583
|
fontStyle?: "normal" | "italic" | undefined;
|
|
4584
4584
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
4585
|
-
textAlign?: "
|
|
4585
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
4586
4586
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
4587
4587
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
4588
4588
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -4684,7 +4684,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
4684
4684
|
scaleY?: number | undefined;
|
|
4685
4685
|
translateX?: number | undefined;
|
|
4686
4686
|
translateY?: number | undefined;
|
|
4687
|
-
textAlignVertical?: "
|
|
4687
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
4688
4688
|
includeFontPadding?: boolean | undefined;
|
|
4689
4689
|
};
|
|
4690
4690
|
headline2: {
|
|
@@ -4695,7 +4695,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
4695
4695
|
fontFamily?: string | undefined;
|
|
4696
4696
|
fontStyle?: "normal" | "italic" | undefined;
|
|
4697
4697
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
4698
|
-
textAlign?: "
|
|
4698
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
4699
4699
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
4700
4700
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
4701
4701
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -4797,7 +4797,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
4797
4797
|
scaleY?: number | undefined;
|
|
4798
4798
|
translateX?: number | undefined;
|
|
4799
4799
|
translateY?: number | undefined;
|
|
4800
|
-
textAlignVertical?: "
|
|
4800
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
4801
4801
|
includeFontPadding?: boolean | undefined;
|
|
4802
4802
|
};
|
|
4803
4803
|
headline3: {
|
|
@@ -4808,7 +4808,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
4808
4808
|
fontFamily?: string | undefined;
|
|
4809
4809
|
fontStyle?: "normal" | "italic" | undefined;
|
|
4810
4810
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
4811
|
-
textAlign?: "
|
|
4811
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
4812
4812
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
4813
4813
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
4814
4814
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -4910,7 +4910,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
4910
4910
|
scaleY?: number | undefined;
|
|
4911
4911
|
translateX?: number | undefined;
|
|
4912
4912
|
translateY?: number | undefined;
|
|
4913
|
-
textAlignVertical?: "
|
|
4913
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
4914
4914
|
includeFontPadding?: boolean | undefined;
|
|
4915
4915
|
};
|
|
4916
4916
|
headline4: {
|
|
@@ -4921,7 +4921,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
4921
4921
|
fontFamily?: string | undefined;
|
|
4922
4922
|
fontStyle?: "normal" | "italic" | undefined;
|
|
4923
4923
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
4924
|
-
textAlign?: "
|
|
4924
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
4925
4925
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
4926
4926
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
4927
4927
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -5023,7 +5023,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5023
5023
|
scaleY?: number | undefined;
|
|
5024
5024
|
translateX?: number | undefined;
|
|
5025
5025
|
translateY?: number | undefined;
|
|
5026
|
-
textAlignVertical?: "
|
|
5026
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5027
5027
|
includeFontPadding?: boolean | undefined;
|
|
5028
5028
|
};
|
|
5029
5029
|
headline5: {
|
|
@@ -5034,7 +5034,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5034
5034
|
fontFamily?: string | undefined;
|
|
5035
5035
|
fontStyle?: "normal" | "italic" | undefined;
|
|
5036
5036
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5037
|
-
textAlign?: "
|
|
5037
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5038
5038
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5039
5039
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5040
5040
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -5136,7 +5136,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5136
5136
|
scaleY?: number | undefined;
|
|
5137
5137
|
translateX?: number | undefined;
|
|
5138
5138
|
translateY?: number | undefined;
|
|
5139
|
-
textAlignVertical?: "
|
|
5139
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5140
5140
|
includeFontPadding?: boolean | undefined;
|
|
5141
5141
|
};
|
|
5142
5142
|
subtitle1: {
|
|
@@ -5147,7 +5147,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5147
5147
|
fontFamily?: string | undefined;
|
|
5148
5148
|
fontStyle?: "normal" | "italic" | undefined;
|
|
5149
5149
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5150
|
-
textAlign?: "
|
|
5150
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5151
5151
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5152
5152
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5153
5153
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -5249,7 +5249,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5249
5249
|
scaleY?: number | undefined;
|
|
5250
5250
|
translateX?: number | undefined;
|
|
5251
5251
|
translateY?: number | undefined;
|
|
5252
|
-
textAlignVertical?: "
|
|
5252
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5253
5253
|
includeFontPadding?: boolean | undefined;
|
|
5254
5254
|
};
|
|
5255
5255
|
subtitle2: {
|
|
@@ -5260,7 +5260,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5260
5260
|
fontFamily?: string | undefined;
|
|
5261
5261
|
fontStyle?: "normal" | "italic" | undefined;
|
|
5262
5262
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5263
|
-
textAlign?: "
|
|
5263
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5264
5264
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5265
5265
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5266
5266
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -5362,7 +5362,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5362
5362
|
scaleY?: number | undefined;
|
|
5363
5363
|
translateX?: number | undefined;
|
|
5364
5364
|
translateY?: number | undefined;
|
|
5365
|
-
textAlignVertical?: "
|
|
5365
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5366
5366
|
includeFontPadding?: boolean | undefined;
|
|
5367
5367
|
};
|
|
5368
5368
|
body1: {
|
|
@@ -5373,7 +5373,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5373
5373
|
fontFamily?: string | undefined;
|
|
5374
5374
|
fontStyle?: "normal" | "italic" | undefined;
|
|
5375
5375
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5376
|
-
textAlign?: "
|
|
5376
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5377
5377
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5378
5378
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5379
5379
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -5475,7 +5475,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5475
5475
|
scaleY?: number | undefined;
|
|
5476
5476
|
translateX?: number | undefined;
|
|
5477
5477
|
translateY?: number | undefined;
|
|
5478
|
-
textAlignVertical?: "
|
|
5478
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5479
5479
|
includeFontPadding?: boolean | undefined;
|
|
5480
5480
|
};
|
|
5481
5481
|
body2: {
|
|
@@ -5486,7 +5486,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5486
5486
|
fontFamily?: string | undefined;
|
|
5487
5487
|
fontStyle?: "normal" | "italic" | undefined;
|
|
5488
5488
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5489
|
-
textAlign?: "
|
|
5489
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5490
5490
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5491
5491
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5492
5492
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -5588,7 +5588,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5588
5588
|
scaleY?: number | undefined;
|
|
5589
5589
|
translateX?: number | undefined;
|
|
5590
5590
|
translateY?: number | undefined;
|
|
5591
|
-
textAlignVertical?: "
|
|
5591
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5592
5592
|
includeFontPadding?: boolean | undefined;
|
|
5593
5593
|
};
|
|
5594
5594
|
button: {
|
|
@@ -5599,7 +5599,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5599
5599
|
fontFamily?: string | undefined;
|
|
5600
5600
|
fontStyle?: "normal" | "italic" | undefined;
|
|
5601
5601
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5602
|
-
textAlign?: "
|
|
5602
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5603
5603
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5604
5604
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5605
5605
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -5701,7 +5701,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5701
5701
|
scaleY?: number | undefined;
|
|
5702
5702
|
translateX?: number | undefined;
|
|
5703
5703
|
translateY?: number | undefined;
|
|
5704
|
-
textAlignVertical?: "
|
|
5704
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5705
5705
|
includeFontPadding?: boolean | undefined;
|
|
5706
5706
|
};
|
|
5707
5707
|
caption: {
|
|
@@ -5712,7 +5712,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5712
5712
|
fontFamily?: string | undefined;
|
|
5713
5713
|
fontStyle?: "normal" | "italic" | undefined;
|
|
5714
5714
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5715
|
-
textAlign?: "
|
|
5715
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5716
5716
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5717
5717
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5718
5718
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -5814,7 +5814,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5814
5814
|
scaleY?: number | undefined;
|
|
5815
5815
|
translateX?: number | undefined;
|
|
5816
5816
|
translateY?: number | undefined;
|
|
5817
|
-
textAlignVertical?: "
|
|
5817
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5818
5818
|
includeFontPadding?: boolean | undefined;
|
|
5819
5819
|
};
|
|
5820
5820
|
overline: {
|
|
@@ -5825,7 +5825,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5825
5825
|
fontFamily?: string | undefined;
|
|
5826
5826
|
fontStyle?: "normal" | "italic" | undefined;
|
|
5827
5827
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5828
|
-
textAlign?: "
|
|
5828
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5829
5829
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5830
5830
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5831
5831
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -5927,7 +5927,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5927
5927
|
scaleY?: number | undefined;
|
|
5928
5928
|
translateX?: number | undefined;
|
|
5929
5929
|
translateY?: number | undefined;
|
|
5930
|
-
textAlignVertical?: "
|
|
5930
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5931
5931
|
includeFontPadding?: boolean | undefined;
|
|
5932
5932
|
};
|
|
5933
5933
|
headline6: {
|
|
@@ -5938,7 +5938,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
5938
5938
|
fontFamily?: string | undefined;
|
|
5939
5939
|
fontStyle?: "normal" | "italic" | undefined;
|
|
5940
5940
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5941
|
-
textAlign?: "
|
|
5941
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5942
5942
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5943
5943
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5944
5944
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -6040,7 +6040,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
6040
6040
|
scaleY?: number | undefined;
|
|
6041
6041
|
translateX?: number | undefined;
|
|
6042
6042
|
translateY?: number | undefined;
|
|
6043
|
-
textAlignVertical?: "
|
|
6043
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
6044
6044
|
includeFontPadding?: boolean | undefined;
|
|
6045
6045
|
};
|
|
6046
6046
|
};
|
|
@@ -6103,7 +6103,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
6103
6103
|
fontFamily?: string | undefined;
|
|
6104
6104
|
fontStyle?: "normal" | "italic" | undefined;
|
|
6105
6105
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
6106
|
-
textAlign?: "
|
|
6106
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
6107
6107
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
6108
6108
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
6109
6109
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -6205,7 +6205,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
6205
6205
|
scaleY?: number | undefined;
|
|
6206
6206
|
translateX?: number | undefined;
|
|
6207
6207
|
translateY?: number | undefined;
|
|
6208
|
-
textAlignVertical?: "
|
|
6208
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
6209
6209
|
includeFontPadding?: boolean | undefined;
|
|
6210
6210
|
};
|
|
6211
6211
|
headline2: {
|
|
@@ -6216,7 +6216,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
6216
6216
|
fontFamily?: string | undefined;
|
|
6217
6217
|
fontStyle?: "normal" | "italic" | undefined;
|
|
6218
6218
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
6219
|
-
textAlign?: "
|
|
6219
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
6220
6220
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
6221
6221
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
6222
6222
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -6318,7 +6318,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
6318
6318
|
scaleY?: number | undefined;
|
|
6319
6319
|
translateX?: number | undefined;
|
|
6320
6320
|
translateY?: number | undefined;
|
|
6321
|
-
textAlignVertical?: "
|
|
6321
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
6322
6322
|
includeFontPadding?: boolean | undefined;
|
|
6323
6323
|
};
|
|
6324
6324
|
headline3: {
|
|
@@ -6329,7 +6329,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
6329
6329
|
fontFamily?: string | undefined;
|
|
6330
6330
|
fontStyle?: "normal" | "italic" | undefined;
|
|
6331
6331
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
6332
|
-
textAlign?: "
|
|
6332
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
6333
6333
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
6334
6334
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
6335
6335
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -6431,7 +6431,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
6431
6431
|
scaleY?: number | undefined;
|
|
6432
6432
|
translateX?: number | undefined;
|
|
6433
6433
|
translateY?: number | undefined;
|
|
6434
|
-
textAlignVertical?: "
|
|
6434
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
6435
6435
|
includeFontPadding?: boolean | undefined;
|
|
6436
6436
|
};
|
|
6437
6437
|
headline4: {
|
|
@@ -6442,7 +6442,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
6442
6442
|
fontFamily?: string | undefined;
|
|
6443
6443
|
fontStyle?: "normal" | "italic" | undefined;
|
|
6444
6444
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
6445
|
-
textAlign?: "
|
|
6445
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
6446
6446
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
6447
6447
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
6448
6448
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -6544,7 +6544,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
6544
6544
|
scaleY?: number | undefined;
|
|
6545
6545
|
translateX?: number | undefined;
|
|
6546
6546
|
translateY?: number | undefined;
|
|
6547
|
-
textAlignVertical?: "
|
|
6547
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
6548
6548
|
includeFontPadding?: boolean | undefined;
|
|
6549
6549
|
};
|
|
6550
6550
|
headline5: {
|
|
@@ -6555,7 +6555,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
6555
6555
|
fontFamily?: string | undefined;
|
|
6556
6556
|
fontStyle?: "normal" | "italic" | undefined;
|
|
6557
6557
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
6558
|
-
textAlign?: "
|
|
6558
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
6559
6559
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
6560
6560
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
6561
6561
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -6657,7 +6657,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
6657
6657
|
scaleY?: number | undefined;
|
|
6658
6658
|
translateX?: number | undefined;
|
|
6659
6659
|
translateY?: number | undefined;
|
|
6660
|
-
textAlignVertical?: "
|
|
6660
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
6661
6661
|
includeFontPadding?: boolean | undefined;
|
|
6662
6662
|
};
|
|
6663
6663
|
subtitle1: {
|
|
@@ -6668,7 +6668,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
6668
6668
|
fontFamily?: string | undefined;
|
|
6669
6669
|
fontStyle?: "normal" | "italic" | undefined;
|
|
6670
6670
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
6671
|
-
textAlign?: "
|
|
6671
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
6672
6672
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
6673
6673
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
6674
6674
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -6770,7 +6770,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
6770
6770
|
scaleY?: number | undefined;
|
|
6771
6771
|
translateX?: number | undefined;
|
|
6772
6772
|
translateY?: number | undefined;
|
|
6773
|
-
textAlignVertical?: "
|
|
6773
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
6774
6774
|
includeFontPadding?: boolean | undefined;
|
|
6775
6775
|
};
|
|
6776
6776
|
subtitle2: {
|
|
@@ -6781,7 +6781,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
6781
6781
|
fontFamily?: string | undefined;
|
|
6782
6782
|
fontStyle?: "normal" | "italic" | undefined;
|
|
6783
6783
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
6784
|
-
textAlign?: "
|
|
6784
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
6785
6785
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
6786
6786
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
6787
6787
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -6883,7 +6883,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
6883
6883
|
scaleY?: number | undefined;
|
|
6884
6884
|
translateX?: number | undefined;
|
|
6885
6885
|
translateY?: number | undefined;
|
|
6886
|
-
textAlignVertical?: "
|
|
6886
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
6887
6887
|
includeFontPadding?: boolean | undefined;
|
|
6888
6888
|
};
|
|
6889
6889
|
body1: {
|
|
@@ -6894,7 +6894,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
6894
6894
|
fontFamily?: string | undefined;
|
|
6895
6895
|
fontStyle?: "normal" | "italic" | undefined;
|
|
6896
6896
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
6897
|
-
textAlign?: "
|
|
6897
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
6898
6898
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
6899
6899
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
6900
6900
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -6996,7 +6996,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
6996
6996
|
scaleY?: number | undefined;
|
|
6997
6997
|
translateX?: number | undefined;
|
|
6998
6998
|
translateY?: number | undefined;
|
|
6999
|
-
textAlignVertical?: "
|
|
6999
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
7000
7000
|
includeFontPadding?: boolean | undefined;
|
|
7001
7001
|
};
|
|
7002
7002
|
body2: {
|
|
@@ -7007,7 +7007,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7007
7007
|
fontFamily?: string | undefined;
|
|
7008
7008
|
fontStyle?: "normal" | "italic" | undefined;
|
|
7009
7009
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
7010
|
-
textAlign?: "
|
|
7010
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
7011
7011
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
7012
7012
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
7013
7013
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -7109,7 +7109,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7109
7109
|
scaleY?: number | undefined;
|
|
7110
7110
|
translateX?: number | undefined;
|
|
7111
7111
|
translateY?: number | undefined;
|
|
7112
|
-
textAlignVertical?: "
|
|
7112
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
7113
7113
|
includeFontPadding?: boolean | undefined;
|
|
7114
7114
|
};
|
|
7115
7115
|
button: {
|
|
@@ -7120,7 +7120,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7120
7120
|
fontFamily?: string | undefined;
|
|
7121
7121
|
fontStyle?: "normal" | "italic" | undefined;
|
|
7122
7122
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
7123
|
-
textAlign?: "
|
|
7123
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
7124
7124
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
7125
7125
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
7126
7126
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -7222,7 +7222,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7222
7222
|
scaleY?: number | undefined;
|
|
7223
7223
|
translateX?: number | undefined;
|
|
7224
7224
|
translateY?: number | undefined;
|
|
7225
|
-
textAlignVertical?: "
|
|
7225
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
7226
7226
|
includeFontPadding?: boolean | undefined;
|
|
7227
7227
|
};
|
|
7228
7228
|
caption: {
|
|
@@ -7233,7 +7233,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7233
7233
|
fontFamily?: string | undefined;
|
|
7234
7234
|
fontStyle?: "normal" | "italic" | undefined;
|
|
7235
7235
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
7236
|
-
textAlign?: "
|
|
7236
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
7237
7237
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
7238
7238
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
7239
7239
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -7335,7 +7335,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7335
7335
|
scaleY?: number | undefined;
|
|
7336
7336
|
translateX?: number | undefined;
|
|
7337
7337
|
translateY?: number | undefined;
|
|
7338
|
-
textAlignVertical?: "
|
|
7338
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
7339
7339
|
includeFontPadding?: boolean | undefined;
|
|
7340
7340
|
};
|
|
7341
7341
|
overline: {
|
|
@@ -7346,7 +7346,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7346
7346
|
fontFamily?: string | undefined;
|
|
7347
7347
|
fontStyle?: "normal" | "italic" | undefined;
|
|
7348
7348
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
7349
|
-
textAlign?: "
|
|
7349
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
7350
7350
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
7351
7351
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
7352
7352
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -7448,7 +7448,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7448
7448
|
scaleY?: number | undefined;
|
|
7449
7449
|
translateX?: number | undefined;
|
|
7450
7450
|
translateY?: number | undefined;
|
|
7451
|
-
textAlignVertical?: "
|
|
7451
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
7452
7452
|
includeFontPadding?: boolean | undefined;
|
|
7453
7453
|
};
|
|
7454
7454
|
headline6: {
|
|
@@ -7459,7 +7459,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7459
7459
|
fontFamily?: string | undefined;
|
|
7460
7460
|
fontStyle?: "normal" | "italic" | undefined;
|
|
7461
7461
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
7462
|
-
textAlign?: "
|
|
7462
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
7463
7463
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
7464
7464
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
7465
7465
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -7561,7 +7561,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7561
7561
|
scaleY?: number | undefined;
|
|
7562
7562
|
translateX?: number | undefined;
|
|
7563
7563
|
translateY?: number | undefined;
|
|
7564
|
-
textAlignVertical?: "
|
|
7564
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
7565
7565
|
includeFontPadding?: boolean | undefined;
|
|
7566
7566
|
};
|
|
7567
7567
|
};
|
|
@@ -7612,7 +7612,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7612
7612
|
fontFamily?: string | undefined;
|
|
7613
7613
|
fontStyle?: "normal" | "italic" | undefined;
|
|
7614
7614
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
7615
|
-
textAlign?: "
|
|
7615
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
7616
7616
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
7617
7617
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
7618
7618
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -7714,7 +7714,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7714
7714
|
scaleY?: number | undefined;
|
|
7715
7715
|
translateX?: number | undefined;
|
|
7716
7716
|
translateY?: number | undefined;
|
|
7717
|
-
textAlignVertical?: "
|
|
7717
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
7718
7718
|
includeFontPadding?: boolean | undefined;
|
|
7719
7719
|
};
|
|
7720
7720
|
headline2: {
|
|
@@ -7725,7 +7725,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7725
7725
|
fontFamily?: string | undefined;
|
|
7726
7726
|
fontStyle?: "normal" | "italic" | undefined;
|
|
7727
7727
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
7728
|
-
textAlign?: "
|
|
7728
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
7729
7729
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
7730
7730
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
7731
7731
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -7827,7 +7827,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7827
7827
|
scaleY?: number | undefined;
|
|
7828
7828
|
translateX?: number | undefined;
|
|
7829
7829
|
translateY?: number | undefined;
|
|
7830
|
-
textAlignVertical?: "
|
|
7830
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
7831
7831
|
includeFontPadding?: boolean | undefined;
|
|
7832
7832
|
};
|
|
7833
7833
|
headline3: {
|
|
@@ -7838,7 +7838,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7838
7838
|
fontFamily?: string | undefined;
|
|
7839
7839
|
fontStyle?: "normal" | "italic" | undefined;
|
|
7840
7840
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
7841
|
-
textAlign?: "
|
|
7841
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
7842
7842
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
7843
7843
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
7844
7844
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -7940,7 +7940,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7940
7940
|
scaleY?: number | undefined;
|
|
7941
7941
|
translateX?: number | undefined;
|
|
7942
7942
|
translateY?: number | undefined;
|
|
7943
|
-
textAlignVertical?: "
|
|
7943
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
7944
7944
|
includeFontPadding?: boolean | undefined;
|
|
7945
7945
|
};
|
|
7946
7946
|
headline4: {
|
|
@@ -7951,7 +7951,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
7951
7951
|
fontFamily?: string | undefined;
|
|
7952
7952
|
fontStyle?: "normal" | "italic" | undefined;
|
|
7953
7953
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
7954
|
-
textAlign?: "
|
|
7954
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
7955
7955
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
7956
7956
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
7957
7957
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -8053,7 +8053,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8053
8053
|
scaleY?: number | undefined;
|
|
8054
8054
|
translateX?: number | undefined;
|
|
8055
8055
|
translateY?: number | undefined;
|
|
8056
|
-
textAlignVertical?: "
|
|
8056
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
8057
8057
|
includeFontPadding?: boolean | undefined;
|
|
8058
8058
|
};
|
|
8059
8059
|
headline5: {
|
|
@@ -8064,7 +8064,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8064
8064
|
fontFamily?: string | undefined;
|
|
8065
8065
|
fontStyle?: "normal" | "italic" | undefined;
|
|
8066
8066
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
8067
|
-
textAlign?: "
|
|
8067
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
8068
8068
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
8069
8069
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
8070
8070
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -8166,7 +8166,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8166
8166
|
scaleY?: number | undefined;
|
|
8167
8167
|
translateX?: number | undefined;
|
|
8168
8168
|
translateY?: number | undefined;
|
|
8169
|
-
textAlignVertical?: "
|
|
8169
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
8170
8170
|
includeFontPadding?: boolean | undefined;
|
|
8171
8171
|
};
|
|
8172
8172
|
subtitle1: {
|
|
@@ -8177,7 +8177,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8177
8177
|
fontFamily?: string | undefined;
|
|
8178
8178
|
fontStyle?: "normal" | "italic" | undefined;
|
|
8179
8179
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
8180
|
-
textAlign?: "
|
|
8180
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
8181
8181
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
8182
8182
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
8183
8183
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -8279,7 +8279,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8279
8279
|
scaleY?: number | undefined;
|
|
8280
8280
|
translateX?: number | undefined;
|
|
8281
8281
|
translateY?: number | undefined;
|
|
8282
|
-
textAlignVertical?: "
|
|
8282
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
8283
8283
|
includeFontPadding?: boolean | undefined;
|
|
8284
8284
|
};
|
|
8285
8285
|
subtitle2: {
|
|
@@ -8290,7 +8290,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8290
8290
|
fontFamily?: string | undefined;
|
|
8291
8291
|
fontStyle?: "normal" | "italic" | undefined;
|
|
8292
8292
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
8293
|
-
textAlign?: "
|
|
8293
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
8294
8294
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
8295
8295
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
8296
8296
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -8392,7 +8392,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8392
8392
|
scaleY?: number | undefined;
|
|
8393
8393
|
translateX?: number | undefined;
|
|
8394
8394
|
translateY?: number | undefined;
|
|
8395
|
-
textAlignVertical?: "
|
|
8395
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
8396
8396
|
includeFontPadding?: boolean | undefined;
|
|
8397
8397
|
};
|
|
8398
8398
|
body1: {
|
|
@@ -8403,7 +8403,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8403
8403
|
fontFamily?: string | undefined;
|
|
8404
8404
|
fontStyle?: "normal" | "italic" | undefined;
|
|
8405
8405
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
8406
|
-
textAlign?: "
|
|
8406
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
8407
8407
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
8408
8408
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
8409
8409
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -8505,7 +8505,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8505
8505
|
scaleY?: number | undefined;
|
|
8506
8506
|
translateX?: number | undefined;
|
|
8507
8507
|
translateY?: number | undefined;
|
|
8508
|
-
textAlignVertical?: "
|
|
8508
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
8509
8509
|
includeFontPadding?: boolean | undefined;
|
|
8510
8510
|
};
|
|
8511
8511
|
body2: {
|
|
@@ -8516,7 +8516,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8516
8516
|
fontFamily?: string | undefined;
|
|
8517
8517
|
fontStyle?: "normal" | "italic" | undefined;
|
|
8518
8518
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
8519
|
-
textAlign?: "
|
|
8519
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
8520
8520
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
8521
8521
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
8522
8522
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -8618,7 +8618,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8618
8618
|
scaleY?: number | undefined;
|
|
8619
8619
|
translateX?: number | undefined;
|
|
8620
8620
|
translateY?: number | undefined;
|
|
8621
|
-
textAlignVertical?: "
|
|
8621
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
8622
8622
|
includeFontPadding?: boolean | undefined;
|
|
8623
8623
|
};
|
|
8624
8624
|
button: {
|
|
@@ -8629,7 +8629,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8629
8629
|
fontFamily?: string | undefined;
|
|
8630
8630
|
fontStyle?: "normal" | "italic" | undefined;
|
|
8631
8631
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
8632
|
-
textAlign?: "
|
|
8632
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
8633
8633
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
8634
8634
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
8635
8635
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -8731,7 +8731,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8731
8731
|
scaleY?: number | undefined;
|
|
8732
8732
|
translateX?: number | undefined;
|
|
8733
8733
|
translateY?: number | undefined;
|
|
8734
|
-
textAlignVertical?: "
|
|
8734
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
8735
8735
|
includeFontPadding?: boolean | undefined;
|
|
8736
8736
|
};
|
|
8737
8737
|
caption: {
|
|
@@ -8742,7 +8742,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8742
8742
|
fontFamily?: string | undefined;
|
|
8743
8743
|
fontStyle?: "normal" | "italic" | undefined;
|
|
8744
8744
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
8745
|
-
textAlign?: "
|
|
8745
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
8746
8746
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
8747
8747
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
8748
8748
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -8844,7 +8844,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8844
8844
|
scaleY?: number | undefined;
|
|
8845
8845
|
translateX?: number | undefined;
|
|
8846
8846
|
translateY?: number | undefined;
|
|
8847
|
-
textAlignVertical?: "
|
|
8847
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
8848
8848
|
includeFontPadding?: boolean | undefined;
|
|
8849
8849
|
};
|
|
8850
8850
|
overline: {
|
|
@@ -8855,7 +8855,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8855
8855
|
fontFamily?: string | undefined;
|
|
8856
8856
|
fontStyle?: "normal" | "italic" | undefined;
|
|
8857
8857
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
8858
|
-
textAlign?: "
|
|
8858
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
8859
8859
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
8860
8860
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
8861
8861
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -8957,7 +8957,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8957
8957
|
scaleY?: number | undefined;
|
|
8958
8958
|
translateX?: number | undefined;
|
|
8959
8959
|
translateY?: number | undefined;
|
|
8960
|
-
textAlignVertical?: "
|
|
8960
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
8961
8961
|
includeFontPadding?: boolean | undefined;
|
|
8962
8962
|
};
|
|
8963
8963
|
headline6: {
|
|
@@ -8968,7 +8968,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
8968
8968
|
fontFamily?: string | undefined;
|
|
8969
8969
|
fontStyle?: "normal" | "italic" | undefined;
|
|
8970
8970
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
8971
|
-
textAlign?: "
|
|
8971
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
8972
8972
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
8973
8973
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
8974
8974
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -9070,7 +9070,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
9070
9070
|
scaleY?: number | undefined;
|
|
9071
9071
|
translateX?: number | undefined;
|
|
9072
9072
|
translateY?: number | undefined;
|
|
9073
|
-
textAlignVertical?: "
|
|
9073
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
9074
9074
|
includeFontPadding?: boolean | undefined;
|
|
9075
9075
|
};
|
|
9076
9076
|
};
|
|
@@ -9080,11 +9080,6 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
9080
9080
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
9081
9081
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
9082
9082
|
export declare const Link: (props: import("utility-types").Subtract<import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
|
|
9083
|
-
export declare const Picker: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("packages/core/lib/typescript/src/components/Picker/Picker").PickerProps, "theme"> & {
|
|
9084
|
-
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
9085
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("packages/core/lib/typescript/src/components/Picker/Picker").PickerProps, "theme"> & {
|
|
9086
|
-
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
9087
|
-
}, string | import("react").JSXElementConstructor<any>>;
|
|
9088
9083
|
export declare const RadioButton: (props: import("utility-types").Subtract<import("packages/core/lib/typescript/src/components/RadioButton/RadioButton").RadioButtonProps, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/lib/typescript/src/components/RadioButton/RadioButton").RadioButtonProps, string | import("react").JSXElementConstructor<any>>;
|
|
9089
9084
|
export declare const RadioButtonRow: (props: import("utility-types").Subtract<import("packages/core/lib/typescript/src/components/RadioButton/RadioButtonRow").RadioButtonRowProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/lib/typescript/src/components/RadioButton/RadioButtonRow").RadioButtonRowProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
|
|
9090
9085
|
export declare const StarRating: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
@@ -9131,7 +9126,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
9131
9126
|
fontFamily?: string | undefined;
|
|
9132
9127
|
fontStyle?: "normal" | "italic" | undefined;
|
|
9133
9128
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
9134
|
-
textAlign?: "
|
|
9129
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
9135
9130
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
9136
9131
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
9137
9132
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -9233,7 +9228,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
9233
9228
|
scaleY?: number | undefined;
|
|
9234
9229
|
translateX?: number | undefined;
|
|
9235
9230
|
translateY?: number | undefined;
|
|
9236
|
-
textAlignVertical?: "
|
|
9231
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
9237
9232
|
includeFontPadding?: boolean | undefined;
|
|
9238
9233
|
};
|
|
9239
9234
|
headline2: {
|
|
@@ -9244,7 +9239,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
9244
9239
|
fontFamily?: string | undefined;
|
|
9245
9240
|
fontStyle?: "normal" | "italic" | undefined;
|
|
9246
9241
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
9247
|
-
textAlign?: "
|
|
9242
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
9248
9243
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
9249
9244
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
9250
9245
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -9346,7 +9341,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
9346
9341
|
scaleY?: number | undefined;
|
|
9347
9342
|
translateX?: number | undefined;
|
|
9348
9343
|
translateY?: number | undefined;
|
|
9349
|
-
textAlignVertical?: "
|
|
9344
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
9350
9345
|
includeFontPadding?: boolean | undefined;
|
|
9351
9346
|
};
|
|
9352
9347
|
headline3: {
|
|
@@ -9357,7 +9352,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
9357
9352
|
fontFamily?: string | undefined;
|
|
9358
9353
|
fontStyle?: "normal" | "italic" | undefined;
|
|
9359
9354
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
9360
|
-
textAlign?: "
|
|
9355
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
9361
9356
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
9362
9357
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
9363
9358
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -9459,7 +9454,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
9459
9454
|
scaleY?: number | undefined;
|
|
9460
9455
|
translateX?: number | undefined;
|
|
9461
9456
|
translateY?: number | undefined;
|
|
9462
|
-
textAlignVertical?: "
|
|
9457
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
9463
9458
|
includeFontPadding?: boolean | undefined;
|
|
9464
9459
|
};
|
|
9465
9460
|
headline4: {
|
|
@@ -9470,7 +9465,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
9470
9465
|
fontFamily?: string | undefined;
|
|
9471
9466
|
fontStyle?: "normal" | "italic" | undefined;
|
|
9472
9467
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
9473
|
-
textAlign?: "
|
|
9468
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
9474
9469
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
9475
9470
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
9476
9471
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -9572,7 +9567,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
9572
9567
|
scaleY?: number | undefined;
|
|
9573
9568
|
translateX?: number | undefined;
|
|
9574
9569
|
translateY?: number | undefined;
|
|
9575
|
-
textAlignVertical?: "
|
|
9570
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
9576
9571
|
includeFontPadding?: boolean | undefined;
|
|
9577
9572
|
};
|
|
9578
9573
|
headline5: {
|
|
@@ -9583,7 +9578,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
9583
9578
|
fontFamily?: string | undefined;
|
|
9584
9579
|
fontStyle?: "normal" | "italic" | undefined;
|
|
9585
9580
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
9586
|
-
textAlign?: "
|
|
9581
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
9587
9582
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
9588
9583
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
9589
9584
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -9685,7 +9680,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
9685
9680
|
scaleY?: number | undefined;
|
|
9686
9681
|
translateX?: number | undefined;
|
|
9687
9682
|
translateY?: number | undefined;
|
|
9688
|
-
textAlignVertical?: "
|
|
9683
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
9689
9684
|
includeFontPadding?: boolean | undefined;
|
|
9690
9685
|
};
|
|
9691
9686
|
subtitle1: {
|
|
@@ -9696,7 +9691,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
9696
9691
|
fontFamily?: string | undefined;
|
|
9697
9692
|
fontStyle?: "normal" | "italic" | undefined;
|
|
9698
9693
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
9699
|
-
textAlign?: "
|
|
9694
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
9700
9695
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
9701
9696
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
9702
9697
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -9798,7 +9793,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
9798
9793
|
scaleY?: number | undefined;
|
|
9799
9794
|
translateX?: number | undefined;
|
|
9800
9795
|
translateY?: number | undefined;
|
|
9801
|
-
textAlignVertical?: "
|
|
9796
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
9802
9797
|
includeFontPadding?: boolean | undefined;
|
|
9803
9798
|
};
|
|
9804
9799
|
subtitle2: {
|
|
@@ -9809,7 +9804,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
9809
9804
|
fontFamily?: string | undefined;
|
|
9810
9805
|
fontStyle?: "normal" | "italic" | undefined;
|
|
9811
9806
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
9812
|
-
textAlign?: "
|
|
9807
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
9813
9808
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
9814
9809
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
9815
9810
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -9911,7 +9906,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
9911
9906
|
scaleY?: number | undefined;
|
|
9912
9907
|
translateX?: number | undefined;
|
|
9913
9908
|
translateY?: number | undefined;
|
|
9914
|
-
textAlignVertical?: "
|
|
9909
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
9915
9910
|
includeFontPadding?: boolean | undefined;
|
|
9916
9911
|
};
|
|
9917
9912
|
body1: {
|
|
@@ -9922,7 +9917,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
9922
9917
|
fontFamily?: string | undefined;
|
|
9923
9918
|
fontStyle?: "normal" | "italic" | undefined;
|
|
9924
9919
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
9925
|
-
textAlign?: "
|
|
9920
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
9926
9921
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
9927
9922
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
9928
9923
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -10024,7 +10019,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10024
10019
|
scaleY?: number | undefined;
|
|
10025
10020
|
translateX?: number | undefined;
|
|
10026
10021
|
translateY?: number | undefined;
|
|
10027
|
-
textAlignVertical?: "
|
|
10022
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
10028
10023
|
includeFontPadding?: boolean | undefined;
|
|
10029
10024
|
};
|
|
10030
10025
|
body2: {
|
|
@@ -10035,7 +10030,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10035
10030
|
fontFamily?: string | undefined;
|
|
10036
10031
|
fontStyle?: "normal" | "italic" | undefined;
|
|
10037
10032
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
10038
|
-
textAlign?: "
|
|
10033
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
10039
10034
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
10040
10035
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
10041
10036
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -10137,7 +10132,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10137
10132
|
scaleY?: number | undefined;
|
|
10138
10133
|
translateX?: number | undefined;
|
|
10139
10134
|
translateY?: number | undefined;
|
|
10140
|
-
textAlignVertical?: "
|
|
10135
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
10141
10136
|
includeFontPadding?: boolean | undefined;
|
|
10142
10137
|
};
|
|
10143
10138
|
button: {
|
|
@@ -10148,7 +10143,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10148
10143
|
fontFamily?: string | undefined;
|
|
10149
10144
|
fontStyle?: "normal" | "italic" | undefined;
|
|
10150
10145
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
10151
|
-
textAlign?: "
|
|
10146
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
10152
10147
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
10153
10148
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
10154
10149
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -10250,7 +10245,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10250
10245
|
scaleY?: number | undefined;
|
|
10251
10246
|
translateX?: number | undefined;
|
|
10252
10247
|
translateY?: number | undefined;
|
|
10253
|
-
textAlignVertical?: "
|
|
10248
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
10254
10249
|
includeFontPadding?: boolean | undefined;
|
|
10255
10250
|
};
|
|
10256
10251
|
caption: {
|
|
@@ -10261,7 +10256,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10261
10256
|
fontFamily?: string | undefined;
|
|
10262
10257
|
fontStyle?: "normal" | "italic" | undefined;
|
|
10263
10258
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
10264
|
-
textAlign?: "
|
|
10259
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
10265
10260
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
10266
10261
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
10267
10262
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -10363,7 +10358,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10363
10358
|
scaleY?: number | undefined;
|
|
10364
10359
|
translateX?: number | undefined;
|
|
10365
10360
|
translateY?: number | undefined;
|
|
10366
|
-
textAlignVertical?: "
|
|
10361
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
10367
10362
|
includeFontPadding?: boolean | undefined;
|
|
10368
10363
|
};
|
|
10369
10364
|
overline: {
|
|
@@ -10374,7 +10369,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10374
10369
|
fontFamily?: string | undefined;
|
|
10375
10370
|
fontStyle?: "normal" | "italic" | undefined;
|
|
10376
10371
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
10377
|
-
textAlign?: "
|
|
10372
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
10378
10373
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
10379
10374
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
10380
10375
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -10476,7 +10471,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10476
10471
|
scaleY?: number | undefined;
|
|
10477
10472
|
translateX?: number | undefined;
|
|
10478
10473
|
translateY?: number | undefined;
|
|
10479
|
-
textAlignVertical?: "
|
|
10474
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
10480
10475
|
includeFontPadding?: boolean | undefined;
|
|
10481
10476
|
};
|
|
10482
10477
|
headline6: {
|
|
@@ -10487,7 +10482,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10487
10482
|
fontFamily?: string | undefined;
|
|
10488
10483
|
fontStyle?: "normal" | "italic" | undefined;
|
|
10489
10484
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
10490
|
-
textAlign?: "
|
|
10485
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
10491
10486
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
10492
10487
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
10493
10488
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -10589,7 +10584,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10589
10584
|
scaleY?: number | undefined;
|
|
10590
10585
|
translateX?: number | undefined;
|
|
10591
10586
|
translateY?: number | undefined;
|
|
10592
|
-
textAlignVertical?: "
|
|
10587
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
10593
10588
|
includeFontPadding?: boolean | undefined;
|
|
10594
10589
|
};
|
|
10595
10590
|
};
|
|
@@ -10642,7 +10637,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10642
10637
|
fontFamily?: string | undefined;
|
|
10643
10638
|
fontStyle?: "normal" | "italic" | undefined;
|
|
10644
10639
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
10645
|
-
textAlign?: "
|
|
10640
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
10646
10641
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
10647
10642
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
10648
10643
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -10744,7 +10739,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10744
10739
|
scaleY?: number | undefined;
|
|
10745
10740
|
translateX?: number | undefined;
|
|
10746
10741
|
translateY?: number | undefined;
|
|
10747
|
-
textAlignVertical?: "
|
|
10742
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
10748
10743
|
includeFontPadding?: boolean | undefined;
|
|
10749
10744
|
};
|
|
10750
10745
|
headline2: {
|
|
@@ -10755,7 +10750,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10755
10750
|
fontFamily?: string | undefined;
|
|
10756
10751
|
fontStyle?: "normal" | "italic" | undefined;
|
|
10757
10752
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
10758
|
-
textAlign?: "
|
|
10753
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
10759
10754
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
10760
10755
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
10761
10756
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -10857,7 +10852,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10857
10852
|
scaleY?: number | undefined;
|
|
10858
10853
|
translateX?: number | undefined;
|
|
10859
10854
|
translateY?: number | undefined;
|
|
10860
|
-
textAlignVertical?: "
|
|
10855
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
10861
10856
|
includeFontPadding?: boolean | undefined;
|
|
10862
10857
|
};
|
|
10863
10858
|
headline3: {
|
|
@@ -10868,7 +10863,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10868
10863
|
fontFamily?: string | undefined;
|
|
10869
10864
|
fontStyle?: "normal" | "italic" | undefined;
|
|
10870
10865
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
10871
|
-
textAlign?: "
|
|
10866
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
10872
10867
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
10873
10868
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
10874
10869
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -10970,7 +10965,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10970
10965
|
scaleY?: number | undefined;
|
|
10971
10966
|
translateX?: number | undefined;
|
|
10972
10967
|
translateY?: number | undefined;
|
|
10973
|
-
textAlignVertical?: "
|
|
10968
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
10974
10969
|
includeFontPadding?: boolean | undefined;
|
|
10975
10970
|
};
|
|
10976
10971
|
headline4: {
|
|
@@ -10981,7 +10976,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
10981
10976
|
fontFamily?: string | undefined;
|
|
10982
10977
|
fontStyle?: "normal" | "italic" | undefined;
|
|
10983
10978
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
10984
|
-
textAlign?: "
|
|
10979
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
10985
10980
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
10986
10981
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
10987
10982
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -11083,7 +11078,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11083
11078
|
scaleY?: number | undefined;
|
|
11084
11079
|
translateX?: number | undefined;
|
|
11085
11080
|
translateY?: number | undefined;
|
|
11086
|
-
textAlignVertical?: "
|
|
11081
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
11087
11082
|
includeFontPadding?: boolean | undefined;
|
|
11088
11083
|
};
|
|
11089
11084
|
headline5: {
|
|
@@ -11094,7 +11089,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11094
11089
|
fontFamily?: string | undefined;
|
|
11095
11090
|
fontStyle?: "normal" | "italic" | undefined;
|
|
11096
11091
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
11097
|
-
textAlign?: "
|
|
11092
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
11098
11093
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
11099
11094
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
11100
11095
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -11196,7 +11191,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11196
11191
|
scaleY?: number | undefined;
|
|
11197
11192
|
translateX?: number | undefined;
|
|
11198
11193
|
translateY?: number | undefined;
|
|
11199
|
-
textAlignVertical?: "
|
|
11194
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
11200
11195
|
includeFontPadding?: boolean | undefined;
|
|
11201
11196
|
};
|
|
11202
11197
|
subtitle1: {
|
|
@@ -11207,7 +11202,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11207
11202
|
fontFamily?: string | undefined;
|
|
11208
11203
|
fontStyle?: "normal" | "italic" | undefined;
|
|
11209
11204
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
11210
|
-
textAlign?: "
|
|
11205
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
11211
11206
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
11212
11207
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
11213
11208
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -11309,7 +11304,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11309
11304
|
scaleY?: number | undefined;
|
|
11310
11305
|
translateX?: number | undefined;
|
|
11311
11306
|
translateY?: number | undefined;
|
|
11312
|
-
textAlignVertical?: "
|
|
11307
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
11313
11308
|
includeFontPadding?: boolean | undefined;
|
|
11314
11309
|
};
|
|
11315
11310
|
subtitle2: {
|
|
@@ -11320,7 +11315,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11320
11315
|
fontFamily?: string | undefined;
|
|
11321
11316
|
fontStyle?: "normal" | "italic" | undefined;
|
|
11322
11317
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
11323
|
-
textAlign?: "
|
|
11318
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
11324
11319
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
11325
11320
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
11326
11321
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -11422,7 +11417,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11422
11417
|
scaleY?: number | undefined;
|
|
11423
11418
|
translateX?: number | undefined;
|
|
11424
11419
|
translateY?: number | undefined;
|
|
11425
|
-
textAlignVertical?: "
|
|
11420
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
11426
11421
|
includeFontPadding?: boolean | undefined;
|
|
11427
11422
|
};
|
|
11428
11423
|
body1: {
|
|
@@ -11433,7 +11428,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11433
11428
|
fontFamily?: string | undefined;
|
|
11434
11429
|
fontStyle?: "normal" | "italic" | undefined;
|
|
11435
11430
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
11436
|
-
textAlign?: "
|
|
11431
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
11437
11432
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
11438
11433
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
11439
11434
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -11535,7 +11530,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11535
11530
|
scaleY?: number | undefined;
|
|
11536
11531
|
translateX?: number | undefined;
|
|
11537
11532
|
translateY?: number | undefined;
|
|
11538
|
-
textAlignVertical?: "
|
|
11533
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
11539
11534
|
includeFontPadding?: boolean | undefined;
|
|
11540
11535
|
};
|
|
11541
11536
|
body2: {
|
|
@@ -11546,7 +11541,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11546
11541
|
fontFamily?: string | undefined;
|
|
11547
11542
|
fontStyle?: "normal" | "italic" | undefined;
|
|
11548
11543
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
11549
|
-
textAlign?: "
|
|
11544
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
11550
11545
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
11551
11546
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
11552
11547
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -11648,7 +11643,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11648
11643
|
scaleY?: number | undefined;
|
|
11649
11644
|
translateX?: number | undefined;
|
|
11650
11645
|
translateY?: number | undefined;
|
|
11651
|
-
textAlignVertical?: "
|
|
11646
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
11652
11647
|
includeFontPadding?: boolean | undefined;
|
|
11653
11648
|
};
|
|
11654
11649
|
button: {
|
|
@@ -11659,7 +11654,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11659
11654
|
fontFamily?: string | undefined;
|
|
11660
11655
|
fontStyle?: "normal" | "italic" | undefined;
|
|
11661
11656
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
11662
|
-
textAlign?: "
|
|
11657
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
11663
11658
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
11664
11659
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
11665
11660
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -11761,7 +11756,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11761
11756
|
scaleY?: number | undefined;
|
|
11762
11757
|
translateX?: number | undefined;
|
|
11763
11758
|
translateY?: number | undefined;
|
|
11764
|
-
textAlignVertical?: "
|
|
11759
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
11765
11760
|
includeFontPadding?: boolean | undefined;
|
|
11766
11761
|
};
|
|
11767
11762
|
caption: {
|
|
@@ -11772,7 +11767,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11772
11767
|
fontFamily?: string | undefined;
|
|
11773
11768
|
fontStyle?: "normal" | "italic" | undefined;
|
|
11774
11769
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
11775
|
-
textAlign?: "
|
|
11770
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
11776
11771
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
11777
11772
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
11778
11773
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -11874,7 +11869,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11874
11869
|
scaleY?: number | undefined;
|
|
11875
11870
|
translateX?: number | undefined;
|
|
11876
11871
|
translateY?: number | undefined;
|
|
11877
|
-
textAlignVertical?: "
|
|
11872
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
11878
11873
|
includeFontPadding?: boolean | undefined;
|
|
11879
11874
|
};
|
|
11880
11875
|
overline: {
|
|
@@ -11885,7 +11880,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11885
11880
|
fontFamily?: string | undefined;
|
|
11886
11881
|
fontStyle?: "normal" | "italic" | undefined;
|
|
11887
11882
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
11888
|
-
textAlign?: "
|
|
11883
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
11889
11884
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
11890
11885
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
11891
11886
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -11987,7 +11982,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11987
11982
|
scaleY?: number | undefined;
|
|
11988
11983
|
translateX?: number | undefined;
|
|
11989
11984
|
translateY?: number | undefined;
|
|
11990
|
-
textAlignVertical?: "
|
|
11985
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
11991
11986
|
includeFontPadding?: boolean | undefined;
|
|
11992
11987
|
};
|
|
11993
11988
|
headline6: {
|
|
@@ -11998,7 +11993,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
11998
11993
|
fontFamily?: string | undefined;
|
|
11999
11994
|
fontStyle?: "normal" | "italic" | undefined;
|
|
12000
11995
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
12001
|
-
textAlign?: "
|
|
11996
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
12002
11997
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
12003
11998
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
12004
11999
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -12100,7 +12095,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
12100
12095
|
scaleY?: number | undefined;
|
|
12101
12096
|
translateX?: number | undefined;
|
|
12102
12097
|
translateY?: number | undefined;
|
|
12103
|
-
textAlignVertical?: "
|
|
12098
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
12104
12099
|
includeFontPadding?: boolean | undefined;
|
|
12105
12100
|
};
|
|
12106
12101
|
};
|
|
@@ -12156,7 +12151,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
12156
12151
|
fontFamily?: string | undefined;
|
|
12157
12152
|
fontStyle?: "normal" | "italic" | undefined;
|
|
12158
12153
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
12159
|
-
textAlign?: "
|
|
12154
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
12160
12155
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
12161
12156
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
12162
12157
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -12258,7 +12253,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
12258
12253
|
scaleY?: number | undefined;
|
|
12259
12254
|
translateX?: number | undefined;
|
|
12260
12255
|
translateY?: number | undefined;
|
|
12261
|
-
textAlignVertical?: "
|
|
12256
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
12262
12257
|
includeFontPadding?: boolean | undefined;
|
|
12263
12258
|
};
|
|
12264
12259
|
headline2: {
|
|
@@ -12269,7 +12264,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
12269
12264
|
fontFamily?: string | undefined;
|
|
12270
12265
|
fontStyle?: "normal" | "italic" | undefined;
|
|
12271
12266
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
12272
|
-
textAlign?: "
|
|
12267
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
12273
12268
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
12274
12269
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
12275
12270
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -12371,7 +12366,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
12371
12366
|
scaleY?: number | undefined;
|
|
12372
12367
|
translateX?: number | undefined;
|
|
12373
12368
|
translateY?: number | undefined;
|
|
12374
|
-
textAlignVertical?: "
|
|
12369
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
12375
12370
|
includeFontPadding?: boolean | undefined;
|
|
12376
12371
|
};
|
|
12377
12372
|
headline3: {
|
|
@@ -12382,7 +12377,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
12382
12377
|
fontFamily?: string | undefined;
|
|
12383
12378
|
fontStyle?: "normal" | "italic" | undefined;
|
|
12384
12379
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
12385
|
-
textAlign?: "
|
|
12380
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
12386
12381
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
12387
12382
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
12388
12383
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -12484,7 +12479,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
12484
12479
|
scaleY?: number | undefined;
|
|
12485
12480
|
translateX?: number | undefined;
|
|
12486
12481
|
translateY?: number | undefined;
|
|
12487
|
-
textAlignVertical?: "
|
|
12482
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
12488
12483
|
includeFontPadding?: boolean | undefined;
|
|
12489
12484
|
};
|
|
12490
12485
|
headline4: {
|
|
@@ -12495,7 +12490,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
12495
12490
|
fontFamily?: string | undefined;
|
|
12496
12491
|
fontStyle?: "normal" | "italic" | undefined;
|
|
12497
12492
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
12498
|
-
textAlign?: "
|
|
12493
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
12499
12494
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
12500
12495
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
12501
12496
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -12597,7 +12592,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
12597
12592
|
scaleY?: number | undefined;
|
|
12598
12593
|
translateX?: number | undefined;
|
|
12599
12594
|
translateY?: number | undefined;
|
|
12600
|
-
textAlignVertical?: "
|
|
12595
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
12601
12596
|
includeFontPadding?: boolean | undefined;
|
|
12602
12597
|
};
|
|
12603
12598
|
headline5: {
|
|
@@ -12608,7 +12603,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
12608
12603
|
fontFamily?: string | undefined;
|
|
12609
12604
|
fontStyle?: "normal" | "italic" | undefined;
|
|
12610
12605
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
12611
|
-
textAlign?: "
|
|
12606
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
12612
12607
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
12613
12608
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
12614
12609
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -12710,7 +12705,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
12710
12705
|
scaleY?: number | undefined;
|
|
12711
12706
|
translateX?: number | undefined;
|
|
12712
12707
|
translateY?: number | undefined;
|
|
12713
|
-
textAlignVertical?: "
|
|
12708
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
12714
12709
|
includeFontPadding?: boolean | undefined;
|
|
12715
12710
|
};
|
|
12716
12711
|
subtitle1: {
|
|
@@ -12721,7 +12716,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
12721
12716
|
fontFamily?: string | undefined;
|
|
12722
12717
|
fontStyle?: "normal" | "italic" | undefined;
|
|
12723
12718
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
12724
|
-
textAlign?: "
|
|
12719
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
12725
12720
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
12726
12721
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
12727
12722
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -12823,7 +12818,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
12823
12818
|
scaleY?: number | undefined;
|
|
12824
12819
|
translateX?: number | undefined;
|
|
12825
12820
|
translateY?: number | undefined;
|
|
12826
|
-
textAlignVertical?: "
|
|
12821
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
12827
12822
|
includeFontPadding?: boolean | undefined;
|
|
12828
12823
|
};
|
|
12829
12824
|
subtitle2: {
|
|
@@ -12834,7 +12829,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
12834
12829
|
fontFamily?: string | undefined;
|
|
12835
12830
|
fontStyle?: "normal" | "italic" | undefined;
|
|
12836
12831
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
12837
|
-
textAlign?: "
|
|
12832
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
12838
12833
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
12839
12834
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
12840
12835
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -12936,7 +12931,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
12936
12931
|
scaleY?: number | undefined;
|
|
12937
12932
|
translateX?: number | undefined;
|
|
12938
12933
|
translateY?: number | undefined;
|
|
12939
|
-
textAlignVertical?: "
|
|
12934
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
12940
12935
|
includeFontPadding?: boolean | undefined;
|
|
12941
12936
|
};
|
|
12942
12937
|
body1: {
|
|
@@ -12947,7 +12942,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
12947
12942
|
fontFamily?: string | undefined;
|
|
12948
12943
|
fontStyle?: "normal" | "italic" | undefined;
|
|
12949
12944
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
12950
|
-
textAlign?: "
|
|
12945
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
12951
12946
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
12952
12947
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
12953
12948
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -13049,7 +13044,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13049
13044
|
scaleY?: number | undefined;
|
|
13050
13045
|
translateX?: number | undefined;
|
|
13051
13046
|
translateY?: number | undefined;
|
|
13052
|
-
textAlignVertical?: "
|
|
13047
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
13053
13048
|
includeFontPadding?: boolean | undefined;
|
|
13054
13049
|
};
|
|
13055
13050
|
body2: {
|
|
@@ -13060,7 +13055,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13060
13055
|
fontFamily?: string | undefined;
|
|
13061
13056
|
fontStyle?: "normal" | "italic" | undefined;
|
|
13062
13057
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
13063
|
-
textAlign?: "
|
|
13058
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
13064
13059
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
13065
13060
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
13066
13061
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -13162,7 +13157,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13162
13157
|
scaleY?: number | undefined;
|
|
13163
13158
|
translateX?: number | undefined;
|
|
13164
13159
|
translateY?: number | undefined;
|
|
13165
|
-
textAlignVertical?: "
|
|
13160
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
13166
13161
|
includeFontPadding?: boolean | undefined;
|
|
13167
13162
|
};
|
|
13168
13163
|
button: {
|
|
@@ -13173,7 +13168,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13173
13168
|
fontFamily?: string | undefined;
|
|
13174
13169
|
fontStyle?: "normal" | "italic" | undefined;
|
|
13175
13170
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
13176
|
-
textAlign?: "
|
|
13171
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
13177
13172
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
13178
13173
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
13179
13174
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -13275,7 +13270,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13275
13270
|
scaleY?: number | undefined;
|
|
13276
13271
|
translateX?: number | undefined;
|
|
13277
13272
|
translateY?: number | undefined;
|
|
13278
|
-
textAlignVertical?: "
|
|
13273
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
13279
13274
|
includeFontPadding?: boolean | undefined;
|
|
13280
13275
|
};
|
|
13281
13276
|
caption: {
|
|
@@ -13286,7 +13281,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13286
13281
|
fontFamily?: string | undefined;
|
|
13287
13282
|
fontStyle?: "normal" | "italic" | undefined;
|
|
13288
13283
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
13289
|
-
textAlign?: "
|
|
13284
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
13290
13285
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
13291
13286
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
13292
13287
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -13388,7 +13383,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13388
13383
|
scaleY?: number | undefined;
|
|
13389
13384
|
translateX?: number | undefined;
|
|
13390
13385
|
translateY?: number | undefined;
|
|
13391
|
-
textAlignVertical?: "
|
|
13386
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
13392
13387
|
includeFontPadding?: boolean | undefined;
|
|
13393
13388
|
};
|
|
13394
13389
|
overline: {
|
|
@@ -13399,7 +13394,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13399
13394
|
fontFamily?: string | undefined;
|
|
13400
13395
|
fontStyle?: "normal" | "italic" | undefined;
|
|
13401
13396
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
13402
|
-
textAlign?: "
|
|
13397
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
13403
13398
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
13404
13399
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
13405
13400
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -13501,7 +13496,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13501
13496
|
scaleY?: number | undefined;
|
|
13502
13497
|
translateX?: number | undefined;
|
|
13503
13498
|
translateY?: number | undefined;
|
|
13504
|
-
textAlignVertical?: "
|
|
13499
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
13505
13500
|
includeFontPadding?: boolean | undefined;
|
|
13506
13501
|
};
|
|
13507
13502
|
headline6: {
|
|
@@ -13512,7 +13507,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13512
13507
|
fontFamily?: string | undefined;
|
|
13513
13508
|
fontStyle?: "normal" | "italic" | undefined;
|
|
13514
13509
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
13515
|
-
textAlign?: "
|
|
13510
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
13516
13511
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
13517
13512
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
13518
13513
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -13614,7 +13609,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13614
13609
|
scaleY?: number | undefined;
|
|
13615
13610
|
translateX?: number | undefined;
|
|
13616
13611
|
translateY?: number | undefined;
|
|
13617
|
-
textAlignVertical?: "
|
|
13612
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
13618
13613
|
includeFontPadding?: boolean | undefined;
|
|
13619
13614
|
};
|
|
13620
13615
|
};
|
|
@@ -13667,7 +13662,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13667
13662
|
fontFamily?: string | undefined;
|
|
13668
13663
|
fontStyle?: "normal" | "italic" | undefined;
|
|
13669
13664
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
13670
|
-
textAlign?: "
|
|
13665
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
13671
13666
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
13672
13667
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
13673
13668
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -13769,7 +13764,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13769
13764
|
scaleY?: number | undefined;
|
|
13770
13765
|
translateX?: number | undefined;
|
|
13771
13766
|
translateY?: number | undefined;
|
|
13772
|
-
textAlignVertical?: "
|
|
13767
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
13773
13768
|
includeFontPadding?: boolean | undefined;
|
|
13774
13769
|
};
|
|
13775
13770
|
headline2: {
|
|
@@ -13780,7 +13775,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13780
13775
|
fontFamily?: string | undefined;
|
|
13781
13776
|
fontStyle?: "normal" | "italic" | undefined;
|
|
13782
13777
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
13783
|
-
textAlign?: "
|
|
13778
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
13784
13779
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
13785
13780
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
13786
13781
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -13882,7 +13877,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13882
13877
|
scaleY?: number | undefined;
|
|
13883
13878
|
translateX?: number | undefined;
|
|
13884
13879
|
translateY?: number | undefined;
|
|
13885
|
-
textAlignVertical?: "
|
|
13880
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
13886
13881
|
includeFontPadding?: boolean | undefined;
|
|
13887
13882
|
};
|
|
13888
13883
|
headline3: {
|
|
@@ -13893,7 +13888,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13893
13888
|
fontFamily?: string | undefined;
|
|
13894
13889
|
fontStyle?: "normal" | "italic" | undefined;
|
|
13895
13890
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
13896
|
-
textAlign?: "
|
|
13891
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
13897
13892
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
13898
13893
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
13899
13894
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -13995,7 +13990,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
13995
13990
|
scaleY?: number | undefined;
|
|
13996
13991
|
translateX?: number | undefined;
|
|
13997
13992
|
translateY?: number | undefined;
|
|
13998
|
-
textAlignVertical?: "
|
|
13993
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
13999
13994
|
includeFontPadding?: boolean | undefined;
|
|
14000
13995
|
};
|
|
14001
13996
|
headline4: {
|
|
@@ -14006,7 +14001,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14006
14001
|
fontFamily?: string | undefined;
|
|
14007
14002
|
fontStyle?: "normal" | "italic" | undefined;
|
|
14008
14003
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
14009
|
-
textAlign?: "
|
|
14004
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
14010
14005
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
14011
14006
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
14012
14007
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -14108,7 +14103,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14108
14103
|
scaleY?: number | undefined;
|
|
14109
14104
|
translateX?: number | undefined;
|
|
14110
14105
|
translateY?: number | undefined;
|
|
14111
|
-
textAlignVertical?: "
|
|
14106
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
14112
14107
|
includeFontPadding?: boolean | undefined;
|
|
14113
14108
|
};
|
|
14114
14109
|
headline5: {
|
|
@@ -14119,7 +14114,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14119
14114
|
fontFamily?: string | undefined;
|
|
14120
14115
|
fontStyle?: "normal" | "italic" | undefined;
|
|
14121
14116
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
14122
|
-
textAlign?: "
|
|
14117
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
14123
14118
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
14124
14119
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
14125
14120
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -14221,7 +14216,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14221
14216
|
scaleY?: number | undefined;
|
|
14222
14217
|
translateX?: number | undefined;
|
|
14223
14218
|
translateY?: number | undefined;
|
|
14224
|
-
textAlignVertical?: "
|
|
14219
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
14225
14220
|
includeFontPadding?: boolean | undefined;
|
|
14226
14221
|
};
|
|
14227
14222
|
subtitle1: {
|
|
@@ -14232,7 +14227,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14232
14227
|
fontFamily?: string | undefined;
|
|
14233
14228
|
fontStyle?: "normal" | "italic" | undefined;
|
|
14234
14229
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
14235
|
-
textAlign?: "
|
|
14230
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
14236
14231
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
14237
14232
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
14238
14233
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -14334,7 +14329,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14334
14329
|
scaleY?: number | undefined;
|
|
14335
14330
|
translateX?: number | undefined;
|
|
14336
14331
|
translateY?: number | undefined;
|
|
14337
|
-
textAlignVertical?: "
|
|
14332
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
14338
14333
|
includeFontPadding?: boolean | undefined;
|
|
14339
14334
|
};
|
|
14340
14335
|
subtitle2: {
|
|
@@ -14345,7 +14340,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14345
14340
|
fontFamily?: string | undefined;
|
|
14346
14341
|
fontStyle?: "normal" | "italic" | undefined;
|
|
14347
14342
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
14348
|
-
textAlign?: "
|
|
14343
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
14349
14344
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
14350
14345
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
14351
14346
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -14447,7 +14442,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14447
14442
|
scaleY?: number | undefined;
|
|
14448
14443
|
translateX?: number | undefined;
|
|
14449
14444
|
translateY?: number | undefined;
|
|
14450
|
-
textAlignVertical?: "
|
|
14445
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
14451
14446
|
includeFontPadding?: boolean | undefined;
|
|
14452
14447
|
};
|
|
14453
14448
|
body1: {
|
|
@@ -14458,7 +14453,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14458
14453
|
fontFamily?: string | undefined;
|
|
14459
14454
|
fontStyle?: "normal" | "italic" | undefined;
|
|
14460
14455
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
14461
|
-
textAlign?: "
|
|
14456
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
14462
14457
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
14463
14458
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
14464
14459
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -14560,7 +14555,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14560
14555
|
scaleY?: number | undefined;
|
|
14561
14556
|
translateX?: number | undefined;
|
|
14562
14557
|
translateY?: number | undefined;
|
|
14563
|
-
textAlignVertical?: "
|
|
14558
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
14564
14559
|
includeFontPadding?: boolean | undefined;
|
|
14565
14560
|
};
|
|
14566
14561
|
body2: {
|
|
@@ -14571,7 +14566,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14571
14566
|
fontFamily?: string | undefined;
|
|
14572
14567
|
fontStyle?: "normal" | "italic" | undefined;
|
|
14573
14568
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
14574
|
-
textAlign?: "
|
|
14569
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
14575
14570
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
14576
14571
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
14577
14572
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -14673,7 +14668,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14673
14668
|
scaleY?: number | undefined;
|
|
14674
14669
|
translateX?: number | undefined;
|
|
14675
14670
|
translateY?: number | undefined;
|
|
14676
|
-
textAlignVertical?: "
|
|
14671
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
14677
14672
|
includeFontPadding?: boolean | undefined;
|
|
14678
14673
|
};
|
|
14679
14674
|
button: {
|
|
@@ -14684,7 +14679,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14684
14679
|
fontFamily?: string | undefined;
|
|
14685
14680
|
fontStyle?: "normal" | "italic" | undefined;
|
|
14686
14681
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
14687
|
-
textAlign?: "
|
|
14682
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
14688
14683
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
14689
14684
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
14690
14685
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -14786,7 +14781,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14786
14781
|
scaleY?: number | undefined;
|
|
14787
14782
|
translateX?: number | undefined;
|
|
14788
14783
|
translateY?: number | undefined;
|
|
14789
|
-
textAlignVertical?: "
|
|
14784
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
14790
14785
|
includeFontPadding?: boolean | undefined;
|
|
14791
14786
|
};
|
|
14792
14787
|
caption: {
|
|
@@ -14797,7 +14792,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14797
14792
|
fontFamily?: string | undefined;
|
|
14798
14793
|
fontStyle?: "normal" | "italic" | undefined;
|
|
14799
14794
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
14800
|
-
textAlign?: "
|
|
14795
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
14801
14796
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
14802
14797
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
14803
14798
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -14899,7 +14894,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14899
14894
|
scaleY?: number | undefined;
|
|
14900
14895
|
translateX?: number | undefined;
|
|
14901
14896
|
translateY?: number | undefined;
|
|
14902
|
-
textAlignVertical?: "
|
|
14897
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
14903
14898
|
includeFontPadding?: boolean | undefined;
|
|
14904
14899
|
};
|
|
14905
14900
|
overline: {
|
|
@@ -14910,7 +14905,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
14910
14905
|
fontFamily?: string | undefined;
|
|
14911
14906
|
fontStyle?: "normal" | "italic" | undefined;
|
|
14912
14907
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
14913
|
-
textAlign?: "
|
|
14908
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
14914
14909
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
14915
14910
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
14916
14911
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -15012,7 +15007,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
15012
15007
|
scaleY?: number | undefined;
|
|
15013
15008
|
translateX?: number | undefined;
|
|
15014
15009
|
translateY?: number | undefined;
|
|
15015
|
-
textAlignVertical?: "
|
|
15010
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
15016
15011
|
includeFontPadding?: boolean | undefined;
|
|
15017
15012
|
};
|
|
15018
15013
|
headline6: {
|
|
@@ -15023,7 +15018,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
15023
15018
|
fontFamily?: string | undefined;
|
|
15024
15019
|
fontStyle?: "normal" | "italic" | undefined;
|
|
15025
15020
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
15026
|
-
textAlign?: "
|
|
15021
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
15027
15022
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
15028
15023
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
15029
15024
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -15125,7 +15120,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
15125
15120
|
scaleY?: number | undefined;
|
|
15126
15121
|
translateX?: number | undefined;
|
|
15127
15122
|
translateY?: number | undefined;
|
|
15128
|
-
textAlignVertical?: "
|
|
15123
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
15129
15124
|
includeFontPadding?: boolean | undefined;
|
|
15130
15125
|
};
|
|
15131
15126
|
};
|
|
@@ -15190,7 +15185,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
15190
15185
|
fontFamily?: string | undefined;
|
|
15191
15186
|
fontStyle?: "normal" | "italic" | undefined;
|
|
15192
15187
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
15193
|
-
textAlign?: "
|
|
15188
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
15194
15189
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
15195
15190
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
15196
15191
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -15292,7 +15287,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
15292
15287
|
scaleY?: number | undefined;
|
|
15293
15288
|
translateX?: number | undefined;
|
|
15294
15289
|
translateY?: number | undefined;
|
|
15295
|
-
textAlignVertical?: "
|
|
15290
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
15296
15291
|
includeFontPadding?: boolean | undefined;
|
|
15297
15292
|
};
|
|
15298
15293
|
headline2: {
|
|
@@ -15303,7 +15298,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
15303
15298
|
fontFamily?: string | undefined;
|
|
15304
15299
|
fontStyle?: "normal" | "italic" | undefined;
|
|
15305
15300
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
15306
|
-
textAlign?: "
|
|
15301
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
15307
15302
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
15308
15303
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
15309
15304
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -15405,7 +15400,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
15405
15400
|
scaleY?: number | undefined;
|
|
15406
15401
|
translateX?: number | undefined;
|
|
15407
15402
|
translateY?: number | undefined;
|
|
15408
|
-
textAlignVertical?: "
|
|
15403
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
15409
15404
|
includeFontPadding?: boolean | undefined;
|
|
15410
15405
|
};
|
|
15411
15406
|
headline3: {
|
|
@@ -15416,7 +15411,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
15416
15411
|
fontFamily?: string | undefined;
|
|
15417
15412
|
fontStyle?: "normal" | "italic" | undefined;
|
|
15418
15413
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
15419
|
-
textAlign?: "
|
|
15414
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
15420
15415
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
15421
15416
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
15422
15417
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -15518,7 +15513,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
15518
15513
|
scaleY?: number | undefined;
|
|
15519
15514
|
translateX?: number | undefined;
|
|
15520
15515
|
translateY?: number | undefined;
|
|
15521
|
-
textAlignVertical?: "
|
|
15516
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
15522
15517
|
includeFontPadding?: boolean | undefined;
|
|
15523
15518
|
};
|
|
15524
15519
|
headline4: {
|
|
@@ -15529,7 +15524,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
15529
15524
|
fontFamily?: string | undefined;
|
|
15530
15525
|
fontStyle?: "normal" | "italic" | undefined;
|
|
15531
15526
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
15532
|
-
textAlign?: "
|
|
15527
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
15533
15528
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
15534
15529
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
15535
15530
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -15631,7 +15626,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
15631
15626
|
scaleY?: number | undefined;
|
|
15632
15627
|
translateX?: number | undefined;
|
|
15633
15628
|
translateY?: number | undefined;
|
|
15634
|
-
textAlignVertical?: "
|
|
15629
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
15635
15630
|
includeFontPadding?: boolean | undefined;
|
|
15636
15631
|
};
|
|
15637
15632
|
headline5: {
|
|
@@ -15642,7 +15637,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
15642
15637
|
fontFamily?: string | undefined;
|
|
15643
15638
|
fontStyle?: "normal" | "italic" | undefined;
|
|
15644
15639
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
15645
|
-
textAlign?: "
|
|
15640
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
15646
15641
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
15647
15642
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
15648
15643
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -15744,7 +15739,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
15744
15739
|
scaleY?: number | undefined;
|
|
15745
15740
|
translateX?: number | undefined;
|
|
15746
15741
|
translateY?: number | undefined;
|
|
15747
|
-
textAlignVertical?: "
|
|
15742
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
15748
15743
|
includeFontPadding?: boolean | undefined;
|
|
15749
15744
|
};
|
|
15750
15745
|
subtitle1: {
|
|
@@ -15755,7 +15750,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
15755
15750
|
fontFamily?: string | undefined;
|
|
15756
15751
|
fontStyle?: "normal" | "italic" | undefined;
|
|
15757
15752
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
15758
|
-
textAlign?: "
|
|
15753
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
15759
15754
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
15760
15755
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
15761
15756
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -15857,7 +15852,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
15857
15852
|
scaleY?: number | undefined;
|
|
15858
15853
|
translateX?: number | undefined;
|
|
15859
15854
|
translateY?: number | undefined;
|
|
15860
|
-
textAlignVertical?: "
|
|
15855
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
15861
15856
|
includeFontPadding?: boolean | undefined;
|
|
15862
15857
|
};
|
|
15863
15858
|
subtitle2: {
|
|
@@ -15868,7 +15863,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
15868
15863
|
fontFamily?: string | undefined;
|
|
15869
15864
|
fontStyle?: "normal" | "italic" | undefined;
|
|
15870
15865
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
15871
|
-
textAlign?: "
|
|
15866
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
15872
15867
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
15873
15868
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
15874
15869
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -15970,7 +15965,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
15970
15965
|
scaleY?: number | undefined;
|
|
15971
15966
|
translateX?: number | undefined;
|
|
15972
15967
|
translateY?: number | undefined;
|
|
15973
|
-
textAlignVertical?: "
|
|
15968
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
15974
15969
|
includeFontPadding?: boolean | undefined;
|
|
15975
15970
|
};
|
|
15976
15971
|
body1: {
|
|
@@ -15981,7 +15976,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
15981
15976
|
fontFamily?: string | undefined;
|
|
15982
15977
|
fontStyle?: "normal" | "italic" | undefined;
|
|
15983
15978
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
15984
|
-
textAlign?: "
|
|
15979
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
15985
15980
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
15986
15981
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
15987
15982
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -16083,7 +16078,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
16083
16078
|
scaleY?: number | undefined;
|
|
16084
16079
|
translateX?: number | undefined;
|
|
16085
16080
|
translateY?: number | undefined;
|
|
16086
|
-
textAlignVertical?: "
|
|
16081
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
16087
16082
|
includeFontPadding?: boolean | undefined;
|
|
16088
16083
|
};
|
|
16089
16084
|
body2: {
|
|
@@ -16094,7 +16089,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
16094
16089
|
fontFamily?: string | undefined;
|
|
16095
16090
|
fontStyle?: "normal" | "italic" | undefined;
|
|
16096
16091
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
16097
|
-
textAlign?: "
|
|
16092
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
16098
16093
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
16099
16094
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
16100
16095
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -16196,7 +16191,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
16196
16191
|
scaleY?: number | undefined;
|
|
16197
16192
|
translateX?: number | undefined;
|
|
16198
16193
|
translateY?: number | undefined;
|
|
16199
|
-
textAlignVertical?: "
|
|
16194
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
16200
16195
|
includeFontPadding?: boolean | undefined;
|
|
16201
16196
|
};
|
|
16202
16197
|
button: {
|
|
@@ -16207,7 +16202,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
16207
16202
|
fontFamily?: string | undefined;
|
|
16208
16203
|
fontStyle?: "normal" | "italic" | undefined;
|
|
16209
16204
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
16210
|
-
textAlign?: "
|
|
16205
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
16211
16206
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
16212
16207
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
16213
16208
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -16309,7 +16304,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
16309
16304
|
scaleY?: number | undefined;
|
|
16310
16305
|
translateX?: number | undefined;
|
|
16311
16306
|
translateY?: number | undefined;
|
|
16312
|
-
textAlignVertical?: "
|
|
16307
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
16313
16308
|
includeFontPadding?: boolean | undefined;
|
|
16314
16309
|
};
|
|
16315
16310
|
caption: {
|
|
@@ -16320,7 +16315,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
16320
16315
|
fontFamily?: string | undefined;
|
|
16321
16316
|
fontStyle?: "normal" | "italic" | undefined;
|
|
16322
16317
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
16323
|
-
textAlign?: "
|
|
16318
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
16324
16319
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
16325
16320
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
16326
16321
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -16422,7 +16417,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
16422
16417
|
scaleY?: number | undefined;
|
|
16423
16418
|
translateX?: number | undefined;
|
|
16424
16419
|
translateY?: number | undefined;
|
|
16425
|
-
textAlignVertical?: "
|
|
16420
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
16426
16421
|
includeFontPadding?: boolean | undefined;
|
|
16427
16422
|
};
|
|
16428
16423
|
overline: {
|
|
@@ -16433,7 +16428,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
16433
16428
|
fontFamily?: string | undefined;
|
|
16434
16429
|
fontStyle?: "normal" | "italic" | undefined;
|
|
16435
16430
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
16436
|
-
textAlign?: "
|
|
16431
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
16437
16432
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
16438
16433
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
16439
16434
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -16535,7 +16530,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
16535
16530
|
scaleY?: number | undefined;
|
|
16536
16531
|
translateX?: number | undefined;
|
|
16537
16532
|
translateY?: number | undefined;
|
|
16538
|
-
textAlignVertical?: "
|
|
16533
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
16539
16534
|
includeFontPadding?: boolean | undefined;
|
|
16540
16535
|
};
|
|
16541
16536
|
headline6: {
|
|
@@ -16546,7 +16541,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
16546
16541
|
fontFamily?: string | undefined;
|
|
16547
16542
|
fontStyle?: "normal" | "italic" | undefined;
|
|
16548
16543
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
16549
|
-
textAlign?: "
|
|
16544
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
16550
16545
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
16551
16546
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
16552
16547
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -16648,7 +16643,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
16648
16643
|
scaleY?: number | undefined;
|
|
16649
16644
|
translateX?: number | undefined;
|
|
16650
16645
|
translateY?: number | undefined;
|
|
16651
|
-
textAlignVertical?: "
|
|
16646
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
16652
16647
|
includeFontPadding?: boolean | undefined;
|
|
16653
16648
|
};
|
|
16654
16649
|
};
|
|
@@ -16702,7 +16697,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
16702
16697
|
fontFamily?: string | undefined;
|
|
16703
16698
|
fontStyle?: "normal" | "italic" | undefined;
|
|
16704
16699
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
16705
|
-
textAlign?: "
|
|
16700
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
16706
16701
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
16707
16702
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
16708
16703
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -16804,7 +16799,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
16804
16799
|
scaleY?: number | undefined;
|
|
16805
16800
|
translateX?: number | undefined;
|
|
16806
16801
|
translateY?: number | undefined;
|
|
16807
|
-
textAlignVertical?: "
|
|
16802
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
16808
16803
|
includeFontPadding?: boolean | undefined;
|
|
16809
16804
|
};
|
|
16810
16805
|
headline2: {
|
|
@@ -16815,7 +16810,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
16815
16810
|
fontFamily?: string | undefined;
|
|
16816
16811
|
fontStyle?: "normal" | "italic" | undefined;
|
|
16817
16812
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
16818
|
-
textAlign?: "
|
|
16813
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
16819
16814
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
16820
16815
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
16821
16816
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -16917,7 +16912,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
16917
16912
|
scaleY?: number | undefined;
|
|
16918
16913
|
translateX?: number | undefined;
|
|
16919
16914
|
translateY?: number | undefined;
|
|
16920
|
-
textAlignVertical?: "
|
|
16915
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
16921
16916
|
includeFontPadding?: boolean | undefined;
|
|
16922
16917
|
};
|
|
16923
16918
|
headline3: {
|
|
@@ -16928,7 +16923,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
16928
16923
|
fontFamily?: string | undefined;
|
|
16929
16924
|
fontStyle?: "normal" | "italic" | undefined;
|
|
16930
16925
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
16931
|
-
textAlign?: "
|
|
16926
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
16932
16927
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
16933
16928
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
16934
16929
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -17030,7 +17025,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17030
17025
|
scaleY?: number | undefined;
|
|
17031
17026
|
translateX?: number | undefined;
|
|
17032
17027
|
translateY?: number | undefined;
|
|
17033
|
-
textAlignVertical?: "
|
|
17028
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
17034
17029
|
includeFontPadding?: boolean | undefined;
|
|
17035
17030
|
};
|
|
17036
17031
|
headline4: {
|
|
@@ -17041,7 +17036,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17041
17036
|
fontFamily?: string | undefined;
|
|
17042
17037
|
fontStyle?: "normal" | "italic" | undefined;
|
|
17043
17038
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
17044
|
-
textAlign?: "
|
|
17039
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
17045
17040
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
17046
17041
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
17047
17042
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -17143,7 +17138,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17143
17138
|
scaleY?: number | undefined;
|
|
17144
17139
|
translateX?: number | undefined;
|
|
17145
17140
|
translateY?: number | undefined;
|
|
17146
|
-
textAlignVertical?: "
|
|
17141
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
17147
17142
|
includeFontPadding?: boolean | undefined;
|
|
17148
17143
|
};
|
|
17149
17144
|
headline5: {
|
|
@@ -17154,7 +17149,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17154
17149
|
fontFamily?: string | undefined;
|
|
17155
17150
|
fontStyle?: "normal" | "italic" | undefined;
|
|
17156
17151
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
17157
|
-
textAlign?: "
|
|
17152
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
17158
17153
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
17159
17154
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
17160
17155
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -17256,7 +17251,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17256
17251
|
scaleY?: number | undefined;
|
|
17257
17252
|
translateX?: number | undefined;
|
|
17258
17253
|
translateY?: number | undefined;
|
|
17259
|
-
textAlignVertical?: "
|
|
17254
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
17260
17255
|
includeFontPadding?: boolean | undefined;
|
|
17261
17256
|
};
|
|
17262
17257
|
subtitle1: {
|
|
@@ -17267,7 +17262,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17267
17262
|
fontFamily?: string | undefined;
|
|
17268
17263
|
fontStyle?: "normal" | "italic" | undefined;
|
|
17269
17264
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
17270
|
-
textAlign?: "
|
|
17265
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
17271
17266
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
17272
17267
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
17273
17268
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -17369,7 +17364,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17369
17364
|
scaleY?: number | undefined;
|
|
17370
17365
|
translateX?: number | undefined;
|
|
17371
17366
|
translateY?: number | undefined;
|
|
17372
|
-
textAlignVertical?: "
|
|
17367
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
17373
17368
|
includeFontPadding?: boolean | undefined;
|
|
17374
17369
|
};
|
|
17375
17370
|
subtitle2: {
|
|
@@ -17380,7 +17375,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17380
17375
|
fontFamily?: string | undefined;
|
|
17381
17376
|
fontStyle?: "normal" | "italic" | undefined;
|
|
17382
17377
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
17383
|
-
textAlign?: "
|
|
17378
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
17384
17379
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
17385
17380
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
17386
17381
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -17482,7 +17477,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17482
17477
|
scaleY?: number | undefined;
|
|
17483
17478
|
translateX?: number | undefined;
|
|
17484
17479
|
translateY?: number | undefined;
|
|
17485
|
-
textAlignVertical?: "
|
|
17480
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
17486
17481
|
includeFontPadding?: boolean | undefined;
|
|
17487
17482
|
};
|
|
17488
17483
|
body1: {
|
|
@@ -17493,7 +17488,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17493
17488
|
fontFamily?: string | undefined;
|
|
17494
17489
|
fontStyle?: "normal" | "italic" | undefined;
|
|
17495
17490
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
17496
|
-
textAlign?: "
|
|
17491
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
17497
17492
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
17498
17493
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
17499
17494
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -17595,7 +17590,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17595
17590
|
scaleY?: number | undefined;
|
|
17596
17591
|
translateX?: number | undefined;
|
|
17597
17592
|
translateY?: number | undefined;
|
|
17598
|
-
textAlignVertical?: "
|
|
17593
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
17599
17594
|
includeFontPadding?: boolean | undefined;
|
|
17600
17595
|
};
|
|
17601
17596
|
body2: {
|
|
@@ -17606,7 +17601,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17606
17601
|
fontFamily?: string | undefined;
|
|
17607
17602
|
fontStyle?: "normal" | "italic" | undefined;
|
|
17608
17603
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
17609
|
-
textAlign?: "
|
|
17604
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
17610
17605
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
17611
17606
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
17612
17607
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -17708,7 +17703,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17708
17703
|
scaleY?: number | undefined;
|
|
17709
17704
|
translateX?: number | undefined;
|
|
17710
17705
|
translateY?: number | undefined;
|
|
17711
|
-
textAlignVertical?: "
|
|
17706
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
17712
17707
|
includeFontPadding?: boolean | undefined;
|
|
17713
17708
|
};
|
|
17714
17709
|
button: {
|
|
@@ -17719,7 +17714,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17719
17714
|
fontFamily?: string | undefined;
|
|
17720
17715
|
fontStyle?: "normal" | "italic" | undefined;
|
|
17721
17716
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
17722
|
-
textAlign?: "
|
|
17717
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
17723
17718
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
17724
17719
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
17725
17720
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -17821,7 +17816,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17821
17816
|
scaleY?: number | undefined;
|
|
17822
17817
|
translateX?: number | undefined;
|
|
17823
17818
|
translateY?: number | undefined;
|
|
17824
|
-
textAlignVertical?: "
|
|
17819
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
17825
17820
|
includeFontPadding?: boolean | undefined;
|
|
17826
17821
|
};
|
|
17827
17822
|
caption: {
|
|
@@ -17832,7 +17827,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17832
17827
|
fontFamily?: string | undefined;
|
|
17833
17828
|
fontStyle?: "normal" | "italic" | undefined;
|
|
17834
17829
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
17835
|
-
textAlign?: "
|
|
17830
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
17836
17831
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
17837
17832
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
17838
17833
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -17934,7 +17929,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17934
17929
|
scaleY?: number | undefined;
|
|
17935
17930
|
translateX?: number | undefined;
|
|
17936
17931
|
translateY?: number | undefined;
|
|
17937
|
-
textAlignVertical?: "
|
|
17932
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
17938
17933
|
includeFontPadding?: boolean | undefined;
|
|
17939
17934
|
};
|
|
17940
17935
|
overline: {
|
|
@@ -17945,7 +17940,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
17945
17940
|
fontFamily?: string | undefined;
|
|
17946
17941
|
fontStyle?: "normal" | "italic" | undefined;
|
|
17947
17942
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
17948
|
-
textAlign?: "
|
|
17943
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
17949
17944
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
17950
17945
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
17951
17946
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -18047,7 +18042,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
18047
18042
|
scaleY?: number | undefined;
|
|
18048
18043
|
translateX?: number | undefined;
|
|
18049
18044
|
translateY?: number | undefined;
|
|
18050
|
-
textAlignVertical?: "
|
|
18045
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
18051
18046
|
includeFontPadding?: boolean | undefined;
|
|
18052
18047
|
};
|
|
18053
18048
|
headline6: {
|
|
@@ -18058,7 +18053,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
18058
18053
|
fontFamily?: string | undefined;
|
|
18059
18054
|
fontStyle?: "normal" | "italic" | undefined;
|
|
18060
18055
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
18061
|
-
textAlign?: "
|
|
18056
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
18062
18057
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
18063
18058
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
18064
18059
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -18160,7 +18155,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
18160
18155
|
scaleY?: number | undefined;
|
|
18161
18156
|
translateX?: number | undefined;
|
|
18162
18157
|
translateY?: number | undefined;
|
|
18163
|
-
textAlignVertical?: "
|
|
18158
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
18164
18159
|
includeFontPadding?: boolean | undefined;
|
|
18165
18160
|
};
|
|
18166
18161
|
};
|
|
@@ -18209,7 +18204,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
18209
18204
|
fontFamily?: string | undefined;
|
|
18210
18205
|
fontStyle?: "normal" | "italic" | undefined;
|
|
18211
18206
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
18212
|
-
textAlign?: "
|
|
18207
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
18213
18208
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
18214
18209
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
18215
18210
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -18311,7 +18306,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
18311
18306
|
scaleY?: number | undefined;
|
|
18312
18307
|
translateX?: number | undefined;
|
|
18313
18308
|
translateY?: number | undefined;
|
|
18314
|
-
textAlignVertical?: "
|
|
18309
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
18315
18310
|
includeFontPadding?: boolean | undefined;
|
|
18316
18311
|
};
|
|
18317
18312
|
headline2: {
|
|
@@ -18322,7 +18317,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
18322
18317
|
fontFamily?: string | undefined;
|
|
18323
18318
|
fontStyle?: "normal" | "italic" | undefined;
|
|
18324
18319
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
18325
|
-
textAlign?: "
|
|
18320
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
18326
18321
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
18327
18322
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
18328
18323
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -18424,7 +18419,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
18424
18419
|
scaleY?: number | undefined;
|
|
18425
18420
|
translateX?: number | undefined;
|
|
18426
18421
|
translateY?: number | undefined;
|
|
18427
|
-
textAlignVertical?: "
|
|
18422
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
18428
18423
|
includeFontPadding?: boolean | undefined;
|
|
18429
18424
|
};
|
|
18430
18425
|
headline3: {
|
|
@@ -18435,7 +18430,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
18435
18430
|
fontFamily?: string | undefined;
|
|
18436
18431
|
fontStyle?: "normal" | "italic" | undefined;
|
|
18437
18432
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
18438
|
-
textAlign?: "
|
|
18433
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
18439
18434
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
18440
18435
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
18441
18436
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -18537,7 +18532,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
18537
18532
|
scaleY?: number | undefined;
|
|
18538
18533
|
translateX?: number | undefined;
|
|
18539
18534
|
translateY?: number | undefined;
|
|
18540
|
-
textAlignVertical?: "
|
|
18535
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
18541
18536
|
includeFontPadding?: boolean | undefined;
|
|
18542
18537
|
};
|
|
18543
18538
|
headline4: {
|
|
@@ -18548,7 +18543,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
18548
18543
|
fontFamily?: string | undefined;
|
|
18549
18544
|
fontStyle?: "normal" | "italic" | undefined;
|
|
18550
18545
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
18551
|
-
textAlign?: "
|
|
18546
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
18552
18547
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
18553
18548
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
18554
18549
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -18650,7 +18645,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
18650
18645
|
scaleY?: number | undefined;
|
|
18651
18646
|
translateX?: number | undefined;
|
|
18652
18647
|
translateY?: number | undefined;
|
|
18653
|
-
textAlignVertical?: "
|
|
18648
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
18654
18649
|
includeFontPadding?: boolean | undefined;
|
|
18655
18650
|
};
|
|
18656
18651
|
headline5: {
|
|
@@ -18661,7 +18656,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
18661
18656
|
fontFamily?: string | undefined;
|
|
18662
18657
|
fontStyle?: "normal" | "italic" | undefined;
|
|
18663
18658
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
18664
|
-
textAlign?: "
|
|
18659
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
18665
18660
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
18666
18661
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
18667
18662
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -18763,7 +18758,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
18763
18758
|
scaleY?: number | undefined;
|
|
18764
18759
|
translateX?: number | undefined;
|
|
18765
18760
|
translateY?: number | undefined;
|
|
18766
|
-
textAlignVertical?: "
|
|
18761
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
18767
18762
|
includeFontPadding?: boolean | undefined;
|
|
18768
18763
|
};
|
|
18769
18764
|
subtitle1: {
|
|
@@ -18774,7 +18769,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
18774
18769
|
fontFamily?: string | undefined;
|
|
18775
18770
|
fontStyle?: "normal" | "italic" | undefined;
|
|
18776
18771
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
18777
|
-
textAlign?: "
|
|
18772
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
18778
18773
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
18779
18774
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
18780
18775
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -18876,7 +18871,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
18876
18871
|
scaleY?: number | undefined;
|
|
18877
18872
|
translateX?: number | undefined;
|
|
18878
18873
|
translateY?: number | undefined;
|
|
18879
|
-
textAlignVertical?: "
|
|
18874
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
18880
18875
|
includeFontPadding?: boolean | undefined;
|
|
18881
18876
|
};
|
|
18882
18877
|
subtitle2: {
|
|
@@ -18887,7 +18882,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
18887
18882
|
fontFamily?: string | undefined;
|
|
18888
18883
|
fontStyle?: "normal" | "italic" | undefined;
|
|
18889
18884
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
18890
|
-
textAlign?: "
|
|
18885
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
18891
18886
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
18892
18887
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
18893
18888
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -18989,7 +18984,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
18989
18984
|
scaleY?: number | undefined;
|
|
18990
18985
|
translateX?: number | undefined;
|
|
18991
18986
|
translateY?: number | undefined;
|
|
18992
|
-
textAlignVertical?: "
|
|
18987
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
18993
18988
|
includeFontPadding?: boolean | undefined;
|
|
18994
18989
|
};
|
|
18995
18990
|
body1: {
|
|
@@ -19000,7 +18995,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19000
18995
|
fontFamily?: string | undefined;
|
|
19001
18996
|
fontStyle?: "normal" | "italic" | undefined;
|
|
19002
18997
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
19003
|
-
textAlign?: "
|
|
18998
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
19004
18999
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
19005
19000
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
19006
19001
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -19102,7 +19097,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19102
19097
|
scaleY?: number | undefined;
|
|
19103
19098
|
translateX?: number | undefined;
|
|
19104
19099
|
translateY?: number | undefined;
|
|
19105
|
-
textAlignVertical?: "
|
|
19100
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
19106
19101
|
includeFontPadding?: boolean | undefined;
|
|
19107
19102
|
};
|
|
19108
19103
|
body2: {
|
|
@@ -19113,7 +19108,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19113
19108
|
fontFamily?: string | undefined;
|
|
19114
19109
|
fontStyle?: "normal" | "italic" | undefined;
|
|
19115
19110
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
19116
|
-
textAlign?: "
|
|
19111
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
19117
19112
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
19118
19113
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
19119
19114
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -19215,7 +19210,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19215
19210
|
scaleY?: number | undefined;
|
|
19216
19211
|
translateX?: number | undefined;
|
|
19217
19212
|
translateY?: number | undefined;
|
|
19218
|
-
textAlignVertical?: "
|
|
19213
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
19219
19214
|
includeFontPadding?: boolean | undefined;
|
|
19220
19215
|
};
|
|
19221
19216
|
button: {
|
|
@@ -19226,7 +19221,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19226
19221
|
fontFamily?: string | undefined;
|
|
19227
19222
|
fontStyle?: "normal" | "italic" | undefined;
|
|
19228
19223
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
19229
|
-
textAlign?: "
|
|
19224
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
19230
19225
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
19231
19226
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
19232
19227
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -19328,7 +19323,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19328
19323
|
scaleY?: number | undefined;
|
|
19329
19324
|
translateX?: number | undefined;
|
|
19330
19325
|
translateY?: number | undefined;
|
|
19331
|
-
textAlignVertical?: "
|
|
19326
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
19332
19327
|
includeFontPadding?: boolean | undefined;
|
|
19333
19328
|
};
|
|
19334
19329
|
caption: {
|
|
@@ -19339,7 +19334,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19339
19334
|
fontFamily?: string | undefined;
|
|
19340
19335
|
fontStyle?: "normal" | "italic" | undefined;
|
|
19341
19336
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
19342
|
-
textAlign?: "
|
|
19337
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
19343
19338
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
19344
19339
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
19345
19340
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -19441,7 +19436,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19441
19436
|
scaleY?: number | undefined;
|
|
19442
19437
|
translateX?: number | undefined;
|
|
19443
19438
|
translateY?: number | undefined;
|
|
19444
|
-
textAlignVertical?: "
|
|
19439
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
19445
19440
|
includeFontPadding?: boolean | undefined;
|
|
19446
19441
|
};
|
|
19447
19442
|
overline: {
|
|
@@ -19452,7 +19447,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19452
19447
|
fontFamily?: string | undefined;
|
|
19453
19448
|
fontStyle?: "normal" | "italic" | undefined;
|
|
19454
19449
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
19455
|
-
textAlign?: "
|
|
19450
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
19456
19451
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
19457
19452
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
19458
19453
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -19554,7 +19549,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19554
19549
|
scaleY?: number | undefined;
|
|
19555
19550
|
translateX?: number | undefined;
|
|
19556
19551
|
translateY?: number | undefined;
|
|
19557
|
-
textAlignVertical?: "
|
|
19552
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
19558
19553
|
includeFontPadding?: boolean | undefined;
|
|
19559
19554
|
};
|
|
19560
19555
|
headline6: {
|
|
@@ -19565,7 +19560,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19565
19560
|
fontFamily?: string | undefined;
|
|
19566
19561
|
fontStyle?: "normal" | "italic" | undefined;
|
|
19567
19562
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
19568
|
-
textAlign?: "
|
|
19563
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
19569
19564
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
19570
19565
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
19571
19566
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -19667,7 +19662,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19667
19662
|
scaleY?: number | undefined;
|
|
19668
19663
|
translateX?: number | undefined;
|
|
19669
19664
|
translateY?: number | undefined;
|
|
19670
|
-
textAlignVertical?: "
|
|
19665
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
19671
19666
|
includeFontPadding?: boolean | undefined;
|
|
19672
19667
|
};
|
|
19673
19668
|
};
|
|
@@ -19715,7 +19710,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19715
19710
|
fontFamily?: string | undefined;
|
|
19716
19711
|
fontStyle?: "normal" | "italic" | undefined;
|
|
19717
19712
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
19718
|
-
textAlign?: "
|
|
19713
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
19719
19714
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
19720
19715
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
19721
19716
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -19817,7 +19812,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19817
19812
|
scaleY?: number | undefined;
|
|
19818
19813
|
translateX?: number | undefined;
|
|
19819
19814
|
translateY?: number | undefined;
|
|
19820
|
-
textAlignVertical?: "
|
|
19815
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
19821
19816
|
includeFontPadding?: boolean | undefined;
|
|
19822
19817
|
};
|
|
19823
19818
|
headline2: {
|
|
@@ -19828,7 +19823,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19828
19823
|
fontFamily?: string | undefined;
|
|
19829
19824
|
fontStyle?: "normal" | "italic" | undefined;
|
|
19830
19825
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
19831
|
-
textAlign?: "
|
|
19826
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
19832
19827
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
19833
19828
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
19834
19829
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -19930,7 +19925,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19930
19925
|
scaleY?: number | undefined;
|
|
19931
19926
|
translateX?: number | undefined;
|
|
19932
19927
|
translateY?: number | undefined;
|
|
19933
|
-
textAlignVertical?: "
|
|
19928
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
19934
19929
|
includeFontPadding?: boolean | undefined;
|
|
19935
19930
|
};
|
|
19936
19931
|
headline3: {
|
|
@@ -19941,7 +19936,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
19941
19936
|
fontFamily?: string | undefined;
|
|
19942
19937
|
fontStyle?: "normal" | "italic" | undefined;
|
|
19943
19938
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
19944
|
-
textAlign?: "
|
|
19939
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
19945
19940
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
19946
19941
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
19947
19942
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -20043,7 +20038,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20043
20038
|
scaleY?: number | undefined;
|
|
20044
20039
|
translateX?: number | undefined;
|
|
20045
20040
|
translateY?: number | undefined;
|
|
20046
|
-
textAlignVertical?: "
|
|
20041
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
20047
20042
|
includeFontPadding?: boolean | undefined;
|
|
20048
20043
|
};
|
|
20049
20044
|
headline4: {
|
|
@@ -20054,7 +20049,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20054
20049
|
fontFamily?: string | undefined;
|
|
20055
20050
|
fontStyle?: "normal" | "italic" | undefined;
|
|
20056
20051
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
20057
|
-
textAlign?: "
|
|
20052
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
20058
20053
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
20059
20054
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
20060
20055
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -20156,7 +20151,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20156
20151
|
scaleY?: number | undefined;
|
|
20157
20152
|
translateX?: number | undefined;
|
|
20158
20153
|
translateY?: number | undefined;
|
|
20159
|
-
textAlignVertical?: "
|
|
20154
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
20160
20155
|
includeFontPadding?: boolean | undefined;
|
|
20161
20156
|
};
|
|
20162
20157
|
headline5: {
|
|
@@ -20167,7 +20162,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20167
20162
|
fontFamily?: string | undefined;
|
|
20168
20163
|
fontStyle?: "normal" | "italic" | undefined;
|
|
20169
20164
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
20170
|
-
textAlign?: "
|
|
20165
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
20171
20166
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
20172
20167
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
20173
20168
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -20269,7 +20264,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20269
20264
|
scaleY?: number | undefined;
|
|
20270
20265
|
translateX?: number | undefined;
|
|
20271
20266
|
translateY?: number | undefined;
|
|
20272
|
-
textAlignVertical?: "
|
|
20267
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
20273
20268
|
includeFontPadding?: boolean | undefined;
|
|
20274
20269
|
};
|
|
20275
20270
|
subtitle1: {
|
|
@@ -20280,7 +20275,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20280
20275
|
fontFamily?: string | undefined;
|
|
20281
20276
|
fontStyle?: "normal" | "italic" | undefined;
|
|
20282
20277
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
20283
|
-
textAlign?: "
|
|
20278
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
20284
20279
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
20285
20280
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
20286
20281
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -20382,7 +20377,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20382
20377
|
scaleY?: number | undefined;
|
|
20383
20378
|
translateX?: number | undefined;
|
|
20384
20379
|
translateY?: number | undefined;
|
|
20385
|
-
textAlignVertical?: "
|
|
20380
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
20386
20381
|
includeFontPadding?: boolean | undefined;
|
|
20387
20382
|
};
|
|
20388
20383
|
subtitle2: {
|
|
@@ -20393,7 +20388,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20393
20388
|
fontFamily?: string | undefined;
|
|
20394
20389
|
fontStyle?: "normal" | "italic" | undefined;
|
|
20395
20390
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
20396
|
-
textAlign?: "
|
|
20391
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
20397
20392
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
20398
20393
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
20399
20394
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -20495,7 +20490,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20495
20490
|
scaleY?: number | undefined;
|
|
20496
20491
|
translateX?: number | undefined;
|
|
20497
20492
|
translateY?: number | undefined;
|
|
20498
|
-
textAlignVertical?: "
|
|
20493
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
20499
20494
|
includeFontPadding?: boolean | undefined;
|
|
20500
20495
|
};
|
|
20501
20496
|
body1: {
|
|
@@ -20506,7 +20501,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20506
20501
|
fontFamily?: string | undefined;
|
|
20507
20502
|
fontStyle?: "normal" | "italic" | undefined;
|
|
20508
20503
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
20509
|
-
textAlign?: "
|
|
20504
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
20510
20505
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
20511
20506
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
20512
20507
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -20608,7 +20603,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20608
20603
|
scaleY?: number | undefined;
|
|
20609
20604
|
translateX?: number | undefined;
|
|
20610
20605
|
translateY?: number | undefined;
|
|
20611
|
-
textAlignVertical?: "
|
|
20606
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
20612
20607
|
includeFontPadding?: boolean | undefined;
|
|
20613
20608
|
};
|
|
20614
20609
|
body2: {
|
|
@@ -20619,7 +20614,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20619
20614
|
fontFamily?: string | undefined;
|
|
20620
20615
|
fontStyle?: "normal" | "italic" | undefined;
|
|
20621
20616
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
20622
|
-
textAlign?: "
|
|
20617
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
20623
20618
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
20624
20619
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
20625
20620
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -20721,7 +20716,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20721
20716
|
scaleY?: number | undefined;
|
|
20722
20717
|
translateX?: number | undefined;
|
|
20723
20718
|
translateY?: number | undefined;
|
|
20724
|
-
textAlignVertical?: "
|
|
20719
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
20725
20720
|
includeFontPadding?: boolean | undefined;
|
|
20726
20721
|
};
|
|
20727
20722
|
button: {
|
|
@@ -20732,7 +20727,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20732
20727
|
fontFamily?: string | undefined;
|
|
20733
20728
|
fontStyle?: "normal" | "italic" | undefined;
|
|
20734
20729
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
20735
|
-
textAlign?: "
|
|
20730
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
20736
20731
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
20737
20732
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
20738
20733
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -20834,7 +20829,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20834
20829
|
scaleY?: number | undefined;
|
|
20835
20830
|
translateX?: number | undefined;
|
|
20836
20831
|
translateY?: number | undefined;
|
|
20837
|
-
textAlignVertical?: "
|
|
20832
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
20838
20833
|
includeFontPadding?: boolean | undefined;
|
|
20839
20834
|
};
|
|
20840
20835
|
caption: {
|
|
@@ -20845,7 +20840,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20845
20840
|
fontFamily?: string | undefined;
|
|
20846
20841
|
fontStyle?: "normal" | "italic" | undefined;
|
|
20847
20842
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
20848
|
-
textAlign?: "
|
|
20843
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
20849
20844
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
20850
20845
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
20851
20846
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -20947,7 +20942,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20947
20942
|
scaleY?: number | undefined;
|
|
20948
20943
|
translateX?: number | undefined;
|
|
20949
20944
|
translateY?: number | undefined;
|
|
20950
|
-
textAlignVertical?: "
|
|
20945
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
20951
20946
|
includeFontPadding?: boolean | undefined;
|
|
20952
20947
|
};
|
|
20953
20948
|
overline: {
|
|
@@ -20958,7 +20953,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
20958
20953
|
fontFamily?: string | undefined;
|
|
20959
20954
|
fontStyle?: "normal" | "italic" | undefined;
|
|
20960
20955
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
20961
|
-
textAlign?: "
|
|
20956
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
20962
20957
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
20963
20958
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
20964
20959
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -21060,7 +21055,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
21060
21055
|
scaleY?: number | undefined;
|
|
21061
21056
|
translateX?: number | undefined;
|
|
21062
21057
|
translateY?: number | undefined;
|
|
21063
|
-
textAlignVertical?: "
|
|
21058
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
21064
21059
|
includeFontPadding?: boolean | undefined;
|
|
21065
21060
|
};
|
|
21066
21061
|
headline6: {
|
|
@@ -21071,7 +21066,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
21071
21066
|
fontFamily?: string | undefined;
|
|
21072
21067
|
fontStyle?: "normal" | "italic" | undefined;
|
|
21073
21068
|
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
21074
|
-
textAlign?: "
|
|
21069
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
21075
21070
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
21076
21071
|
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
21077
21072
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
@@ -21173,7 +21168,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
21173
21168
|
scaleY?: number | undefined;
|
|
21174
21169
|
translateX?: number | undefined;
|
|
21175
21170
|
translateY?: number | undefined;
|
|
21176
|
-
textAlignVertical?: "
|
|
21171
|
+
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
21177
21172
|
includeFontPadding?: boolean | undefined;
|
|
21178
21173
|
};
|
|
21179
21174
|
};
|
|
@@ -21181,4 +21176,3 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
21181
21176
|
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
21182
21177
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
21183
21178
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
21184
|
-
//# sourceMappingURL=index.d.ts.map
|