@tamagui/text 1.43.16 → 1.44.0
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/package.json +5 -5
- package/types/Headings.d.ts +71 -707
- package/types/Headings.d.ts.map +1 -1
- package/types/Paragraph.d.ts +2 -14
- package/types/Paragraph.d.ts.map +1 -1
- package/types/SizableText.d.ts +1 -6
- package/types/SizableText.d.ts.map +1 -1
package/types/Headings.d.ts
CHANGED
|
@@ -15,12 +15,7 @@ export declare const Heading: import("@tamagui/web").TamaguiComponent<(Omit<impo
|
|
|
15
15
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
16
16
|
readonly unstyled?: boolean | undefined;
|
|
17
17
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
18
|
-
}
|
|
19
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
20
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
21
|
-
readonly unstyled?: boolean | undefined;
|
|
22
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
23
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
18
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
24
19
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
25
20
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
26
21
|
readonly unstyled?: boolean | undefined;
|
|
@@ -41,14 +36,7 @@ export declare const Heading: import("@tamagui/web").TamaguiComponent<(Omit<impo
|
|
|
41
36
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
42
37
|
}, string | number> & {
|
|
43
38
|
[x: string]: undefined;
|
|
44
|
-
}
|
|
45
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
46
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
47
|
-
readonly unstyled?: boolean | undefined;
|
|
48
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
49
|
-
}, string | number> & {
|
|
50
|
-
[x: string]: undefined;
|
|
51
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
39
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
52
40
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
53
41
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
54
42
|
readonly unstyled?: boolean | undefined;
|
|
@@ -84,19 +72,7 @@ export declare const Heading: import("@tamagui/web").TamaguiComponent<(Omit<impo
|
|
|
84
72
|
[x: string]: undefined;
|
|
85
73
|
}), string | number> & {
|
|
86
74
|
[x: string]: undefined;
|
|
87
|
-
}
|
|
88
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
89
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
90
|
-
readonly unstyled?: boolean | undefined;
|
|
91
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
92
|
-
} | ({
|
|
93
|
-
readonly unstyled?: boolean | undefined;
|
|
94
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
95
|
-
} & {
|
|
96
|
-
[x: string]: undefined;
|
|
97
|
-
}), string | number> & {
|
|
98
|
-
[x: string]: undefined;
|
|
99
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
75
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
100
76
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
101
77
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
102
78
|
readonly unstyled?: boolean | undefined;
|
|
@@ -132,19 +108,7 @@ export declare const Heading: import("@tamagui/web").TamaguiComponent<(Omit<impo
|
|
|
132
108
|
[x: string]: undefined;
|
|
133
109
|
}), string | number> & {
|
|
134
110
|
[x: string]: undefined;
|
|
135
|
-
}
|
|
136
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
137
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
138
|
-
readonly unstyled?: boolean | undefined;
|
|
139
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
140
|
-
} | ({
|
|
141
|
-
readonly unstyled?: boolean | undefined;
|
|
142
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
143
|
-
} & {
|
|
144
|
-
[x: string]: undefined;
|
|
145
|
-
}), string | number> & {
|
|
146
|
-
[x: string]: undefined;
|
|
147
|
-
}>>>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, ({
|
|
111
|
+
}>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, ({
|
|
148
112
|
readonly unstyled?: boolean | undefined;
|
|
149
113
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
150
114
|
} | ({
|
|
@@ -187,12 +151,7 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
187
151
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
188
152
|
readonly unstyled?: boolean | undefined;
|
|
189
153
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
190
|
-
}
|
|
191
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
192
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
193
|
-
readonly unstyled?: boolean | undefined;
|
|
194
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
195
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
154
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
196
155
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
197
156
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
198
157
|
readonly unstyled?: boolean | undefined;
|
|
@@ -213,14 +172,7 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
213
172
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
214
173
|
}, string | number> & {
|
|
215
174
|
[x: string]: undefined;
|
|
216
|
-
}
|
|
217
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
218
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
219
|
-
readonly unstyled?: boolean | undefined;
|
|
220
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
221
|
-
}, string | number> & {
|
|
222
|
-
[x: string]: undefined;
|
|
223
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
175
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
224
176
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
225
177
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
226
178
|
readonly unstyled?: boolean | undefined;
|
|
@@ -256,19 +208,7 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
256
208
|
[x: string]: undefined;
|
|
257
209
|
}), string | number> & {
|
|
258
210
|
[x: string]: undefined;
|
|
259
|
-
}
|
|
260
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
261
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
262
|
-
readonly unstyled?: boolean | undefined;
|
|
263
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
264
|
-
} | ({
|
|
265
|
-
readonly unstyled?: boolean | undefined;
|
|
266
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
267
|
-
} & {
|
|
268
|
-
[x: string]: undefined;
|
|
269
|
-
}), string | number> & {
|
|
270
|
-
[x: string]: undefined;
|
|
271
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
211
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
272
212
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
273
213
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
274
214
|
readonly unstyled?: boolean | undefined;
|
|
@@ -304,19 +244,7 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
304
244
|
[x: string]: undefined;
|
|
305
245
|
}), string | number> & {
|
|
306
246
|
[x: string]: undefined;
|
|
307
|
-
}
|
|
308
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
309
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
310
|
-
readonly unstyled?: boolean | undefined;
|
|
311
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
312
|
-
} | ({
|
|
313
|
-
readonly unstyled?: boolean | undefined;
|
|
314
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
315
|
-
} & {
|
|
316
|
-
[x: string]: undefined;
|
|
317
|
-
}), string | number> & {
|
|
318
|
-
[x: string]: undefined;
|
|
319
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
247
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
320
248
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
321
249
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
322
250
|
readonly unstyled?: boolean | undefined;
|
|
@@ -364,23 +292,7 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
364
292
|
[x: string]: undefined;
|
|
365
293
|
}), string | number> & {
|
|
366
294
|
[x: string]: undefined;
|
|
367
|
-
}
|
|
368
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
369
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
370
|
-
readonly unstyled?: boolean | undefined;
|
|
371
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
372
|
-
} | ({
|
|
373
|
-
readonly unstyled?: boolean | undefined;
|
|
374
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
375
|
-
} & {
|
|
376
|
-
[x: string]: undefined;
|
|
377
|
-
})) & ({} | {
|
|
378
|
-
[x: string]: undefined;
|
|
379
|
-
} | {
|
|
380
|
-
[x: string]: undefined;
|
|
381
|
-
}), string | number> & {
|
|
382
|
-
[x: string]: undefined;
|
|
383
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
295
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
384
296
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
385
297
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
386
298
|
readonly unstyled?: boolean | undefined;
|
|
@@ -428,23 +340,7 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
428
340
|
[x: string]: undefined;
|
|
429
341
|
}), string | number> & {
|
|
430
342
|
[x: string]: undefined;
|
|
431
|
-
}
|
|
432
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
433
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
434
|
-
readonly unstyled?: boolean | undefined;
|
|
435
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
436
|
-
} | ({
|
|
437
|
-
readonly unstyled?: boolean | undefined;
|
|
438
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
439
|
-
} & {
|
|
440
|
-
[x: string]: undefined;
|
|
441
|
-
})) & ({} | {
|
|
442
|
-
[x: string]: undefined;
|
|
443
|
-
} | {
|
|
444
|
-
[x: string]: undefined;
|
|
445
|
-
}), string | number> & {
|
|
446
|
-
[x: string]: undefined;
|
|
447
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
343
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
448
344
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
449
345
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
450
346
|
readonly unstyled?: boolean | undefined;
|
|
@@ -492,23 +388,7 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
492
388
|
[x: string]: undefined;
|
|
493
389
|
}), string | number> & {
|
|
494
390
|
[x: string]: undefined;
|
|
495
|
-
}
|
|
496
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
497
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
498
|
-
readonly unstyled?: boolean | undefined;
|
|
499
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
500
|
-
} | ({
|
|
501
|
-
readonly unstyled?: boolean | undefined;
|
|
502
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
503
|
-
} & {
|
|
504
|
-
[x: string]: undefined;
|
|
505
|
-
})) & ({} | {
|
|
506
|
-
[x: string]: undefined;
|
|
507
|
-
} | {
|
|
508
|
-
[x: string]: undefined;
|
|
509
|
-
}), string | number> & {
|
|
510
|
-
[x: string]: undefined;
|
|
511
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
391
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
512
392
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
513
393
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
514
394
|
readonly unstyled?: boolean | undefined;
|
|
@@ -556,23 +436,7 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
556
436
|
[x: string]: undefined;
|
|
557
437
|
}), string | number> & {
|
|
558
438
|
[x: string]: undefined;
|
|
559
|
-
}
|
|
560
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
561
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
562
|
-
readonly unstyled?: boolean | undefined;
|
|
563
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
564
|
-
} | ({
|
|
565
|
-
readonly unstyled?: boolean | undefined;
|
|
566
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
567
|
-
} & {
|
|
568
|
-
[x: string]: undefined;
|
|
569
|
-
})) & ({} | {
|
|
570
|
-
[x: string]: undefined;
|
|
571
|
-
} | {
|
|
572
|
-
[x: string]: undefined;
|
|
573
|
-
}), string | number> & {
|
|
574
|
-
[x: string]: undefined;
|
|
575
|
-
}>>>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
|
|
439
|
+
}>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
|
|
576
440
|
readonly unstyled?: boolean | undefined;
|
|
577
441
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
578
442
|
} | ({
|
|
@@ -634,12 +498,7 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
634
498
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
635
499
|
readonly unstyled?: boolean | undefined;
|
|
636
500
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
637
|
-
}
|
|
638
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
639
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
640
|
-
readonly unstyled?: boolean | undefined;
|
|
641
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
642
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
501
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
643
502
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
644
503
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
645
504
|
readonly unstyled?: boolean | undefined;
|
|
@@ -660,14 +519,7 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
660
519
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
661
520
|
}, string | number> & {
|
|
662
521
|
[x: string]: undefined;
|
|
663
|
-
}
|
|
664
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
665
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
666
|
-
readonly unstyled?: boolean | undefined;
|
|
667
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
668
|
-
}, string | number> & {
|
|
669
|
-
[x: string]: undefined;
|
|
670
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
522
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
671
523
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
672
524
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
673
525
|
readonly unstyled?: boolean | undefined;
|
|
@@ -703,19 +555,7 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
703
555
|
[x: string]: undefined;
|
|
704
556
|
}), string | number> & {
|
|
705
557
|
[x: string]: undefined;
|
|
706
|
-
}
|
|
707
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
708
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
709
|
-
readonly unstyled?: boolean | undefined;
|
|
710
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
711
|
-
} | ({
|
|
712
|
-
readonly unstyled?: boolean | undefined;
|
|
713
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
714
|
-
} & {
|
|
715
|
-
[x: string]: undefined;
|
|
716
|
-
}), string | number> & {
|
|
717
|
-
[x: string]: undefined;
|
|
718
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
558
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
719
559
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
720
560
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
721
561
|
readonly unstyled?: boolean | undefined;
|
|
@@ -751,19 +591,7 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
751
591
|
[x: string]: undefined;
|
|
752
592
|
}), string | number> & {
|
|
753
593
|
[x: string]: undefined;
|
|
754
|
-
}
|
|
755
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
756
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
757
|
-
readonly unstyled?: boolean | undefined;
|
|
758
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
759
|
-
} | ({
|
|
760
|
-
readonly unstyled?: boolean | undefined;
|
|
761
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
762
|
-
} & {
|
|
763
|
-
[x: string]: undefined;
|
|
764
|
-
}), string | number> & {
|
|
765
|
-
[x: string]: undefined;
|
|
766
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
594
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
767
595
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
768
596
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
769
597
|
readonly unstyled?: boolean | undefined;
|
|
@@ -811,23 +639,7 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
811
639
|
[x: string]: undefined;
|
|
812
640
|
}), string | number> & {
|
|
813
641
|
[x: string]: undefined;
|
|
814
|
-
}
|
|
815
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
816
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
817
|
-
readonly unstyled?: boolean | undefined;
|
|
818
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
819
|
-
} | ({
|
|
820
|
-
readonly unstyled?: boolean | undefined;
|
|
821
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
822
|
-
} & {
|
|
823
|
-
[x: string]: undefined;
|
|
824
|
-
})) & ({} | {
|
|
825
|
-
[x: string]: undefined;
|
|
826
|
-
} | {
|
|
827
|
-
[x: string]: undefined;
|
|
828
|
-
}), string | number> & {
|
|
829
|
-
[x: string]: undefined;
|
|
830
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
642
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
831
643
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
832
644
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
833
645
|
readonly unstyled?: boolean | undefined;
|
|
@@ -875,23 +687,7 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
875
687
|
[x: string]: undefined;
|
|
876
688
|
}), string | number> & {
|
|
877
689
|
[x: string]: undefined;
|
|
878
|
-
}
|
|
879
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
880
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
881
|
-
readonly unstyled?: boolean | undefined;
|
|
882
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
883
|
-
} | ({
|
|
884
|
-
readonly unstyled?: boolean | undefined;
|
|
885
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
886
|
-
} & {
|
|
887
|
-
[x: string]: undefined;
|
|
888
|
-
})) & ({} | {
|
|
889
|
-
[x: string]: undefined;
|
|
890
|
-
} | {
|
|
891
|
-
[x: string]: undefined;
|
|
892
|
-
}), string | number> & {
|
|
893
|
-
[x: string]: undefined;
|
|
894
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
690
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
895
691
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
896
692
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
897
693
|
readonly unstyled?: boolean | undefined;
|
|
@@ -939,23 +735,7 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
939
735
|
[x: string]: undefined;
|
|
940
736
|
}), string | number> & {
|
|
941
737
|
[x: string]: undefined;
|
|
942
|
-
}
|
|
943
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
944
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
945
|
-
readonly unstyled?: boolean | undefined;
|
|
946
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
947
|
-
} | ({
|
|
948
|
-
readonly unstyled?: boolean | undefined;
|
|
949
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
950
|
-
} & {
|
|
951
|
-
[x: string]: undefined;
|
|
952
|
-
})) & ({} | {
|
|
953
|
-
[x: string]: undefined;
|
|
954
|
-
} | {
|
|
955
|
-
[x: string]: undefined;
|
|
956
|
-
}), string | number> & {
|
|
957
|
-
[x: string]: undefined;
|
|
958
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
738
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
959
739
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
960
740
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
961
741
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1003,23 +783,7 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1003
783
|
[x: string]: undefined;
|
|
1004
784
|
}), string | number> & {
|
|
1005
785
|
[x: string]: undefined;
|
|
1006
|
-
}
|
|
1007
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1008
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1009
|
-
readonly unstyled?: boolean | undefined;
|
|
1010
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1011
|
-
} | ({
|
|
1012
|
-
readonly unstyled?: boolean | undefined;
|
|
1013
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1014
|
-
} & {
|
|
1015
|
-
[x: string]: undefined;
|
|
1016
|
-
})) & ({} | {
|
|
1017
|
-
[x: string]: undefined;
|
|
1018
|
-
} | {
|
|
1019
|
-
[x: string]: undefined;
|
|
1020
|
-
}), string | number> & {
|
|
1021
|
-
[x: string]: undefined;
|
|
1022
|
-
}>>>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
|
|
786
|
+
}>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
|
|
1023
787
|
readonly unstyled?: boolean | undefined;
|
|
1024
788
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1025
789
|
} | ({
|
|
@@ -1081,12 +845,7 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1081
845
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1082
846
|
readonly unstyled?: boolean | undefined;
|
|
1083
847
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1084
|
-
}
|
|
1085
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1086
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1087
|
-
readonly unstyled?: boolean | undefined;
|
|
1088
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1089
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
848
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1090
849
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1091
850
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1092
851
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1107,14 +866,7 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1107
866
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1108
867
|
}, string | number> & {
|
|
1109
868
|
[x: string]: undefined;
|
|
1110
|
-
}
|
|
1111
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1112
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1113
|
-
readonly unstyled?: boolean | undefined;
|
|
1114
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1115
|
-
}, string | number> & {
|
|
1116
|
-
[x: string]: undefined;
|
|
1117
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
869
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1118
870
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1119
871
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1120
872
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1150,19 +902,7 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1150
902
|
[x: string]: undefined;
|
|
1151
903
|
}), string | number> & {
|
|
1152
904
|
[x: string]: undefined;
|
|
1153
|
-
}
|
|
1154
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1155
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1156
|
-
readonly unstyled?: boolean | undefined;
|
|
1157
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1158
|
-
} | ({
|
|
1159
|
-
readonly unstyled?: boolean | undefined;
|
|
1160
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1161
|
-
} & {
|
|
1162
|
-
[x: string]: undefined;
|
|
1163
|
-
}), string | number> & {
|
|
1164
|
-
[x: string]: undefined;
|
|
1165
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
905
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1166
906
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1167
907
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1168
908
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1198,19 +938,7 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1198
938
|
[x: string]: undefined;
|
|
1199
939
|
}), string | number> & {
|
|
1200
940
|
[x: string]: undefined;
|
|
1201
|
-
}
|
|
1202
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1203
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1204
|
-
readonly unstyled?: boolean | undefined;
|
|
1205
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1206
|
-
} | ({
|
|
1207
|
-
readonly unstyled?: boolean | undefined;
|
|
1208
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1209
|
-
} & {
|
|
1210
|
-
[x: string]: undefined;
|
|
1211
|
-
}), string | number> & {
|
|
1212
|
-
[x: string]: undefined;
|
|
1213
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
941
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1214
942
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1215
943
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1216
944
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1258,23 +986,7 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1258
986
|
[x: string]: undefined;
|
|
1259
987
|
}), string | number> & {
|
|
1260
988
|
[x: string]: undefined;
|
|
1261
|
-
}
|
|
1262
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1263
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1264
|
-
readonly unstyled?: boolean | undefined;
|
|
1265
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1266
|
-
} | ({
|
|
1267
|
-
readonly unstyled?: boolean | undefined;
|
|
1268
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1269
|
-
} & {
|
|
1270
|
-
[x: string]: undefined;
|
|
1271
|
-
})) & ({} | {
|
|
1272
|
-
[x: string]: undefined;
|
|
1273
|
-
} | {
|
|
1274
|
-
[x: string]: undefined;
|
|
1275
|
-
}), string | number> & {
|
|
1276
|
-
[x: string]: undefined;
|
|
1277
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
989
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1278
990
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1279
991
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1280
992
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1322,23 +1034,7 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1322
1034
|
[x: string]: undefined;
|
|
1323
1035
|
}), string | number> & {
|
|
1324
1036
|
[x: string]: undefined;
|
|
1325
|
-
}
|
|
1326
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1327
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1328
|
-
readonly unstyled?: boolean | undefined;
|
|
1329
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1330
|
-
} | ({
|
|
1331
|
-
readonly unstyled?: boolean | undefined;
|
|
1332
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1333
|
-
} & {
|
|
1334
|
-
[x: string]: undefined;
|
|
1335
|
-
})) & ({} | {
|
|
1336
|
-
[x: string]: undefined;
|
|
1337
|
-
} | {
|
|
1338
|
-
[x: string]: undefined;
|
|
1339
|
-
}), string | number> & {
|
|
1340
|
-
[x: string]: undefined;
|
|
1341
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1037
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1342
1038
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1343
1039
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1344
1040
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1386,23 +1082,7 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1386
1082
|
[x: string]: undefined;
|
|
1387
1083
|
}), string | number> & {
|
|
1388
1084
|
[x: string]: undefined;
|
|
1389
|
-
}
|
|
1390
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1391
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1392
|
-
readonly unstyled?: boolean | undefined;
|
|
1393
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1394
|
-
} | ({
|
|
1395
|
-
readonly unstyled?: boolean | undefined;
|
|
1396
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1397
|
-
} & {
|
|
1398
|
-
[x: string]: undefined;
|
|
1399
|
-
})) & ({} | {
|
|
1400
|
-
[x: string]: undefined;
|
|
1401
|
-
} | {
|
|
1402
|
-
[x: string]: undefined;
|
|
1403
|
-
}), string | number> & {
|
|
1404
|
-
[x: string]: undefined;
|
|
1405
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1085
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1406
1086
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1407
1087
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1408
1088
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1450,23 +1130,7 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1450
1130
|
[x: string]: undefined;
|
|
1451
1131
|
}), string | number> & {
|
|
1452
1132
|
[x: string]: undefined;
|
|
1453
|
-
}
|
|
1454
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1455
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1456
|
-
readonly unstyled?: boolean | undefined;
|
|
1457
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1458
|
-
} | ({
|
|
1459
|
-
readonly unstyled?: boolean | undefined;
|
|
1460
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1461
|
-
} & {
|
|
1462
|
-
[x: string]: undefined;
|
|
1463
|
-
})) & ({} | {
|
|
1464
|
-
[x: string]: undefined;
|
|
1465
|
-
} | {
|
|
1466
|
-
[x: string]: undefined;
|
|
1467
|
-
}), string | number> & {
|
|
1468
|
-
[x: string]: undefined;
|
|
1469
|
-
}>>>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
|
|
1133
|
+
}>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
|
|
1470
1134
|
readonly unstyled?: boolean | undefined;
|
|
1471
1135
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1472
1136
|
} | ({
|
|
@@ -1528,112 +1192,28 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1528
1192
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1529
1193
|
readonly unstyled?: boolean | undefined;
|
|
1530
1194
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1531
|
-
}
|
|
1532
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1533
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1534
|
-
readonly unstyled?: boolean | undefined;
|
|
1535
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1536
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1537
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1538
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1539
|
-
readonly unstyled?: boolean | undefined;
|
|
1540
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1541
|
-
}, string | number> & {
|
|
1542
|
-
[x: string]: undefined;
|
|
1543
|
-
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1544
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1545
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1546
|
-
readonly unstyled?: boolean | undefined;
|
|
1547
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1548
|
-
}, string | number> & {
|
|
1549
|
-
[x: string]: undefined;
|
|
1550
|
-
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1551
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1552
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1553
|
-
readonly unstyled?: boolean | undefined;
|
|
1554
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1555
|
-
}, string | number> & {
|
|
1556
|
-
[x: string]: undefined;
|
|
1557
|
-
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1558
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1559
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1560
|
-
readonly unstyled?: boolean | undefined;
|
|
1561
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1562
|
-
}, string | number> & {
|
|
1563
|
-
[x: string]: undefined;
|
|
1564
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1565
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1566
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1567
|
-
readonly unstyled?: boolean | undefined;
|
|
1568
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1569
|
-
} | ({
|
|
1570
|
-
readonly unstyled?: boolean | undefined;
|
|
1571
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1572
|
-
} & {
|
|
1573
|
-
[x: string]: undefined;
|
|
1574
|
-
}), string | number> & {
|
|
1575
|
-
[x: string]: undefined;
|
|
1576
|
-
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1577
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1578
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1579
|
-
readonly unstyled?: boolean | undefined;
|
|
1580
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1581
|
-
} | ({
|
|
1582
|
-
readonly unstyled?: boolean | undefined;
|
|
1583
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1584
|
-
} & {
|
|
1585
|
-
[x: string]: undefined;
|
|
1586
|
-
}), string | number> & {
|
|
1587
|
-
[x: string]: undefined;
|
|
1588
|
-
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1195
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1589
1196
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1590
1197
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1591
1198
|
readonly unstyled?: boolean | undefined;
|
|
1592
1199
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1593
|
-
} |
|
|
1594
|
-
readonly unstyled?: boolean | undefined;
|
|
1595
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1596
|
-
} & {
|
|
1597
|
-
[x: string]: undefined;
|
|
1598
|
-
}), string | number> & {
|
|
1599
|
-
[x: string]: undefined;
|
|
1600
|
-
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1601
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1602
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1603
|
-
readonly unstyled?: boolean | undefined;
|
|
1604
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1605
|
-
} | ({
|
|
1606
|
-
readonly unstyled?: boolean | undefined;
|
|
1607
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1608
|
-
} & {
|
|
1609
|
-
[x: string]: undefined;
|
|
1610
|
-
}), string | number> & {
|
|
1611
|
-
[x: string]: undefined;
|
|
1612
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1613
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1614
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1615
|
-
readonly unstyled?: boolean | undefined;
|
|
1616
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1617
|
-
} | ({
|
|
1618
|
-
readonly unstyled?: boolean | undefined;
|
|
1619
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1620
|
-
} & {
|
|
1621
|
-
[x: string]: undefined;
|
|
1622
|
-
}), string | number> & {
|
|
1200
|
+
}, string | number> & {
|
|
1623
1201
|
[x: string]: undefined;
|
|
1624
1202
|
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1625
1203
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1626
1204
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1627
1205
|
readonly unstyled?: boolean | undefined;
|
|
1628
1206
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1629
|
-
} |
|
|
1207
|
+
}, string | number> & {
|
|
1208
|
+
[x: string]: undefined;
|
|
1209
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1210
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1211
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1630
1212
|
readonly unstyled?: boolean | undefined;
|
|
1631
1213
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1632
|
-
} & {
|
|
1633
|
-
[x: string]: undefined;
|
|
1634
|
-
}), string | number> & {
|
|
1214
|
+
}, string | number> & {
|
|
1635
1215
|
[x: string]: undefined;
|
|
1636
|
-
}>>
|
|
1216
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1637
1217
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1638
1218
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1639
1219
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1657,9 +1237,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1657
1237
|
[x: string]: undefined;
|
|
1658
1238
|
}), string | number> & {
|
|
1659
1239
|
[x: string]: undefined;
|
|
1660
|
-
}
|
|
1240
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1661
1241
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1662
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<
|
|
1242
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1663
1243
|
readonly unstyled?: boolean | undefined;
|
|
1664
1244
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1665
1245
|
} | ({
|
|
@@ -1667,15 +1247,11 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1667
1247
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1668
1248
|
} & {
|
|
1669
1249
|
[x: string]: undefined;
|
|
1670
|
-
})) & ({} | {
|
|
1671
|
-
[x: string]: undefined;
|
|
1672
|
-
} | {
|
|
1673
|
-
[x: string]: undefined;
|
|
1674
1250
|
}), string | number> & {
|
|
1675
1251
|
[x: string]: undefined;
|
|
1676
|
-
}
|
|
1252
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1677
1253
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1678
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<
|
|
1254
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1679
1255
|
readonly unstyled?: boolean | undefined;
|
|
1680
1256
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1681
1257
|
} | ({
|
|
@@ -1683,15 +1259,11 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1683
1259
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1684
1260
|
} & {
|
|
1685
1261
|
[x: string]: undefined;
|
|
1686
|
-
})) & ({} | {
|
|
1687
|
-
[x: string]: undefined;
|
|
1688
|
-
} | {
|
|
1689
|
-
[x: string]: undefined;
|
|
1690
1262
|
}), string | number> & {
|
|
1691
1263
|
[x: string]: undefined;
|
|
1692
|
-
}
|
|
1264
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1693
1265
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1694
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<
|
|
1266
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1695
1267
|
readonly unstyled?: boolean | undefined;
|
|
1696
1268
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1697
1269
|
} | ({
|
|
@@ -1699,15 +1271,11 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1699
1271
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1700
1272
|
} & {
|
|
1701
1273
|
[x: string]: undefined;
|
|
1702
|
-
})) & ({} | {
|
|
1703
|
-
[x: string]: undefined;
|
|
1704
|
-
} | {
|
|
1705
|
-
[x: string]: undefined;
|
|
1706
1274
|
}), string | number> & {
|
|
1707
1275
|
[x: string]: undefined;
|
|
1708
|
-
} & import("@tamagui/web").
|
|
1276
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1709
1277
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1710
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<
|
|
1278
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1711
1279
|
readonly unstyled?: boolean | undefined;
|
|
1712
1280
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1713
1281
|
} | ({
|
|
@@ -1715,13 +1283,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1715
1283
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1716
1284
|
} & {
|
|
1717
1285
|
[x: string]: undefined;
|
|
1718
|
-
})) & ({} | {
|
|
1719
|
-
[x: string]: undefined;
|
|
1720
|
-
} | {
|
|
1721
|
-
[x: string]: undefined;
|
|
1722
1286
|
}), string | number> & {
|
|
1723
1287
|
[x: string]: undefined;
|
|
1724
|
-
}
|
|
1288
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1725
1289
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1726
1290
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1727
1291
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1769,7 +1333,7 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1769
1333
|
[x: string]: undefined;
|
|
1770
1334
|
}), string | number> & {
|
|
1771
1335
|
[x: string]: undefined;
|
|
1772
|
-
}
|
|
1336
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1773
1337
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1774
1338
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1775
1339
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1785,7 +1349,7 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1785
1349
|
[x: string]: undefined;
|
|
1786
1350
|
}), string | number> & {
|
|
1787
1351
|
[x: string]: undefined;
|
|
1788
|
-
}
|
|
1352
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1789
1353
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1790
1354
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1791
1355
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1801,7 +1365,7 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1801
1365
|
[x: string]: undefined;
|
|
1802
1366
|
}), string | number> & {
|
|
1803
1367
|
[x: string]: undefined;
|
|
1804
|
-
} & import("@tamagui/web").
|
|
1368
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1805
1369
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1806
1370
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1807
1371
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1817,7 +1381,7 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1817
1381
|
[x: string]: undefined;
|
|
1818
1382
|
}), string | number> & {
|
|
1819
1383
|
[x: string]: undefined;
|
|
1820
|
-
}>>
|
|
1384
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1821
1385
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1822
1386
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1823
1387
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1849,7 +1413,7 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1849
1413
|
[x: string]: undefined;
|
|
1850
1414
|
}), string | number> & {
|
|
1851
1415
|
[x: string]: undefined;
|
|
1852
|
-
}
|
|
1416
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1853
1417
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1854
1418
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1855
1419
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1865,7 +1429,7 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1865
1429
|
[x: string]: undefined;
|
|
1866
1430
|
}), string | number> & {
|
|
1867
1431
|
[x: string]: undefined;
|
|
1868
|
-
}
|
|
1432
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1869
1433
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1870
1434
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1871
1435
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1881,7 +1445,7 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1881
1445
|
[x: string]: undefined;
|
|
1882
1446
|
}), string | number> & {
|
|
1883
1447
|
[x: string]: undefined;
|
|
1884
|
-
}
|
|
1448
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1885
1449
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1886
1450
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1887
1451
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1897,7 +1461,7 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1897
1461
|
[x: string]: undefined;
|
|
1898
1462
|
}), string | number> & {
|
|
1899
1463
|
[x: string]: undefined;
|
|
1900
|
-
} & import("@tamagui/web").
|
|
1464
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1901
1465
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1902
1466
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1903
1467
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1913,7 +1477,7 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1913
1477
|
[x: string]: undefined;
|
|
1914
1478
|
}), string | number> & {
|
|
1915
1479
|
[x: string]: undefined;
|
|
1916
|
-
}
|
|
1480
|
+
}>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
|
|
1917
1481
|
readonly unstyled?: boolean | undefined;
|
|
1918
1482
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1919
1483
|
} | ({
|
|
@@ -1975,12 +1539,7 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1975
1539
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1976
1540
|
readonly unstyled?: boolean | undefined;
|
|
1977
1541
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1978
|
-
}
|
|
1979
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1980
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1981
|
-
readonly unstyled?: boolean | undefined;
|
|
1982
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1983
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1542
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1984
1543
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
1985
1544
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1986
1545
|
readonly unstyled?: boolean | undefined;
|
|
@@ -2001,14 +1560,7 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
2001
1560
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2002
1561
|
}, string | number> & {
|
|
2003
1562
|
[x: string]: undefined;
|
|
2004
|
-
}
|
|
2005
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2006
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
2007
|
-
readonly unstyled?: boolean | undefined;
|
|
2008
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2009
|
-
}, string | number> & {
|
|
2010
|
-
[x: string]: undefined;
|
|
2011
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1563
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2012
1564
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2013
1565
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
2014
1566
|
readonly unstyled?: boolean | undefined;
|
|
@@ -2044,19 +1596,7 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
2044
1596
|
[x: string]: undefined;
|
|
2045
1597
|
}), string | number> & {
|
|
2046
1598
|
[x: string]: undefined;
|
|
2047
|
-
}
|
|
2048
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2049
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
2050
|
-
readonly unstyled?: boolean | undefined;
|
|
2051
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2052
|
-
} | ({
|
|
2053
|
-
readonly unstyled?: boolean | undefined;
|
|
2054
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2055
|
-
} & {
|
|
2056
|
-
[x: string]: undefined;
|
|
2057
|
-
}), string | number> & {
|
|
2058
|
-
[x: string]: undefined;
|
|
2059
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1599
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2060
1600
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2061
1601
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
2062
1602
|
readonly unstyled?: boolean | undefined;
|
|
@@ -2092,19 +1632,7 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
2092
1632
|
[x: string]: undefined;
|
|
2093
1633
|
}), string | number> & {
|
|
2094
1634
|
[x: string]: undefined;
|
|
2095
|
-
}
|
|
2096
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2097
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
2098
|
-
readonly unstyled?: boolean | undefined;
|
|
2099
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2100
|
-
} | ({
|
|
2101
|
-
readonly unstyled?: boolean | undefined;
|
|
2102
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2103
|
-
} & {
|
|
2104
|
-
[x: string]: undefined;
|
|
2105
|
-
}), string | number> & {
|
|
2106
|
-
[x: string]: undefined;
|
|
2107
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1635
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2108
1636
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2109
1637
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
2110
1638
|
readonly unstyled?: boolean | undefined;
|
|
@@ -2152,23 +1680,7 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
2152
1680
|
[x: string]: undefined;
|
|
2153
1681
|
}), string | number> & {
|
|
2154
1682
|
[x: string]: undefined;
|
|
2155
|
-
}
|
|
2156
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2157
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
2158
|
-
readonly unstyled?: boolean | undefined;
|
|
2159
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2160
|
-
} | ({
|
|
2161
|
-
readonly unstyled?: boolean | undefined;
|
|
2162
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2163
|
-
} & {
|
|
2164
|
-
[x: string]: undefined;
|
|
2165
|
-
})) & ({} | {
|
|
2166
|
-
[x: string]: undefined;
|
|
2167
|
-
} | {
|
|
2168
|
-
[x: string]: undefined;
|
|
2169
|
-
}), string | number> & {
|
|
2170
|
-
[x: string]: undefined;
|
|
2171
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1683
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2172
1684
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2173
1685
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
2174
1686
|
readonly unstyled?: boolean | undefined;
|
|
@@ -2216,23 +1728,7 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
2216
1728
|
[x: string]: undefined;
|
|
2217
1729
|
}), string | number> & {
|
|
2218
1730
|
[x: string]: undefined;
|
|
2219
|
-
}
|
|
2220
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2221
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
2222
|
-
readonly unstyled?: boolean | undefined;
|
|
2223
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2224
|
-
} | ({
|
|
2225
|
-
readonly unstyled?: boolean | undefined;
|
|
2226
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2227
|
-
} & {
|
|
2228
|
-
[x: string]: undefined;
|
|
2229
|
-
})) & ({} | {
|
|
2230
|
-
[x: string]: undefined;
|
|
2231
|
-
} | {
|
|
2232
|
-
[x: string]: undefined;
|
|
2233
|
-
}), string | number> & {
|
|
2234
|
-
[x: string]: undefined;
|
|
2235
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1731
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2236
1732
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2237
1733
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
2238
1734
|
readonly unstyled?: boolean | undefined;
|
|
@@ -2280,23 +1776,7 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
2280
1776
|
[x: string]: undefined;
|
|
2281
1777
|
}), string | number> & {
|
|
2282
1778
|
[x: string]: undefined;
|
|
2283
|
-
}
|
|
2284
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2285
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
2286
|
-
readonly unstyled?: boolean | undefined;
|
|
2287
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2288
|
-
} | ({
|
|
2289
|
-
readonly unstyled?: boolean | undefined;
|
|
2290
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2291
|
-
} & {
|
|
2292
|
-
[x: string]: undefined;
|
|
2293
|
-
})) & ({} | {
|
|
2294
|
-
[x: string]: undefined;
|
|
2295
|
-
} | {
|
|
2296
|
-
[x: string]: undefined;
|
|
2297
|
-
}), string | number> & {
|
|
2298
|
-
[x: string]: undefined;
|
|
2299
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1779
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2300
1780
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2301
1781
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
2302
1782
|
readonly unstyled?: boolean | undefined;
|
|
@@ -2344,23 +1824,7 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
2344
1824
|
[x: string]: undefined;
|
|
2345
1825
|
}), string | number> & {
|
|
2346
1826
|
[x: string]: undefined;
|
|
2347
|
-
}
|
|
2348
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2349
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
2350
|
-
readonly unstyled?: boolean | undefined;
|
|
2351
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2352
|
-
} | ({
|
|
2353
|
-
readonly unstyled?: boolean | undefined;
|
|
2354
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2355
|
-
} & {
|
|
2356
|
-
[x: string]: undefined;
|
|
2357
|
-
})) & ({} | {
|
|
2358
|
-
[x: string]: undefined;
|
|
2359
|
-
} | {
|
|
2360
|
-
[x: string]: undefined;
|
|
2361
|
-
}), string | number> & {
|
|
2362
|
-
[x: string]: undefined;
|
|
2363
|
-
}>>>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
|
|
1827
|
+
}>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
|
|
2364
1828
|
readonly unstyled?: boolean | undefined;
|
|
2365
1829
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2366
1830
|
} | ({
|
|
@@ -2422,12 +1886,7 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
2422
1886
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
2423
1887
|
readonly unstyled?: boolean | undefined;
|
|
2424
1888
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2425
|
-
}
|
|
2426
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2427
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
2428
|
-
readonly unstyled?: boolean | undefined;
|
|
2429
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2430
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1889
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2431
1890
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2432
1891
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
2433
1892
|
readonly unstyled?: boolean | undefined;
|
|
@@ -2448,14 +1907,7 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
2448
1907
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2449
1908
|
}, string | number> & {
|
|
2450
1909
|
[x: string]: undefined;
|
|
2451
|
-
}
|
|
2452
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2453
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
2454
|
-
readonly unstyled?: boolean | undefined;
|
|
2455
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2456
|
-
}, string | number> & {
|
|
2457
|
-
[x: string]: undefined;
|
|
2458
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1910
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2459
1911
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2460
1912
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
2461
1913
|
readonly unstyled?: boolean | undefined;
|
|
@@ -2491,19 +1943,7 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
2491
1943
|
[x: string]: undefined;
|
|
2492
1944
|
}), string | number> & {
|
|
2493
1945
|
[x: string]: undefined;
|
|
2494
|
-
}
|
|
2495
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2496
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
2497
|
-
readonly unstyled?: boolean | undefined;
|
|
2498
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2499
|
-
} | ({
|
|
2500
|
-
readonly unstyled?: boolean | undefined;
|
|
2501
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2502
|
-
} & {
|
|
2503
|
-
[x: string]: undefined;
|
|
2504
|
-
}), string | number> & {
|
|
2505
|
-
[x: string]: undefined;
|
|
2506
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1946
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2507
1947
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2508
1948
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
2509
1949
|
readonly unstyled?: boolean | undefined;
|
|
@@ -2539,19 +1979,7 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
2539
1979
|
[x: string]: undefined;
|
|
2540
1980
|
}), string | number> & {
|
|
2541
1981
|
[x: string]: undefined;
|
|
2542
|
-
}
|
|
2543
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2544
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
2545
|
-
readonly unstyled?: boolean | undefined;
|
|
2546
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2547
|
-
} | ({
|
|
2548
|
-
readonly unstyled?: boolean | undefined;
|
|
2549
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2550
|
-
} & {
|
|
2551
|
-
[x: string]: undefined;
|
|
2552
|
-
}), string | number> & {
|
|
2553
|
-
[x: string]: undefined;
|
|
2554
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1982
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2555
1983
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2556
1984
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
2557
1985
|
readonly unstyled?: boolean | undefined;
|
|
@@ -2599,23 +2027,7 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
2599
2027
|
[x: string]: undefined;
|
|
2600
2028
|
}), string | number> & {
|
|
2601
2029
|
[x: string]: undefined;
|
|
2602
|
-
}
|
|
2603
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2604
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
2605
|
-
readonly unstyled?: boolean | undefined;
|
|
2606
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2607
|
-
} | ({
|
|
2608
|
-
readonly unstyled?: boolean | undefined;
|
|
2609
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2610
|
-
} & {
|
|
2611
|
-
[x: string]: undefined;
|
|
2612
|
-
})) & ({} | {
|
|
2613
|
-
[x: string]: undefined;
|
|
2614
|
-
} | {
|
|
2615
|
-
[x: string]: undefined;
|
|
2616
|
-
}), string | number> & {
|
|
2617
|
-
[x: string]: undefined;
|
|
2618
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2030
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2619
2031
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2620
2032
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
2621
2033
|
readonly unstyled?: boolean | undefined;
|
|
@@ -2663,23 +2075,7 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
2663
2075
|
[x: string]: undefined;
|
|
2664
2076
|
}), string | number> & {
|
|
2665
2077
|
[x: string]: undefined;
|
|
2666
|
-
}
|
|
2667
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2668
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
2669
|
-
readonly unstyled?: boolean | undefined;
|
|
2670
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2671
|
-
} | ({
|
|
2672
|
-
readonly unstyled?: boolean | undefined;
|
|
2673
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2674
|
-
} & {
|
|
2675
|
-
[x: string]: undefined;
|
|
2676
|
-
})) & ({} | {
|
|
2677
|
-
[x: string]: undefined;
|
|
2678
|
-
} | {
|
|
2679
|
-
[x: string]: undefined;
|
|
2680
|
-
}), string | number> & {
|
|
2681
|
-
[x: string]: undefined;
|
|
2682
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2078
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2683
2079
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2684
2080
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
2685
2081
|
readonly unstyled?: boolean | undefined;
|
|
@@ -2727,23 +2123,7 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
2727
2123
|
[x: string]: undefined;
|
|
2728
2124
|
}), string | number> & {
|
|
2729
2125
|
[x: string]: undefined;
|
|
2730
|
-
}
|
|
2731
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2732
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
2733
|
-
readonly unstyled?: boolean | undefined;
|
|
2734
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2735
|
-
} | ({
|
|
2736
|
-
readonly unstyled?: boolean | undefined;
|
|
2737
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2738
|
-
} & {
|
|
2739
|
-
[x: string]: undefined;
|
|
2740
|
-
})) & ({} | {
|
|
2741
|
-
[x: string]: undefined;
|
|
2742
|
-
} | {
|
|
2743
|
-
[x: string]: undefined;
|
|
2744
|
-
}), string | number> & {
|
|
2745
|
-
[x: string]: undefined;
|
|
2746
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2126
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2747
2127
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2748
2128
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
2749
2129
|
readonly unstyled?: boolean | undefined;
|
|
@@ -2791,23 +2171,7 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
2791
2171
|
[x: string]: undefined;
|
|
2792
2172
|
}), string | number> & {
|
|
2793
2173
|
[x: string]: undefined;
|
|
2794
|
-
}
|
|
2795
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
2796
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
2797
|
-
readonly unstyled?: boolean | undefined;
|
|
2798
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2799
|
-
} | ({
|
|
2800
|
-
readonly unstyled?: boolean | undefined;
|
|
2801
|
-
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2802
|
-
} & {
|
|
2803
|
-
[x: string]: undefined;
|
|
2804
|
-
})) & ({} | {
|
|
2805
|
-
[x: string]: undefined;
|
|
2806
|
-
} | {
|
|
2807
|
-
[x: string]: undefined;
|
|
2808
|
-
}), string | number> & {
|
|
2809
|
-
[x: string]: undefined;
|
|
2810
|
-
}>>>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
|
|
2174
|
+
}>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
|
|
2811
2175
|
readonly unstyled?: boolean | undefined;
|
|
2812
2176
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
2813
2177
|
} | ({
|