@tamagui/text 1.30.20 → 1.30.21
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 +469 -156
- package/types/Headings.d.ts.map +1 -1
- package/types/Paragraph.d.ts +19 -6
- package/types/Paragraph.d.ts.map +1 -1
- package/types/SizableText.d.ts +10 -3
- package/types/SizableText.d.ts.map +1 -1
package/types/Headings.d.ts
CHANGED
|
@@ -1,29 +1,44 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { GetProps } from '@tamagui/web';
|
|
2
|
-
export declare const Heading: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
3
|
+
export declare const Heading: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
4
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
5
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
3
6
|
readonly unstyled?: boolean | undefined;
|
|
4
7
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
5
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
8
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
9
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
10
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
6
11
|
readonly unstyled?: boolean | undefined;
|
|
7
12
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
8
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
13
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
14
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
15
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
9
16
|
readonly unstyled?: boolean | undefined;
|
|
10
17
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
11
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
18
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
19
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
20
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
12
21
|
readonly unstyled?: boolean | undefined;
|
|
13
22
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
14
23
|
}, string | number> & {
|
|
15
24
|
[x: string]: undefined;
|
|
16
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
25
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
26
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
27
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
17
28
|
readonly unstyled?: boolean | undefined;
|
|
18
29
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
19
30
|
}, string | number> & {
|
|
20
31
|
[x: string]: undefined;
|
|
21
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
32
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
33
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
34
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
22
35
|
readonly unstyled?: boolean | undefined;
|
|
23
36
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
24
37
|
}, string | number> & {
|
|
25
38
|
[x: string]: undefined;
|
|
26
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
39
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
40
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
41
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
27
42
|
readonly unstyled?: boolean | undefined;
|
|
28
43
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
29
44
|
} | ({
|
|
@@ -33,7 +48,9 @@ export declare const Heading: import("@tamagui/web").TamaguiComponent<(Omit<impo
|
|
|
33
48
|
[x: string]: undefined;
|
|
34
49
|
}), string | number> & {
|
|
35
50
|
[x: string]: undefined;
|
|
36
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
51
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
52
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
53
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
37
54
|
readonly unstyled?: boolean | undefined;
|
|
38
55
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
39
56
|
} | ({
|
|
@@ -43,7 +60,9 @@ export declare const Heading: import("@tamagui/web").TamaguiComponent<(Omit<impo
|
|
|
43
60
|
[x: string]: undefined;
|
|
44
61
|
}), string | number> & {
|
|
45
62
|
[x: string]: undefined;
|
|
46
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
63
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
64
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
65
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
47
66
|
readonly unstyled?: boolean | undefined;
|
|
48
67
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
49
68
|
} | ({
|
|
@@ -53,7 +72,9 @@ export declare const Heading: import("@tamagui/web").TamaguiComponent<(Omit<impo
|
|
|
53
72
|
[x: string]: undefined;
|
|
54
73
|
}), string | number> & {
|
|
55
74
|
[x: string]: undefined;
|
|
56
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
75
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
76
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
77
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
57
78
|
readonly unstyled?: boolean | undefined;
|
|
58
79
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
59
80
|
} | ({
|
|
@@ -63,7 +84,9 @@ export declare const Heading: import("@tamagui/web").TamaguiComponent<(Omit<impo
|
|
|
63
84
|
[x: string]: undefined;
|
|
64
85
|
}), string | number> & {
|
|
65
86
|
[x: string]: undefined;
|
|
66
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
87
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
88
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
89
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
67
90
|
readonly unstyled?: boolean | undefined;
|
|
68
91
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
69
92
|
} | ({
|
|
@@ -73,7 +96,9 @@ export declare const Heading: import("@tamagui/web").TamaguiComponent<(Omit<impo
|
|
|
73
96
|
[x: string]: undefined;
|
|
74
97
|
}), string | number> & {
|
|
75
98
|
[x: string]: undefined;
|
|
76
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
99
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
100
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
101
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
77
102
|
readonly unstyled?: boolean | undefined;
|
|
78
103
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
79
104
|
} | ({
|
|
@@ -99,31 +124,45 @@ export declare const Heading: import("@tamagui/web").TamaguiComponent<(Omit<impo
|
|
|
99
124
|
displayName: string | undefined;
|
|
100
125
|
}>;
|
|
101
126
|
export type HeadingProps = GetProps<typeof Heading>;
|
|
102
|
-
export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
127
|
+
export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
128
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
129
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
103
130
|
readonly unstyled?: boolean | undefined;
|
|
104
131
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
105
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
132
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
133
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
134
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
106
135
|
readonly unstyled?: boolean | undefined;
|
|
107
136
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
108
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
137
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
138
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
139
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
109
140
|
readonly unstyled?: boolean | undefined;
|
|
110
141
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
111
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
142
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
143
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
144
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
112
145
|
readonly unstyled?: boolean | undefined;
|
|
113
146
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
114
147
|
}, string | number> & {
|
|
115
148
|
[x: string]: undefined;
|
|
116
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
149
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
150
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
151
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
117
152
|
readonly unstyled?: boolean | undefined;
|
|
118
153
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
119
154
|
}, string | number> & {
|
|
120
155
|
[x: string]: undefined;
|
|
121
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
156
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
157
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
158
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
122
159
|
readonly unstyled?: boolean | undefined;
|
|
123
160
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
124
161
|
}, string | number> & {
|
|
125
162
|
[x: string]: undefined;
|
|
126
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
163
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
164
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
165
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
127
166
|
readonly unstyled?: boolean | undefined;
|
|
128
167
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
129
168
|
} | ({
|
|
@@ -133,7 +172,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
133
172
|
[x: string]: undefined;
|
|
134
173
|
}), string | number> & {
|
|
135
174
|
[x: string]: undefined;
|
|
136
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
175
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
176
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
177
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
137
178
|
readonly unstyled?: boolean | undefined;
|
|
138
179
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
139
180
|
} | ({
|
|
@@ -143,7 +184,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
143
184
|
[x: string]: undefined;
|
|
144
185
|
}), string | number> & {
|
|
145
186
|
[x: string]: undefined;
|
|
146
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
187
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
188
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
189
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
147
190
|
readonly unstyled?: boolean | undefined;
|
|
148
191
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
149
192
|
} | ({
|
|
@@ -153,7 +196,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
153
196
|
[x: string]: undefined;
|
|
154
197
|
}), string | number> & {
|
|
155
198
|
[x: string]: undefined;
|
|
156
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
199
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
200
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
201
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
157
202
|
readonly unstyled?: boolean | undefined;
|
|
158
203
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
159
204
|
} | ({
|
|
@@ -163,7 +208,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
163
208
|
[x: string]: undefined;
|
|
164
209
|
}), string | number> & {
|
|
165
210
|
[x: string]: undefined;
|
|
166
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
211
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
212
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
213
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
167
214
|
readonly unstyled?: boolean | undefined;
|
|
168
215
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
169
216
|
} | ({
|
|
@@ -173,7 +220,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
173
220
|
[x: string]: undefined;
|
|
174
221
|
}), string | number> & {
|
|
175
222
|
[x: string]: undefined;
|
|
176
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
223
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
224
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
225
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
177
226
|
readonly unstyled?: boolean | undefined;
|
|
178
227
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
179
228
|
} | ({
|
|
@@ -183,7 +232,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
183
232
|
[x: string]: undefined;
|
|
184
233
|
}), string | number> & {
|
|
185
234
|
[x: string]: undefined;
|
|
186
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
235
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
236
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
237
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
187
238
|
readonly unstyled?: boolean | undefined;
|
|
188
239
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
189
240
|
} | ({
|
|
@@ -197,7 +248,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
197
248
|
[x: string]: undefined;
|
|
198
249
|
}), string | number> & {
|
|
199
250
|
[x: string]: undefined;
|
|
200
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
251
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
252
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
253
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
201
254
|
readonly unstyled?: boolean | undefined;
|
|
202
255
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
203
256
|
} | ({
|
|
@@ -211,7 +264,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
211
264
|
[x: string]: undefined;
|
|
212
265
|
}), string | number> & {
|
|
213
266
|
[x: string]: undefined;
|
|
214
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
267
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
268
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
269
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
215
270
|
readonly unstyled?: boolean | undefined;
|
|
216
271
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
217
272
|
} | ({
|
|
@@ -225,7 +280,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
225
280
|
[x: string]: undefined;
|
|
226
281
|
}), string | number> & {
|
|
227
282
|
[x: string]: undefined;
|
|
228
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
283
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
284
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
285
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
229
286
|
readonly unstyled?: boolean | undefined;
|
|
230
287
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
231
288
|
} | ({
|
|
@@ -239,7 +296,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
239
296
|
[x: string]: undefined;
|
|
240
297
|
}), string | number> & {
|
|
241
298
|
[x: string]: undefined;
|
|
242
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
299
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
300
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
301
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
243
302
|
readonly unstyled?: boolean | undefined;
|
|
244
303
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
245
304
|
} | ({
|
|
@@ -253,7 +312,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
253
312
|
[x: string]: undefined;
|
|
254
313
|
}), string | number> & {
|
|
255
314
|
[x: string]: undefined;
|
|
256
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
315
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
316
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
317
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
257
318
|
readonly unstyled?: boolean | undefined;
|
|
258
319
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
259
320
|
} | ({
|
|
@@ -267,7 +328,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
267
328
|
[x: string]: undefined;
|
|
268
329
|
}), string | number> & {
|
|
269
330
|
[x: string]: undefined;
|
|
270
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
331
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
332
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
333
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
271
334
|
readonly unstyled?: boolean | undefined;
|
|
272
335
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
273
336
|
} | ({
|
|
@@ -281,7 +344,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
281
344
|
[x: string]: undefined;
|
|
282
345
|
}), string | number> & {
|
|
283
346
|
[x: string]: undefined;
|
|
284
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
347
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
348
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
349
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
285
350
|
readonly unstyled?: boolean | undefined;
|
|
286
351
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
287
352
|
} | ({
|
|
@@ -295,7 +360,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
295
360
|
[x: string]: undefined;
|
|
296
361
|
}), string | number> & {
|
|
297
362
|
[x: string]: undefined;
|
|
298
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
363
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
364
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
365
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
299
366
|
readonly unstyled?: boolean | undefined;
|
|
300
367
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
301
368
|
} | ({
|
|
@@ -309,7 +376,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
309
376
|
[x: string]: undefined;
|
|
310
377
|
}), string | number> & {
|
|
311
378
|
[x: string]: undefined;
|
|
312
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
379
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
380
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
381
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
313
382
|
readonly unstyled?: boolean | undefined;
|
|
314
383
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
315
384
|
} | ({
|
|
@@ -323,7 +392,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
323
392
|
[x: string]: undefined;
|
|
324
393
|
}), string | number> & {
|
|
325
394
|
[x: string]: undefined;
|
|
326
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
395
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
396
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
397
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
327
398
|
readonly unstyled?: boolean | undefined;
|
|
328
399
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
329
400
|
} | ({
|
|
@@ -337,7 +408,9 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
337
408
|
[x: string]: undefined;
|
|
338
409
|
}), string | number> & {
|
|
339
410
|
[x: string]: undefined;
|
|
340
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
411
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
412
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
413
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
341
414
|
readonly unstyled?: boolean | undefined;
|
|
342
415
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
343
416
|
} | ({
|
|
@@ -374,31 +447,45 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
374
447
|
}), {
|
|
375
448
|
displayName: string | undefined;
|
|
376
449
|
}>;
|
|
377
|
-
export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
450
|
+
export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
451
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
452
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
378
453
|
readonly unstyled?: boolean | undefined;
|
|
379
454
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
380
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
455
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
456
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
457
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
381
458
|
readonly unstyled?: boolean | undefined;
|
|
382
459
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
383
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
460
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
461
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
462
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
384
463
|
readonly unstyled?: boolean | undefined;
|
|
385
464
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
386
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
465
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
466
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
467
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
387
468
|
readonly unstyled?: boolean | undefined;
|
|
388
469
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
389
470
|
}, string | number> & {
|
|
390
471
|
[x: string]: undefined;
|
|
391
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
472
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
473
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
474
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
392
475
|
readonly unstyled?: boolean | undefined;
|
|
393
476
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
394
477
|
}, string | number> & {
|
|
395
478
|
[x: string]: undefined;
|
|
396
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
479
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
480
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
481
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
397
482
|
readonly unstyled?: boolean | undefined;
|
|
398
483
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
399
484
|
}, string | number> & {
|
|
400
485
|
[x: string]: undefined;
|
|
401
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
486
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
487
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
488
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
402
489
|
readonly unstyled?: boolean | undefined;
|
|
403
490
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
404
491
|
} | ({
|
|
@@ -408,7 +495,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
408
495
|
[x: string]: undefined;
|
|
409
496
|
}), string | number> & {
|
|
410
497
|
[x: string]: undefined;
|
|
411
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
498
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
499
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
500
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
412
501
|
readonly unstyled?: boolean | undefined;
|
|
413
502
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
414
503
|
} | ({
|
|
@@ -418,7 +507,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
418
507
|
[x: string]: undefined;
|
|
419
508
|
}), string | number> & {
|
|
420
509
|
[x: string]: undefined;
|
|
421
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
510
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
511
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
512
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
422
513
|
readonly unstyled?: boolean | undefined;
|
|
423
514
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
424
515
|
} | ({
|
|
@@ -428,7 +519,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
428
519
|
[x: string]: undefined;
|
|
429
520
|
}), string | number> & {
|
|
430
521
|
[x: string]: undefined;
|
|
431
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
522
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
523
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
524
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
432
525
|
readonly unstyled?: boolean | undefined;
|
|
433
526
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
434
527
|
} | ({
|
|
@@ -438,7 +531,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
438
531
|
[x: string]: undefined;
|
|
439
532
|
}), string | number> & {
|
|
440
533
|
[x: string]: undefined;
|
|
441
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
534
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
535
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
536
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
442
537
|
readonly unstyled?: boolean | undefined;
|
|
443
538
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
444
539
|
} | ({
|
|
@@ -448,7 +543,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
448
543
|
[x: string]: undefined;
|
|
449
544
|
}), string | number> & {
|
|
450
545
|
[x: string]: undefined;
|
|
451
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
546
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
547
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
548
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
452
549
|
readonly unstyled?: boolean | undefined;
|
|
453
550
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
454
551
|
} | ({
|
|
@@ -458,7 +555,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
458
555
|
[x: string]: undefined;
|
|
459
556
|
}), string | number> & {
|
|
460
557
|
[x: string]: undefined;
|
|
461
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
558
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
559
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
560
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
462
561
|
readonly unstyled?: boolean | undefined;
|
|
463
562
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
464
563
|
} | ({
|
|
@@ -472,7 +571,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
472
571
|
[x: string]: undefined;
|
|
473
572
|
}), string | number> & {
|
|
474
573
|
[x: string]: undefined;
|
|
475
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
574
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
575
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
576
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
476
577
|
readonly unstyled?: boolean | undefined;
|
|
477
578
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
478
579
|
} | ({
|
|
@@ -486,7 +587,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
486
587
|
[x: string]: undefined;
|
|
487
588
|
}), string | number> & {
|
|
488
589
|
[x: string]: undefined;
|
|
489
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
590
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
591
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
592
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
490
593
|
readonly unstyled?: boolean | undefined;
|
|
491
594
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
492
595
|
} | ({
|
|
@@ -500,7 +603,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
500
603
|
[x: string]: undefined;
|
|
501
604
|
}), string | number> & {
|
|
502
605
|
[x: string]: undefined;
|
|
503
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
606
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
607
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
608
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
504
609
|
readonly unstyled?: boolean | undefined;
|
|
505
610
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
506
611
|
} | ({
|
|
@@ -514,7 +619,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
514
619
|
[x: string]: undefined;
|
|
515
620
|
}), string | number> & {
|
|
516
621
|
[x: string]: undefined;
|
|
517
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
622
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
623
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
624
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
518
625
|
readonly unstyled?: boolean | undefined;
|
|
519
626
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
520
627
|
} | ({
|
|
@@ -528,7 +635,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
528
635
|
[x: string]: undefined;
|
|
529
636
|
}), string | number> & {
|
|
530
637
|
[x: string]: undefined;
|
|
531
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
638
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
639
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
640
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
532
641
|
readonly unstyled?: boolean | undefined;
|
|
533
642
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
534
643
|
} | ({
|
|
@@ -542,7 +651,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
542
651
|
[x: string]: undefined;
|
|
543
652
|
}), string | number> & {
|
|
544
653
|
[x: string]: undefined;
|
|
545
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
654
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
655
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
656
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
546
657
|
readonly unstyled?: boolean | undefined;
|
|
547
658
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
548
659
|
} | ({
|
|
@@ -556,7 +667,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
556
667
|
[x: string]: undefined;
|
|
557
668
|
}), string | number> & {
|
|
558
669
|
[x: string]: undefined;
|
|
559
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
670
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
671
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
672
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
560
673
|
readonly unstyled?: boolean | undefined;
|
|
561
674
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
562
675
|
} | ({
|
|
@@ -570,7 +683,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
570
683
|
[x: string]: undefined;
|
|
571
684
|
}), string | number> & {
|
|
572
685
|
[x: string]: undefined;
|
|
573
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
686
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
687
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
688
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
574
689
|
readonly unstyled?: boolean | undefined;
|
|
575
690
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
576
691
|
} | ({
|
|
@@ -584,7 +699,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
584
699
|
[x: string]: undefined;
|
|
585
700
|
}), string | number> & {
|
|
586
701
|
[x: string]: undefined;
|
|
587
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
702
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
703
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
704
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
588
705
|
readonly unstyled?: boolean | undefined;
|
|
589
706
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
590
707
|
} | ({
|
|
@@ -598,7 +715,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
598
715
|
[x: string]: undefined;
|
|
599
716
|
}), string | number> & {
|
|
600
717
|
[x: string]: undefined;
|
|
601
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
718
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
719
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
720
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
602
721
|
readonly unstyled?: boolean | undefined;
|
|
603
722
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
604
723
|
} | ({
|
|
@@ -612,7 +731,9 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
612
731
|
[x: string]: undefined;
|
|
613
732
|
}), string | number> & {
|
|
614
733
|
[x: string]: undefined;
|
|
615
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
734
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
735
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
736
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
616
737
|
readonly unstyled?: boolean | undefined;
|
|
617
738
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
618
739
|
} | ({
|
|
@@ -649,31 +770,45 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
649
770
|
}), {
|
|
650
771
|
displayName: string | undefined;
|
|
651
772
|
}>;
|
|
652
|
-
export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
773
|
+
export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
774
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
775
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
653
776
|
readonly unstyled?: boolean | undefined;
|
|
654
777
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
655
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
778
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
779
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
780
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
656
781
|
readonly unstyled?: boolean | undefined;
|
|
657
782
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
658
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
783
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
784
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
785
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
659
786
|
readonly unstyled?: boolean | undefined;
|
|
660
787
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
661
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
788
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
789
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
790
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
662
791
|
readonly unstyled?: boolean | undefined;
|
|
663
792
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
664
793
|
}, string | number> & {
|
|
665
794
|
[x: string]: undefined;
|
|
666
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
795
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
796
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
797
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
667
798
|
readonly unstyled?: boolean | undefined;
|
|
668
799
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
669
800
|
}, string | number> & {
|
|
670
801
|
[x: string]: undefined;
|
|
671
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
802
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
803
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
804
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
672
805
|
readonly unstyled?: boolean | undefined;
|
|
673
806
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
674
807
|
}, string | number> & {
|
|
675
808
|
[x: string]: undefined;
|
|
676
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
809
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
810
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
811
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
677
812
|
readonly unstyled?: boolean | undefined;
|
|
678
813
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
679
814
|
} | ({
|
|
@@ -683,7 +818,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
683
818
|
[x: string]: undefined;
|
|
684
819
|
}), string | number> & {
|
|
685
820
|
[x: string]: undefined;
|
|
686
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
821
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
822
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
823
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
687
824
|
readonly unstyled?: boolean | undefined;
|
|
688
825
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
689
826
|
} | ({
|
|
@@ -693,7 +830,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
693
830
|
[x: string]: undefined;
|
|
694
831
|
}), string | number> & {
|
|
695
832
|
[x: string]: undefined;
|
|
696
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
833
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
834
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
835
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
697
836
|
readonly unstyled?: boolean | undefined;
|
|
698
837
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
699
838
|
} | ({
|
|
@@ -703,7 +842,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
703
842
|
[x: string]: undefined;
|
|
704
843
|
}), string | number> & {
|
|
705
844
|
[x: string]: undefined;
|
|
706
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
845
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
846
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
847
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
707
848
|
readonly unstyled?: boolean | undefined;
|
|
708
849
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
709
850
|
} | ({
|
|
@@ -713,7 +854,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
713
854
|
[x: string]: undefined;
|
|
714
855
|
}), string | number> & {
|
|
715
856
|
[x: string]: undefined;
|
|
716
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
857
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
858
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
859
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
717
860
|
readonly unstyled?: boolean | undefined;
|
|
718
861
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
719
862
|
} | ({
|
|
@@ -723,7 +866,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
723
866
|
[x: string]: undefined;
|
|
724
867
|
}), string | number> & {
|
|
725
868
|
[x: string]: undefined;
|
|
726
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
869
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
870
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
871
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
727
872
|
readonly unstyled?: boolean | undefined;
|
|
728
873
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
729
874
|
} | ({
|
|
@@ -733,7 +878,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
733
878
|
[x: string]: undefined;
|
|
734
879
|
}), string | number> & {
|
|
735
880
|
[x: string]: undefined;
|
|
736
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
881
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
882
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
883
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
737
884
|
readonly unstyled?: boolean | undefined;
|
|
738
885
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
739
886
|
} | ({
|
|
@@ -747,7 +894,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
747
894
|
[x: string]: undefined;
|
|
748
895
|
}), string | number> & {
|
|
749
896
|
[x: string]: undefined;
|
|
750
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
897
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
898
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
899
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
751
900
|
readonly unstyled?: boolean | undefined;
|
|
752
901
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
753
902
|
} | ({
|
|
@@ -761,7 +910,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
761
910
|
[x: string]: undefined;
|
|
762
911
|
}), string | number> & {
|
|
763
912
|
[x: string]: undefined;
|
|
764
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
913
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
914
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
915
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
765
916
|
readonly unstyled?: boolean | undefined;
|
|
766
917
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
767
918
|
} | ({
|
|
@@ -775,7 +926,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
775
926
|
[x: string]: undefined;
|
|
776
927
|
}), string | number> & {
|
|
777
928
|
[x: string]: undefined;
|
|
778
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
929
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
930
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
931
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
779
932
|
readonly unstyled?: boolean | undefined;
|
|
780
933
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
781
934
|
} | ({
|
|
@@ -789,7 +942,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
789
942
|
[x: string]: undefined;
|
|
790
943
|
}), string | number> & {
|
|
791
944
|
[x: string]: undefined;
|
|
792
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
945
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
946
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
947
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
793
948
|
readonly unstyled?: boolean | undefined;
|
|
794
949
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
795
950
|
} | ({
|
|
@@ -803,7 +958,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
803
958
|
[x: string]: undefined;
|
|
804
959
|
}), string | number> & {
|
|
805
960
|
[x: string]: undefined;
|
|
806
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
961
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
962
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
963
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
807
964
|
readonly unstyled?: boolean | undefined;
|
|
808
965
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
809
966
|
} | ({
|
|
@@ -817,7 +974,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
817
974
|
[x: string]: undefined;
|
|
818
975
|
}), string | number> & {
|
|
819
976
|
[x: string]: undefined;
|
|
820
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
977
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
978
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
979
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
821
980
|
readonly unstyled?: boolean | undefined;
|
|
822
981
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
823
982
|
} | ({
|
|
@@ -831,7 +990,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
831
990
|
[x: string]: undefined;
|
|
832
991
|
}), string | number> & {
|
|
833
992
|
[x: string]: undefined;
|
|
834
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
993
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
994
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
995
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
835
996
|
readonly unstyled?: boolean | undefined;
|
|
836
997
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
837
998
|
} | ({
|
|
@@ -845,7 +1006,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
845
1006
|
[x: string]: undefined;
|
|
846
1007
|
}), string | number> & {
|
|
847
1008
|
[x: string]: undefined;
|
|
848
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1009
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1010
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1011
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
849
1012
|
readonly unstyled?: boolean | undefined;
|
|
850
1013
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
851
1014
|
} | ({
|
|
@@ -859,7 +1022,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
859
1022
|
[x: string]: undefined;
|
|
860
1023
|
}), string | number> & {
|
|
861
1024
|
[x: string]: undefined;
|
|
862
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1025
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1026
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1027
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
863
1028
|
readonly unstyled?: boolean | undefined;
|
|
864
1029
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
865
1030
|
} | ({
|
|
@@ -873,7 +1038,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
873
1038
|
[x: string]: undefined;
|
|
874
1039
|
}), string | number> & {
|
|
875
1040
|
[x: string]: undefined;
|
|
876
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1041
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1042
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1043
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
877
1044
|
readonly unstyled?: boolean | undefined;
|
|
878
1045
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
879
1046
|
} | ({
|
|
@@ -887,7 +1054,9 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
887
1054
|
[x: string]: undefined;
|
|
888
1055
|
}), string | number> & {
|
|
889
1056
|
[x: string]: undefined;
|
|
890
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1057
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1058
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1059
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
891
1060
|
readonly unstyled?: boolean | undefined;
|
|
892
1061
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
893
1062
|
} | ({
|
|
@@ -924,31 +1093,45 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
924
1093
|
}), {
|
|
925
1094
|
displayName: string | undefined;
|
|
926
1095
|
}>;
|
|
927
|
-
export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1096
|
+
export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1097
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1098
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
928
1099
|
readonly unstyled?: boolean | undefined;
|
|
929
1100
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
930
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1101
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1102
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1103
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
931
1104
|
readonly unstyled?: boolean | undefined;
|
|
932
1105
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
933
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1106
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1107
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1108
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
934
1109
|
readonly unstyled?: boolean | undefined;
|
|
935
1110
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
936
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1111
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1112
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1113
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
937
1114
|
readonly unstyled?: boolean | undefined;
|
|
938
1115
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
939
1116
|
}, string | number> & {
|
|
940
1117
|
[x: string]: undefined;
|
|
941
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1118
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1119
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1120
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
942
1121
|
readonly unstyled?: boolean | undefined;
|
|
943
1122
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
944
1123
|
}, string | number> & {
|
|
945
1124
|
[x: string]: undefined;
|
|
946
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1125
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1126
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1127
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
947
1128
|
readonly unstyled?: boolean | undefined;
|
|
948
1129
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
949
1130
|
}, string | number> & {
|
|
950
1131
|
[x: string]: undefined;
|
|
951
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1132
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1133
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1134
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
952
1135
|
readonly unstyled?: boolean | undefined;
|
|
953
1136
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
954
1137
|
} | ({
|
|
@@ -958,7 +1141,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
958
1141
|
[x: string]: undefined;
|
|
959
1142
|
}), string | number> & {
|
|
960
1143
|
[x: string]: undefined;
|
|
961
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1144
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1145
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1146
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
962
1147
|
readonly unstyled?: boolean | undefined;
|
|
963
1148
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
964
1149
|
} | ({
|
|
@@ -968,7 +1153,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
968
1153
|
[x: string]: undefined;
|
|
969
1154
|
}), string | number> & {
|
|
970
1155
|
[x: string]: undefined;
|
|
971
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1156
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1157
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1158
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
972
1159
|
readonly unstyled?: boolean | undefined;
|
|
973
1160
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
974
1161
|
} | ({
|
|
@@ -978,7 +1165,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
978
1165
|
[x: string]: undefined;
|
|
979
1166
|
}), string | number> & {
|
|
980
1167
|
[x: string]: undefined;
|
|
981
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1168
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1169
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1170
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
982
1171
|
readonly unstyled?: boolean | undefined;
|
|
983
1172
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
984
1173
|
} | ({
|
|
@@ -988,7 +1177,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
988
1177
|
[x: string]: undefined;
|
|
989
1178
|
}), string | number> & {
|
|
990
1179
|
[x: string]: undefined;
|
|
991
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1180
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1181
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1182
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
992
1183
|
readonly unstyled?: boolean | undefined;
|
|
993
1184
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
994
1185
|
} | ({
|
|
@@ -998,7 +1189,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
998
1189
|
[x: string]: undefined;
|
|
999
1190
|
}), string | number> & {
|
|
1000
1191
|
[x: string]: undefined;
|
|
1001
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1192
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1193
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1194
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1002
1195
|
readonly unstyled?: boolean | undefined;
|
|
1003
1196
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1004
1197
|
} | ({
|
|
@@ -1008,7 +1201,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1008
1201
|
[x: string]: undefined;
|
|
1009
1202
|
}), string | number> & {
|
|
1010
1203
|
[x: string]: undefined;
|
|
1011
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1204
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1205
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1206
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1012
1207
|
readonly unstyled?: boolean | undefined;
|
|
1013
1208
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1014
1209
|
} | ({
|
|
@@ -1022,7 +1217,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1022
1217
|
[x: string]: undefined;
|
|
1023
1218
|
}), string | number> & {
|
|
1024
1219
|
[x: string]: undefined;
|
|
1025
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1220
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1221
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1222
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1026
1223
|
readonly unstyled?: boolean | undefined;
|
|
1027
1224
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1028
1225
|
} | ({
|
|
@@ -1036,7 +1233,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1036
1233
|
[x: string]: undefined;
|
|
1037
1234
|
}), string | number> & {
|
|
1038
1235
|
[x: string]: undefined;
|
|
1039
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1236
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1237
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1238
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1040
1239
|
readonly unstyled?: boolean | undefined;
|
|
1041
1240
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1042
1241
|
} | ({
|
|
@@ -1050,7 +1249,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1050
1249
|
[x: string]: undefined;
|
|
1051
1250
|
}), string | number> & {
|
|
1052
1251
|
[x: string]: undefined;
|
|
1053
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1252
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1253
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1254
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1054
1255
|
readonly unstyled?: boolean | undefined;
|
|
1055
1256
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1056
1257
|
} | ({
|
|
@@ -1064,7 +1265,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1064
1265
|
[x: string]: undefined;
|
|
1065
1266
|
}), string | number> & {
|
|
1066
1267
|
[x: string]: undefined;
|
|
1067
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1268
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1269
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1270
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1068
1271
|
readonly unstyled?: boolean | undefined;
|
|
1069
1272
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1070
1273
|
} | ({
|
|
@@ -1078,7 +1281,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1078
1281
|
[x: string]: undefined;
|
|
1079
1282
|
}), string | number> & {
|
|
1080
1283
|
[x: string]: undefined;
|
|
1081
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1284
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1285
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1286
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1082
1287
|
readonly unstyled?: boolean | undefined;
|
|
1083
1288
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1084
1289
|
} | ({
|
|
@@ -1092,7 +1297,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1092
1297
|
[x: string]: undefined;
|
|
1093
1298
|
}), string | number> & {
|
|
1094
1299
|
[x: string]: undefined;
|
|
1095
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1300
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1301
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1302
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1096
1303
|
readonly unstyled?: boolean | undefined;
|
|
1097
1304
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1098
1305
|
} | ({
|
|
@@ -1106,7 +1313,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1106
1313
|
[x: string]: undefined;
|
|
1107
1314
|
}), string | number> & {
|
|
1108
1315
|
[x: string]: undefined;
|
|
1109
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1316
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1317
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1318
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1110
1319
|
readonly unstyled?: boolean | undefined;
|
|
1111
1320
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1112
1321
|
} | ({
|
|
@@ -1120,7 +1329,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1120
1329
|
[x: string]: undefined;
|
|
1121
1330
|
}), string | number> & {
|
|
1122
1331
|
[x: string]: undefined;
|
|
1123
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1332
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1333
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1334
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1124
1335
|
readonly unstyled?: boolean | undefined;
|
|
1125
1336
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1126
1337
|
} | ({
|
|
@@ -1134,7 +1345,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1134
1345
|
[x: string]: undefined;
|
|
1135
1346
|
}), string | number> & {
|
|
1136
1347
|
[x: string]: undefined;
|
|
1137
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1348
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1349
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1350
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1138
1351
|
readonly unstyled?: boolean | undefined;
|
|
1139
1352
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1140
1353
|
} | ({
|
|
@@ -1148,7 +1361,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1148
1361
|
[x: string]: undefined;
|
|
1149
1362
|
}), string | number> & {
|
|
1150
1363
|
[x: string]: undefined;
|
|
1151
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1364
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1365
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1366
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1152
1367
|
readonly unstyled?: boolean | undefined;
|
|
1153
1368
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1154
1369
|
} | ({
|
|
@@ -1162,7 +1377,9 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1162
1377
|
[x: string]: undefined;
|
|
1163
1378
|
}), string | number> & {
|
|
1164
1379
|
[x: string]: undefined;
|
|
1165
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1380
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1381
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1382
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1166
1383
|
readonly unstyled?: boolean | undefined;
|
|
1167
1384
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1168
1385
|
} | ({
|
|
@@ -1199,31 +1416,45 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1199
1416
|
}), {
|
|
1200
1417
|
displayName: string | undefined;
|
|
1201
1418
|
}>;
|
|
1202
|
-
export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1419
|
+
export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1420
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1421
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1203
1422
|
readonly unstyled?: boolean | undefined;
|
|
1204
1423
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1205
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1424
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1425
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1426
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1206
1427
|
readonly unstyled?: boolean | undefined;
|
|
1207
1428
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1208
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1429
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1430
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1431
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1209
1432
|
readonly unstyled?: boolean | undefined;
|
|
1210
1433
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1211
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1434
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1435
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1436
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1212
1437
|
readonly unstyled?: boolean | undefined;
|
|
1213
1438
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1214
1439
|
}, string | number> & {
|
|
1215
1440
|
[x: string]: undefined;
|
|
1216
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1441
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1442
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1443
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1217
1444
|
readonly unstyled?: boolean | undefined;
|
|
1218
1445
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1219
1446
|
}, string | number> & {
|
|
1220
1447
|
[x: string]: undefined;
|
|
1221
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1448
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1449
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1450
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1222
1451
|
readonly unstyled?: boolean | undefined;
|
|
1223
1452
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1224
1453
|
}, string | number> & {
|
|
1225
1454
|
[x: string]: undefined;
|
|
1226
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1455
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1456
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1457
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1227
1458
|
readonly unstyled?: boolean | undefined;
|
|
1228
1459
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1229
1460
|
} | ({
|
|
@@ -1233,7 +1464,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1233
1464
|
[x: string]: undefined;
|
|
1234
1465
|
}), string | number> & {
|
|
1235
1466
|
[x: string]: undefined;
|
|
1236
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1467
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1468
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1469
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1237
1470
|
readonly unstyled?: boolean | undefined;
|
|
1238
1471
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1239
1472
|
} | ({
|
|
@@ -1243,7 +1476,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1243
1476
|
[x: string]: undefined;
|
|
1244
1477
|
}), string | number> & {
|
|
1245
1478
|
[x: string]: undefined;
|
|
1246
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1479
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1480
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1481
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1247
1482
|
readonly unstyled?: boolean | undefined;
|
|
1248
1483
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1249
1484
|
} | ({
|
|
@@ -1253,7 +1488,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1253
1488
|
[x: string]: undefined;
|
|
1254
1489
|
}), string | number> & {
|
|
1255
1490
|
[x: string]: undefined;
|
|
1256
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1491
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1492
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1493
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1257
1494
|
readonly unstyled?: boolean | undefined;
|
|
1258
1495
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1259
1496
|
} | ({
|
|
@@ -1263,7 +1500,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1263
1500
|
[x: string]: undefined;
|
|
1264
1501
|
}), string | number> & {
|
|
1265
1502
|
[x: string]: undefined;
|
|
1266
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1503
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1504
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1505
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1267
1506
|
readonly unstyled?: boolean | undefined;
|
|
1268
1507
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1269
1508
|
} | ({
|
|
@@ -1273,7 +1512,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1273
1512
|
[x: string]: undefined;
|
|
1274
1513
|
}), string | number> & {
|
|
1275
1514
|
[x: string]: undefined;
|
|
1276
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1515
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1516
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1517
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1277
1518
|
readonly unstyled?: boolean | undefined;
|
|
1278
1519
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1279
1520
|
} | ({
|
|
@@ -1283,7 +1524,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1283
1524
|
[x: string]: undefined;
|
|
1284
1525
|
}), string | number> & {
|
|
1285
1526
|
[x: string]: undefined;
|
|
1286
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1527
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1528
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1529
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1287
1530
|
readonly unstyled?: boolean | undefined;
|
|
1288
1531
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1289
1532
|
} | ({
|
|
@@ -1297,7 +1540,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1297
1540
|
[x: string]: undefined;
|
|
1298
1541
|
}), string | number> & {
|
|
1299
1542
|
[x: string]: undefined;
|
|
1300
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1543
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1544
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1545
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1301
1546
|
readonly unstyled?: boolean | undefined;
|
|
1302
1547
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1303
1548
|
} | ({
|
|
@@ -1311,7 +1556,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1311
1556
|
[x: string]: undefined;
|
|
1312
1557
|
}), string | number> & {
|
|
1313
1558
|
[x: string]: undefined;
|
|
1314
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1559
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1560
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1561
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1315
1562
|
readonly unstyled?: boolean | undefined;
|
|
1316
1563
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1317
1564
|
} | ({
|
|
@@ -1325,7 +1572,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1325
1572
|
[x: string]: undefined;
|
|
1326
1573
|
}), string | number> & {
|
|
1327
1574
|
[x: string]: undefined;
|
|
1328
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1575
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1576
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1577
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1329
1578
|
readonly unstyled?: boolean | undefined;
|
|
1330
1579
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1331
1580
|
} | ({
|
|
@@ -1339,7 +1588,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1339
1588
|
[x: string]: undefined;
|
|
1340
1589
|
}), string | number> & {
|
|
1341
1590
|
[x: string]: undefined;
|
|
1342
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1591
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1592
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1593
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1343
1594
|
readonly unstyled?: boolean | undefined;
|
|
1344
1595
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1345
1596
|
} | ({
|
|
@@ -1353,7 +1604,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1353
1604
|
[x: string]: undefined;
|
|
1354
1605
|
}), string | number> & {
|
|
1355
1606
|
[x: string]: undefined;
|
|
1356
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1607
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1608
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1609
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1357
1610
|
readonly unstyled?: boolean | undefined;
|
|
1358
1611
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1359
1612
|
} | ({
|
|
@@ -1367,7 +1620,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1367
1620
|
[x: string]: undefined;
|
|
1368
1621
|
}), string | number> & {
|
|
1369
1622
|
[x: string]: undefined;
|
|
1370
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1623
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1624
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1625
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1371
1626
|
readonly unstyled?: boolean | undefined;
|
|
1372
1627
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1373
1628
|
} | ({
|
|
@@ -1381,7 +1636,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1381
1636
|
[x: string]: undefined;
|
|
1382
1637
|
}), string | number> & {
|
|
1383
1638
|
[x: string]: undefined;
|
|
1384
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1639
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1640
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1641
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1385
1642
|
readonly unstyled?: boolean | undefined;
|
|
1386
1643
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1387
1644
|
} | ({
|
|
@@ -1395,7 +1652,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1395
1652
|
[x: string]: undefined;
|
|
1396
1653
|
}), string | number> & {
|
|
1397
1654
|
[x: string]: undefined;
|
|
1398
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1655
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1656
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1657
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1399
1658
|
readonly unstyled?: boolean | undefined;
|
|
1400
1659
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1401
1660
|
} | ({
|
|
@@ -1409,7 +1668,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1409
1668
|
[x: string]: undefined;
|
|
1410
1669
|
}), string | number> & {
|
|
1411
1670
|
[x: string]: undefined;
|
|
1412
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1671
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1672
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1673
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1413
1674
|
readonly unstyled?: boolean | undefined;
|
|
1414
1675
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1415
1676
|
} | ({
|
|
@@ -1423,7 +1684,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1423
1684
|
[x: string]: undefined;
|
|
1424
1685
|
}), string | number> & {
|
|
1425
1686
|
[x: string]: undefined;
|
|
1426
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1687
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1688
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1689
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1427
1690
|
readonly unstyled?: boolean | undefined;
|
|
1428
1691
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1429
1692
|
} | ({
|
|
@@ -1437,7 +1700,9 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1437
1700
|
[x: string]: undefined;
|
|
1438
1701
|
}), string | number> & {
|
|
1439
1702
|
[x: string]: undefined;
|
|
1440
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1703
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1704
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1705
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1441
1706
|
readonly unstyled?: boolean | undefined;
|
|
1442
1707
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1443
1708
|
} | ({
|
|
@@ -1474,31 +1739,45 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1474
1739
|
}), {
|
|
1475
1740
|
displayName: string | undefined;
|
|
1476
1741
|
}>;
|
|
1477
|
-
export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1742
|
+
export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1743
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1744
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1478
1745
|
readonly unstyled?: boolean | undefined;
|
|
1479
1746
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1480
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1747
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1748
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1749
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1481
1750
|
readonly unstyled?: boolean | undefined;
|
|
1482
1751
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1483
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1752
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1753
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1754
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1484
1755
|
readonly unstyled?: boolean | undefined;
|
|
1485
1756
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1486
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1757
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1758
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1759
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1487
1760
|
readonly unstyled?: boolean | undefined;
|
|
1488
1761
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1489
1762
|
}, string | number> & {
|
|
1490
1763
|
[x: string]: undefined;
|
|
1491
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1764
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1765
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1766
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1492
1767
|
readonly unstyled?: boolean | undefined;
|
|
1493
1768
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1494
1769
|
}, string | number> & {
|
|
1495
1770
|
[x: string]: undefined;
|
|
1496
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1771
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1772
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1773
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1497
1774
|
readonly unstyled?: boolean | undefined;
|
|
1498
1775
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1499
1776
|
}, string | number> & {
|
|
1500
1777
|
[x: string]: undefined;
|
|
1501
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1778
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1779
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1780
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1502
1781
|
readonly unstyled?: boolean | undefined;
|
|
1503
1782
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1504
1783
|
} | ({
|
|
@@ -1508,7 +1787,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1508
1787
|
[x: string]: undefined;
|
|
1509
1788
|
}), string | number> & {
|
|
1510
1789
|
[x: string]: undefined;
|
|
1511
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1790
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1791
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1792
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1512
1793
|
readonly unstyled?: boolean | undefined;
|
|
1513
1794
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1514
1795
|
} | ({
|
|
@@ -1518,7 +1799,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1518
1799
|
[x: string]: undefined;
|
|
1519
1800
|
}), string | number> & {
|
|
1520
1801
|
[x: string]: undefined;
|
|
1521
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1802
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1803
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1804
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1522
1805
|
readonly unstyled?: boolean | undefined;
|
|
1523
1806
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1524
1807
|
} | ({
|
|
@@ -1528,7 +1811,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1528
1811
|
[x: string]: undefined;
|
|
1529
1812
|
}), string | number> & {
|
|
1530
1813
|
[x: string]: undefined;
|
|
1531
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1814
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1815
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1816
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1532
1817
|
readonly unstyled?: boolean | undefined;
|
|
1533
1818
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1534
1819
|
} | ({
|
|
@@ -1538,7 +1823,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1538
1823
|
[x: string]: undefined;
|
|
1539
1824
|
}), string | number> & {
|
|
1540
1825
|
[x: string]: undefined;
|
|
1541
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1826
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1827
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1828
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1542
1829
|
readonly unstyled?: boolean | undefined;
|
|
1543
1830
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1544
1831
|
} | ({
|
|
@@ -1548,7 +1835,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1548
1835
|
[x: string]: undefined;
|
|
1549
1836
|
}), string | number> & {
|
|
1550
1837
|
[x: string]: undefined;
|
|
1551
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1838
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1839
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1840
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1552
1841
|
readonly unstyled?: boolean | undefined;
|
|
1553
1842
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1554
1843
|
} | ({
|
|
@@ -1558,7 +1847,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1558
1847
|
[x: string]: undefined;
|
|
1559
1848
|
}), string | number> & {
|
|
1560
1849
|
[x: string]: undefined;
|
|
1561
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1850
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1851
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1852
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1562
1853
|
readonly unstyled?: boolean | undefined;
|
|
1563
1854
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1564
1855
|
} | ({
|
|
@@ -1572,7 +1863,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1572
1863
|
[x: string]: undefined;
|
|
1573
1864
|
}), string | number> & {
|
|
1574
1865
|
[x: string]: undefined;
|
|
1575
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1866
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1867
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1868
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1576
1869
|
readonly unstyled?: boolean | undefined;
|
|
1577
1870
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1578
1871
|
} | ({
|
|
@@ -1586,7 +1879,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1586
1879
|
[x: string]: undefined;
|
|
1587
1880
|
}), string | number> & {
|
|
1588
1881
|
[x: string]: undefined;
|
|
1589
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1882
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1883
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1884
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1590
1885
|
readonly unstyled?: boolean | undefined;
|
|
1591
1886
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1592
1887
|
} | ({
|
|
@@ -1600,7 +1895,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1600
1895
|
[x: string]: undefined;
|
|
1601
1896
|
}), string | number> & {
|
|
1602
1897
|
[x: string]: undefined;
|
|
1603
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1898
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1899
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1900
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1604
1901
|
readonly unstyled?: boolean | undefined;
|
|
1605
1902
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1606
1903
|
} | ({
|
|
@@ -1614,7 +1911,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1614
1911
|
[x: string]: undefined;
|
|
1615
1912
|
}), string | number> & {
|
|
1616
1913
|
[x: string]: undefined;
|
|
1617
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1914
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1915
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1916
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1618
1917
|
readonly unstyled?: boolean | undefined;
|
|
1619
1918
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1620
1919
|
} | ({
|
|
@@ -1628,7 +1927,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1628
1927
|
[x: string]: undefined;
|
|
1629
1928
|
}), string | number> & {
|
|
1630
1929
|
[x: string]: undefined;
|
|
1631
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1930
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1931
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1932
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1632
1933
|
readonly unstyled?: boolean | undefined;
|
|
1633
1934
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1634
1935
|
} | ({
|
|
@@ -1642,7 +1943,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1642
1943
|
[x: string]: undefined;
|
|
1643
1944
|
}), string | number> & {
|
|
1644
1945
|
[x: string]: undefined;
|
|
1645
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1946
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1947
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1948
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1646
1949
|
readonly unstyled?: boolean | undefined;
|
|
1647
1950
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1648
1951
|
} | ({
|
|
@@ -1656,7 +1959,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1656
1959
|
[x: string]: undefined;
|
|
1657
1960
|
}), string | number> & {
|
|
1658
1961
|
[x: string]: undefined;
|
|
1659
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1962
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1963
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1964
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1660
1965
|
readonly unstyled?: boolean | undefined;
|
|
1661
1966
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1662
1967
|
} | ({
|
|
@@ -1670,7 +1975,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1670
1975
|
[x: string]: undefined;
|
|
1671
1976
|
}), string | number> & {
|
|
1672
1977
|
[x: string]: undefined;
|
|
1673
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1978
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1979
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1980
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1674
1981
|
readonly unstyled?: boolean | undefined;
|
|
1675
1982
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1676
1983
|
} | ({
|
|
@@ -1684,7 +1991,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1684
1991
|
[x: string]: undefined;
|
|
1685
1992
|
}), string | number> & {
|
|
1686
1993
|
[x: string]: undefined;
|
|
1687
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
1994
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1995
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
1996
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1688
1997
|
readonly unstyled?: boolean | undefined;
|
|
1689
1998
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1690
1999
|
} | ({
|
|
@@ -1698,7 +2007,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1698
2007
|
[x: string]: undefined;
|
|
1699
2008
|
}), string | number> & {
|
|
1700
2009
|
[x: string]: undefined;
|
|
1701
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
2010
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2011
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
2012
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1702
2013
|
readonly unstyled?: boolean | undefined;
|
|
1703
2014
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1704
2015
|
} | ({
|
|
@@ -1712,7 +2023,9 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1712
2023
|
[x: string]: undefined;
|
|
1713
2024
|
}), string | number> & {
|
|
1714
2025
|
[x: string]: undefined;
|
|
1715
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)
|
|
2026
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
2027
|
+
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
|
|
2028
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1716
2029
|
readonly unstyled?: boolean | undefined;
|
|
1717
2030
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1718
2031
|
} | ({
|