@tamagui/text 1.30.14 → 1.30.16
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/dist/cjs/SizableText.js +6 -1
- package/dist/cjs/SizableText.js.map +1 -1
- package/dist/esm/SizableText.js +6 -1
- package/dist/esm/SizableText.js.map +1 -1
- package/dist/jsx/SizableText.js +6 -1
- package/dist/jsx/SizableText.js.map +1 -1
- package/dist/jsx/SizableText.mjs +6 -1
- package/dist/jsx/SizableText.mjs.map +1 -1
- package/package.json +5 -5
- package/src/SizableText.tsx +7 -1
- package/types/Headings.d.ts +305 -21
- package/types/Headings.d.ts.map +1 -1
- package/types/Paragraph.d.ts +11 -3
- package/types/Paragraph.d.ts.map +1 -1
- package/types/SizableText.d.ts +7 -3
- package/types/SizableText.d.ts.map +1 -1
package/types/Headings.d.ts
CHANGED
|
@@ -1,73 +1,93 @@
|
|
|
1
1
|
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)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
2
|
+
export declare const Heading: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
3
|
+
readonly unstyled?: boolean | undefined;
|
|
3
4
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
4
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
5
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
6
|
+
readonly unstyled?: boolean | undefined;
|
|
5
7
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
6
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
8
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
9
|
+
readonly unstyled?: boolean | undefined;
|
|
7
10
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
8
11
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
12
|
+
readonly unstyled?: boolean | undefined;
|
|
9
13
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
10
14
|
}, string | number> & {
|
|
11
15
|
[x: string]: undefined;
|
|
12
16
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
17
|
+
readonly unstyled?: boolean | undefined;
|
|
13
18
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
14
19
|
}, string | number> & {
|
|
15
20
|
[x: string]: undefined;
|
|
16
21
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
22
|
+
readonly unstyled?: boolean | undefined;
|
|
17
23
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
18
24
|
}, string | number> & {
|
|
19
25
|
[x: string]: undefined;
|
|
20
26
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
27
|
+
readonly unstyled?: boolean | undefined;
|
|
21
28
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
22
29
|
} | ({
|
|
30
|
+
readonly unstyled?: boolean | undefined;
|
|
23
31
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
24
32
|
} & {
|
|
25
33
|
[x: string]: undefined;
|
|
26
34
|
}), string | number> & {
|
|
27
35
|
[x: string]: undefined;
|
|
28
36
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
37
|
+
readonly unstyled?: boolean | undefined;
|
|
29
38
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
30
39
|
} | ({
|
|
40
|
+
readonly unstyled?: boolean | undefined;
|
|
31
41
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
32
42
|
} & {
|
|
33
43
|
[x: string]: undefined;
|
|
34
44
|
}), string | number> & {
|
|
35
45
|
[x: string]: undefined;
|
|
36
46
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
47
|
+
readonly unstyled?: boolean | undefined;
|
|
37
48
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
38
49
|
} | ({
|
|
50
|
+
readonly unstyled?: boolean | undefined;
|
|
39
51
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
40
52
|
} & {
|
|
41
53
|
[x: string]: undefined;
|
|
42
54
|
}), string | number> & {
|
|
43
55
|
[x: string]: undefined;
|
|
44
56
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
57
|
+
readonly unstyled?: boolean | undefined;
|
|
45
58
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
46
59
|
} | ({
|
|
60
|
+
readonly unstyled?: boolean | undefined;
|
|
47
61
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
48
62
|
} & {
|
|
49
63
|
[x: string]: undefined;
|
|
50
64
|
}), string | number> & {
|
|
51
65
|
[x: string]: undefined;
|
|
52
66
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
67
|
+
readonly unstyled?: boolean | undefined;
|
|
53
68
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
54
69
|
} | ({
|
|
70
|
+
readonly unstyled?: boolean | undefined;
|
|
55
71
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
56
72
|
} & {
|
|
57
73
|
[x: string]: undefined;
|
|
58
74
|
}), string | number> & {
|
|
59
75
|
[x: string]: undefined;
|
|
60
76
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
77
|
+
readonly unstyled?: boolean | undefined;
|
|
61
78
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
62
79
|
} | ({
|
|
80
|
+
readonly unstyled?: boolean | undefined;
|
|
63
81
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
64
82
|
} & {
|
|
65
83
|
[x: string]: undefined;
|
|
66
84
|
}), string | number> & {
|
|
67
85
|
[x: string]: undefined;
|
|
68
86
|
}>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, ({
|
|
87
|
+
readonly unstyled?: boolean | undefined;
|
|
69
88
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
70
89
|
} | ({
|
|
90
|
+
readonly unstyled?: boolean | undefined;
|
|
71
91
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
72
92
|
} & {
|
|
73
93
|
[x: string]: undefined;
|
|
@@ -79,75 +99,95 @@ export declare const Heading: import("@tamagui/web").TamaguiComponent<(Omit<impo
|
|
|
79
99
|
displayName: string | undefined;
|
|
80
100
|
}>;
|
|
81
101
|
export type HeadingProps = GetProps<typeof Heading>;
|
|
82
|
-
export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
102
|
+
export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
103
|
+
readonly unstyled?: boolean | undefined;
|
|
83
104
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
84
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
105
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
106
|
+
readonly unstyled?: boolean | undefined;
|
|
85
107
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
86
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
108
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
109
|
+
readonly unstyled?: boolean | undefined;
|
|
87
110
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
88
111
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
112
|
+
readonly unstyled?: boolean | undefined;
|
|
89
113
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
90
114
|
}, string | number> & {
|
|
91
115
|
[x: string]: undefined;
|
|
92
116
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
117
|
+
readonly unstyled?: boolean | undefined;
|
|
93
118
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
94
119
|
}, string | number> & {
|
|
95
120
|
[x: string]: undefined;
|
|
96
121
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
122
|
+
readonly unstyled?: boolean | undefined;
|
|
97
123
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
98
124
|
}, string | number> & {
|
|
99
125
|
[x: string]: undefined;
|
|
100
126
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
127
|
+
readonly unstyled?: boolean | undefined;
|
|
101
128
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
102
129
|
} | ({
|
|
130
|
+
readonly unstyled?: boolean | undefined;
|
|
103
131
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
104
132
|
} & {
|
|
105
133
|
[x: string]: undefined;
|
|
106
134
|
}), string | number> & {
|
|
107
135
|
[x: string]: undefined;
|
|
108
136
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
137
|
+
readonly unstyled?: boolean | undefined;
|
|
109
138
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
110
139
|
} | ({
|
|
140
|
+
readonly unstyled?: boolean | undefined;
|
|
111
141
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
112
142
|
} & {
|
|
113
143
|
[x: string]: undefined;
|
|
114
144
|
}), string | number> & {
|
|
115
145
|
[x: string]: undefined;
|
|
116
146
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
147
|
+
readonly unstyled?: boolean | undefined;
|
|
117
148
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
118
149
|
} | ({
|
|
150
|
+
readonly unstyled?: boolean | undefined;
|
|
119
151
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
120
152
|
} & {
|
|
121
153
|
[x: string]: undefined;
|
|
122
154
|
}), string | number> & {
|
|
123
155
|
[x: string]: undefined;
|
|
124
156
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
157
|
+
readonly unstyled?: boolean | undefined;
|
|
125
158
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
126
159
|
} | ({
|
|
160
|
+
readonly unstyled?: boolean | undefined;
|
|
127
161
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
128
162
|
} & {
|
|
129
163
|
[x: string]: undefined;
|
|
130
164
|
}), string | number> & {
|
|
131
165
|
[x: string]: undefined;
|
|
132
166
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
167
|
+
readonly unstyled?: boolean | undefined;
|
|
133
168
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
134
169
|
} | ({
|
|
170
|
+
readonly unstyled?: boolean | undefined;
|
|
135
171
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
136
172
|
} & {
|
|
137
173
|
[x: string]: undefined;
|
|
138
174
|
}), string | number> & {
|
|
139
175
|
[x: string]: undefined;
|
|
140
176
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
177
|
+
readonly unstyled?: boolean | undefined;
|
|
141
178
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
142
179
|
} | ({
|
|
180
|
+
readonly unstyled?: boolean | undefined;
|
|
143
181
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
144
182
|
} & {
|
|
145
183
|
[x: string]: undefined;
|
|
146
184
|
}), string | number> & {
|
|
147
185
|
[x: string]: undefined;
|
|
148
186
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
187
|
+
readonly unstyled?: boolean | undefined;
|
|
149
188
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
150
189
|
} | ({
|
|
190
|
+
readonly unstyled?: boolean | undefined;
|
|
151
191
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
152
192
|
} & {
|
|
153
193
|
[x: string]: undefined;
|
|
@@ -158,8 +198,10 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
158
198
|
}), string | number> & {
|
|
159
199
|
[x: string]: undefined;
|
|
160
200
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
201
|
+
readonly unstyled?: boolean | undefined;
|
|
161
202
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
162
203
|
} | ({
|
|
204
|
+
readonly unstyled?: boolean | undefined;
|
|
163
205
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
164
206
|
} & {
|
|
165
207
|
[x: string]: undefined;
|
|
@@ -170,8 +212,10 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
170
212
|
}), string | number> & {
|
|
171
213
|
[x: string]: undefined;
|
|
172
214
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
215
|
+
readonly unstyled?: boolean | undefined;
|
|
173
216
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
174
217
|
} | ({
|
|
218
|
+
readonly unstyled?: boolean | undefined;
|
|
175
219
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
176
220
|
} & {
|
|
177
221
|
[x: string]: undefined;
|
|
@@ -182,8 +226,10 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
182
226
|
}), string | number> & {
|
|
183
227
|
[x: string]: undefined;
|
|
184
228
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
229
|
+
readonly unstyled?: boolean | undefined;
|
|
185
230
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
186
231
|
} | ({
|
|
232
|
+
readonly unstyled?: boolean | undefined;
|
|
187
233
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
188
234
|
} & {
|
|
189
235
|
[x: string]: undefined;
|
|
@@ -194,8 +240,10 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
194
240
|
}), string | number> & {
|
|
195
241
|
[x: string]: undefined;
|
|
196
242
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
243
|
+
readonly unstyled?: boolean | undefined;
|
|
197
244
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
198
245
|
} | ({
|
|
246
|
+
readonly unstyled?: boolean | undefined;
|
|
199
247
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
200
248
|
} & {
|
|
201
249
|
[x: string]: undefined;
|
|
@@ -206,8 +254,10 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
206
254
|
}), string | number> & {
|
|
207
255
|
[x: string]: undefined;
|
|
208
256
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
257
|
+
readonly unstyled?: boolean | undefined;
|
|
209
258
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
210
259
|
} | ({
|
|
260
|
+
readonly unstyled?: boolean | undefined;
|
|
211
261
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
212
262
|
} & {
|
|
213
263
|
[x: string]: undefined;
|
|
@@ -218,8 +268,10 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
218
268
|
}), string | number> & {
|
|
219
269
|
[x: string]: undefined;
|
|
220
270
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
271
|
+
readonly unstyled?: boolean | undefined;
|
|
221
272
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
222
273
|
} | ({
|
|
274
|
+
readonly unstyled?: boolean | undefined;
|
|
223
275
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
224
276
|
} & {
|
|
225
277
|
[x: string]: undefined;
|
|
@@ -230,8 +282,10 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
230
282
|
}), string | number> & {
|
|
231
283
|
[x: string]: undefined;
|
|
232
284
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
285
|
+
readonly unstyled?: boolean | undefined;
|
|
233
286
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
234
287
|
} | ({
|
|
288
|
+
readonly unstyled?: boolean | undefined;
|
|
235
289
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
236
290
|
} & {
|
|
237
291
|
[x: string]: undefined;
|
|
@@ -242,8 +296,10 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
242
296
|
}), string | number> & {
|
|
243
297
|
[x: string]: undefined;
|
|
244
298
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
299
|
+
readonly unstyled?: boolean | undefined;
|
|
245
300
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
246
301
|
} | ({
|
|
302
|
+
readonly unstyled?: boolean | undefined;
|
|
247
303
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
248
304
|
} & {
|
|
249
305
|
[x: string]: undefined;
|
|
@@ -254,8 +310,10 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
254
310
|
}), string | number> & {
|
|
255
311
|
[x: string]: undefined;
|
|
256
312
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
313
|
+
readonly unstyled?: boolean | undefined;
|
|
257
314
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
258
315
|
} | ({
|
|
316
|
+
readonly unstyled?: boolean | undefined;
|
|
259
317
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
260
318
|
} & {
|
|
261
319
|
[x: string]: undefined;
|
|
@@ -266,8 +324,10 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
266
324
|
}), string | number> & {
|
|
267
325
|
[x: string]: undefined;
|
|
268
326
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
327
|
+
readonly unstyled?: boolean | undefined;
|
|
269
328
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
270
329
|
} | ({
|
|
330
|
+
readonly unstyled?: boolean | undefined;
|
|
271
331
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
272
332
|
} & {
|
|
273
333
|
[x: string]: undefined;
|
|
@@ -278,8 +338,10 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
278
338
|
}), string | number> & {
|
|
279
339
|
[x: string]: undefined;
|
|
280
340
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
341
|
+
readonly unstyled?: boolean | undefined;
|
|
281
342
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
282
343
|
} | ({
|
|
344
|
+
readonly unstyled?: boolean | undefined;
|
|
283
345
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
284
346
|
} & {
|
|
285
347
|
[x: string]: undefined;
|
|
@@ -290,8 +352,10 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
290
352
|
}), string | number> & {
|
|
291
353
|
[x: string]: undefined;
|
|
292
354
|
}>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
|
|
355
|
+
readonly unstyled?: boolean | undefined;
|
|
293
356
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
294
357
|
} | ({
|
|
358
|
+
readonly unstyled?: boolean | undefined;
|
|
295
359
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
296
360
|
} & {
|
|
297
361
|
[x: string]: undefined;
|
|
@@ -310,75 +374,95 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
310
374
|
}), {
|
|
311
375
|
displayName: string | undefined;
|
|
312
376
|
}>;
|
|
313
|
-
export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
377
|
+
export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
378
|
+
readonly unstyled?: boolean | undefined;
|
|
314
379
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
315
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
380
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
381
|
+
readonly unstyled?: boolean | undefined;
|
|
316
382
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
317
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
383
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
384
|
+
readonly unstyled?: boolean | undefined;
|
|
318
385
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
319
386
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
387
|
+
readonly unstyled?: boolean | undefined;
|
|
320
388
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
321
389
|
}, string | number> & {
|
|
322
390
|
[x: string]: undefined;
|
|
323
391
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
392
|
+
readonly unstyled?: boolean | undefined;
|
|
324
393
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
325
394
|
}, string | number> & {
|
|
326
395
|
[x: string]: undefined;
|
|
327
396
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
397
|
+
readonly unstyled?: boolean | undefined;
|
|
328
398
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
329
399
|
}, string | number> & {
|
|
330
400
|
[x: string]: undefined;
|
|
331
401
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
402
|
+
readonly unstyled?: boolean | undefined;
|
|
332
403
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
333
404
|
} | ({
|
|
405
|
+
readonly unstyled?: boolean | undefined;
|
|
334
406
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
335
407
|
} & {
|
|
336
408
|
[x: string]: undefined;
|
|
337
409
|
}), string | number> & {
|
|
338
410
|
[x: string]: undefined;
|
|
339
411
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
412
|
+
readonly unstyled?: boolean | undefined;
|
|
340
413
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
341
414
|
} | ({
|
|
415
|
+
readonly unstyled?: boolean | undefined;
|
|
342
416
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
343
417
|
} & {
|
|
344
418
|
[x: string]: undefined;
|
|
345
419
|
}), string | number> & {
|
|
346
420
|
[x: string]: undefined;
|
|
347
421
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
422
|
+
readonly unstyled?: boolean | undefined;
|
|
348
423
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
349
424
|
} | ({
|
|
425
|
+
readonly unstyled?: boolean | undefined;
|
|
350
426
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
351
427
|
} & {
|
|
352
428
|
[x: string]: undefined;
|
|
353
429
|
}), string | number> & {
|
|
354
430
|
[x: string]: undefined;
|
|
355
431
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
432
|
+
readonly unstyled?: boolean | undefined;
|
|
356
433
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
357
434
|
} | ({
|
|
435
|
+
readonly unstyled?: boolean | undefined;
|
|
358
436
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
359
437
|
} & {
|
|
360
438
|
[x: string]: undefined;
|
|
361
439
|
}), string | number> & {
|
|
362
440
|
[x: string]: undefined;
|
|
363
441
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
442
|
+
readonly unstyled?: boolean | undefined;
|
|
364
443
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
365
444
|
} | ({
|
|
445
|
+
readonly unstyled?: boolean | undefined;
|
|
366
446
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
367
447
|
} & {
|
|
368
448
|
[x: string]: undefined;
|
|
369
449
|
}), string | number> & {
|
|
370
450
|
[x: string]: undefined;
|
|
371
451
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
452
|
+
readonly unstyled?: boolean | undefined;
|
|
372
453
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
373
454
|
} | ({
|
|
455
|
+
readonly unstyled?: boolean | undefined;
|
|
374
456
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
375
457
|
} & {
|
|
376
458
|
[x: string]: undefined;
|
|
377
459
|
}), string | number> & {
|
|
378
460
|
[x: string]: undefined;
|
|
379
461
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
462
|
+
readonly unstyled?: boolean | undefined;
|
|
380
463
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
381
464
|
} | ({
|
|
465
|
+
readonly unstyled?: boolean | undefined;
|
|
382
466
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
383
467
|
} & {
|
|
384
468
|
[x: string]: undefined;
|
|
@@ -389,8 +473,10 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
389
473
|
}), string | number> & {
|
|
390
474
|
[x: string]: undefined;
|
|
391
475
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
476
|
+
readonly unstyled?: boolean | undefined;
|
|
392
477
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
393
478
|
} | ({
|
|
479
|
+
readonly unstyled?: boolean | undefined;
|
|
394
480
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
395
481
|
} & {
|
|
396
482
|
[x: string]: undefined;
|
|
@@ -401,8 +487,10 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
401
487
|
}), string | number> & {
|
|
402
488
|
[x: string]: undefined;
|
|
403
489
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
490
|
+
readonly unstyled?: boolean | undefined;
|
|
404
491
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
405
492
|
} | ({
|
|
493
|
+
readonly unstyled?: boolean | undefined;
|
|
406
494
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
407
495
|
} & {
|
|
408
496
|
[x: string]: undefined;
|
|
@@ -413,8 +501,10 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
413
501
|
}), string | number> & {
|
|
414
502
|
[x: string]: undefined;
|
|
415
503
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
504
|
+
readonly unstyled?: boolean | undefined;
|
|
416
505
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
417
506
|
} | ({
|
|
507
|
+
readonly unstyled?: boolean | undefined;
|
|
418
508
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
419
509
|
} & {
|
|
420
510
|
[x: string]: undefined;
|
|
@@ -425,8 +515,10 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
425
515
|
}), string | number> & {
|
|
426
516
|
[x: string]: undefined;
|
|
427
517
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
518
|
+
readonly unstyled?: boolean | undefined;
|
|
428
519
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
429
520
|
} | ({
|
|
521
|
+
readonly unstyled?: boolean | undefined;
|
|
430
522
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
431
523
|
} & {
|
|
432
524
|
[x: string]: undefined;
|
|
@@ -437,8 +529,10 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
437
529
|
}), string | number> & {
|
|
438
530
|
[x: string]: undefined;
|
|
439
531
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
532
|
+
readonly unstyled?: boolean | undefined;
|
|
440
533
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
441
534
|
} | ({
|
|
535
|
+
readonly unstyled?: boolean | undefined;
|
|
442
536
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
443
537
|
} & {
|
|
444
538
|
[x: string]: undefined;
|
|
@@ -449,8 +543,10 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
449
543
|
}), string | number> & {
|
|
450
544
|
[x: string]: undefined;
|
|
451
545
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
546
|
+
readonly unstyled?: boolean | undefined;
|
|
452
547
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
453
548
|
} | ({
|
|
549
|
+
readonly unstyled?: boolean | undefined;
|
|
454
550
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
455
551
|
} & {
|
|
456
552
|
[x: string]: undefined;
|
|
@@ -461,8 +557,10 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
461
557
|
}), string | number> & {
|
|
462
558
|
[x: string]: undefined;
|
|
463
559
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
560
|
+
readonly unstyled?: boolean | undefined;
|
|
464
561
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
465
562
|
} | ({
|
|
563
|
+
readonly unstyled?: boolean | undefined;
|
|
466
564
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
467
565
|
} & {
|
|
468
566
|
[x: string]: undefined;
|
|
@@ -473,8 +571,10 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
473
571
|
}), string | number> & {
|
|
474
572
|
[x: string]: undefined;
|
|
475
573
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
574
|
+
readonly unstyled?: boolean | undefined;
|
|
476
575
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
477
576
|
} | ({
|
|
577
|
+
readonly unstyled?: boolean | undefined;
|
|
478
578
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
479
579
|
} & {
|
|
480
580
|
[x: string]: undefined;
|
|
@@ -485,8 +585,10 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
485
585
|
}), string | number> & {
|
|
486
586
|
[x: string]: undefined;
|
|
487
587
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
588
|
+
readonly unstyled?: boolean | undefined;
|
|
488
589
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
489
590
|
} | ({
|
|
591
|
+
readonly unstyled?: boolean | undefined;
|
|
490
592
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
491
593
|
} & {
|
|
492
594
|
[x: string]: undefined;
|
|
@@ -497,8 +599,10 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
497
599
|
}), string | number> & {
|
|
498
600
|
[x: string]: undefined;
|
|
499
601
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
602
|
+
readonly unstyled?: boolean | undefined;
|
|
500
603
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
501
604
|
} | ({
|
|
605
|
+
readonly unstyled?: boolean | undefined;
|
|
502
606
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
503
607
|
} & {
|
|
504
608
|
[x: string]: undefined;
|
|
@@ -509,8 +613,10 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
509
613
|
}), string | number> & {
|
|
510
614
|
[x: string]: undefined;
|
|
511
615
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
616
|
+
readonly unstyled?: boolean | undefined;
|
|
512
617
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
513
618
|
} | ({
|
|
619
|
+
readonly unstyled?: boolean | undefined;
|
|
514
620
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
515
621
|
} & {
|
|
516
622
|
[x: string]: undefined;
|
|
@@ -521,8 +627,10 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
521
627
|
}), string | number> & {
|
|
522
628
|
[x: string]: undefined;
|
|
523
629
|
}>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
|
|
630
|
+
readonly unstyled?: boolean | undefined;
|
|
524
631
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
525
632
|
} | ({
|
|
633
|
+
readonly unstyled?: boolean | undefined;
|
|
526
634
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
527
635
|
} & {
|
|
528
636
|
[x: string]: undefined;
|
|
@@ -541,75 +649,95 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
541
649
|
}), {
|
|
542
650
|
displayName: string | undefined;
|
|
543
651
|
}>;
|
|
544
|
-
export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
652
|
+
export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
653
|
+
readonly unstyled?: boolean | undefined;
|
|
545
654
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
546
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
655
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
656
|
+
readonly unstyled?: boolean | undefined;
|
|
547
657
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
548
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
658
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
659
|
+
readonly unstyled?: boolean | undefined;
|
|
549
660
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
550
661
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
662
|
+
readonly unstyled?: boolean | undefined;
|
|
551
663
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
552
664
|
}, string | number> & {
|
|
553
665
|
[x: string]: undefined;
|
|
554
666
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
667
|
+
readonly unstyled?: boolean | undefined;
|
|
555
668
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
556
669
|
}, string | number> & {
|
|
557
670
|
[x: string]: undefined;
|
|
558
671
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
672
|
+
readonly unstyled?: boolean | undefined;
|
|
559
673
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
560
674
|
}, string | number> & {
|
|
561
675
|
[x: string]: undefined;
|
|
562
676
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
677
|
+
readonly unstyled?: boolean | undefined;
|
|
563
678
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
564
679
|
} | ({
|
|
680
|
+
readonly unstyled?: boolean | undefined;
|
|
565
681
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
566
682
|
} & {
|
|
567
683
|
[x: string]: undefined;
|
|
568
684
|
}), string | number> & {
|
|
569
685
|
[x: string]: undefined;
|
|
570
686
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
687
|
+
readonly unstyled?: boolean | undefined;
|
|
571
688
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
572
689
|
} | ({
|
|
690
|
+
readonly unstyled?: boolean | undefined;
|
|
573
691
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
574
692
|
} & {
|
|
575
693
|
[x: string]: undefined;
|
|
576
694
|
}), string | number> & {
|
|
577
695
|
[x: string]: undefined;
|
|
578
696
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
697
|
+
readonly unstyled?: boolean | undefined;
|
|
579
698
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
580
699
|
} | ({
|
|
700
|
+
readonly unstyled?: boolean | undefined;
|
|
581
701
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
582
702
|
} & {
|
|
583
703
|
[x: string]: undefined;
|
|
584
704
|
}), string | number> & {
|
|
585
705
|
[x: string]: undefined;
|
|
586
706
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
707
|
+
readonly unstyled?: boolean | undefined;
|
|
587
708
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
588
709
|
} | ({
|
|
710
|
+
readonly unstyled?: boolean | undefined;
|
|
589
711
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
590
712
|
} & {
|
|
591
713
|
[x: string]: undefined;
|
|
592
714
|
}), string | number> & {
|
|
593
715
|
[x: string]: undefined;
|
|
594
716
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
717
|
+
readonly unstyled?: boolean | undefined;
|
|
595
718
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
596
719
|
} | ({
|
|
720
|
+
readonly unstyled?: boolean | undefined;
|
|
597
721
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
598
722
|
} & {
|
|
599
723
|
[x: string]: undefined;
|
|
600
724
|
}), string | number> & {
|
|
601
725
|
[x: string]: undefined;
|
|
602
726
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
727
|
+
readonly unstyled?: boolean | undefined;
|
|
603
728
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
604
729
|
} | ({
|
|
730
|
+
readonly unstyled?: boolean | undefined;
|
|
605
731
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
606
732
|
} & {
|
|
607
733
|
[x: string]: undefined;
|
|
608
734
|
}), string | number> & {
|
|
609
735
|
[x: string]: undefined;
|
|
610
736
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
737
|
+
readonly unstyled?: boolean | undefined;
|
|
611
738
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
612
739
|
} | ({
|
|
740
|
+
readonly unstyled?: boolean | undefined;
|
|
613
741
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
614
742
|
} & {
|
|
615
743
|
[x: string]: undefined;
|
|
@@ -620,8 +748,10 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
620
748
|
}), string | number> & {
|
|
621
749
|
[x: string]: undefined;
|
|
622
750
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
751
|
+
readonly unstyled?: boolean | undefined;
|
|
623
752
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
624
753
|
} | ({
|
|
754
|
+
readonly unstyled?: boolean | undefined;
|
|
625
755
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
626
756
|
} & {
|
|
627
757
|
[x: string]: undefined;
|
|
@@ -632,8 +762,10 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
632
762
|
}), string | number> & {
|
|
633
763
|
[x: string]: undefined;
|
|
634
764
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
765
|
+
readonly unstyled?: boolean | undefined;
|
|
635
766
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
636
767
|
} | ({
|
|
768
|
+
readonly unstyled?: boolean | undefined;
|
|
637
769
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
638
770
|
} & {
|
|
639
771
|
[x: string]: undefined;
|
|
@@ -644,8 +776,10 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
644
776
|
}), string | number> & {
|
|
645
777
|
[x: string]: undefined;
|
|
646
778
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
779
|
+
readonly unstyled?: boolean | undefined;
|
|
647
780
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
648
781
|
} | ({
|
|
782
|
+
readonly unstyled?: boolean | undefined;
|
|
649
783
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
650
784
|
} & {
|
|
651
785
|
[x: string]: undefined;
|
|
@@ -656,8 +790,10 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
656
790
|
}), string | number> & {
|
|
657
791
|
[x: string]: undefined;
|
|
658
792
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
793
|
+
readonly unstyled?: boolean | undefined;
|
|
659
794
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
660
795
|
} | ({
|
|
796
|
+
readonly unstyled?: boolean | undefined;
|
|
661
797
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
662
798
|
} & {
|
|
663
799
|
[x: string]: undefined;
|
|
@@ -668,8 +804,10 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
668
804
|
}), string | number> & {
|
|
669
805
|
[x: string]: undefined;
|
|
670
806
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
807
|
+
readonly unstyled?: boolean | undefined;
|
|
671
808
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
672
809
|
} | ({
|
|
810
|
+
readonly unstyled?: boolean | undefined;
|
|
673
811
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
674
812
|
} & {
|
|
675
813
|
[x: string]: undefined;
|
|
@@ -680,8 +818,10 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
680
818
|
}), string | number> & {
|
|
681
819
|
[x: string]: undefined;
|
|
682
820
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
821
|
+
readonly unstyled?: boolean | undefined;
|
|
683
822
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
684
823
|
} | ({
|
|
824
|
+
readonly unstyled?: boolean | undefined;
|
|
685
825
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
686
826
|
} & {
|
|
687
827
|
[x: string]: undefined;
|
|
@@ -692,8 +832,10 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
692
832
|
}), string | number> & {
|
|
693
833
|
[x: string]: undefined;
|
|
694
834
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
835
|
+
readonly unstyled?: boolean | undefined;
|
|
695
836
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
696
837
|
} | ({
|
|
838
|
+
readonly unstyled?: boolean | undefined;
|
|
697
839
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
698
840
|
} & {
|
|
699
841
|
[x: string]: undefined;
|
|
@@ -704,8 +846,10 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
704
846
|
}), string | number> & {
|
|
705
847
|
[x: string]: undefined;
|
|
706
848
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
849
|
+
readonly unstyled?: boolean | undefined;
|
|
707
850
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
708
851
|
} | ({
|
|
852
|
+
readonly unstyled?: boolean | undefined;
|
|
709
853
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
710
854
|
} & {
|
|
711
855
|
[x: string]: undefined;
|
|
@@ -716,8 +860,10 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
716
860
|
}), string | number> & {
|
|
717
861
|
[x: string]: undefined;
|
|
718
862
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
863
|
+
readonly unstyled?: boolean | undefined;
|
|
719
864
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
720
865
|
} | ({
|
|
866
|
+
readonly unstyled?: boolean | undefined;
|
|
721
867
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
722
868
|
} & {
|
|
723
869
|
[x: string]: undefined;
|
|
@@ -728,8 +874,10 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
728
874
|
}), string | number> & {
|
|
729
875
|
[x: string]: undefined;
|
|
730
876
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
877
|
+
readonly unstyled?: boolean | undefined;
|
|
731
878
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
732
879
|
} | ({
|
|
880
|
+
readonly unstyled?: boolean | undefined;
|
|
733
881
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
734
882
|
} & {
|
|
735
883
|
[x: string]: undefined;
|
|
@@ -740,8 +888,10 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
740
888
|
}), string | number> & {
|
|
741
889
|
[x: string]: undefined;
|
|
742
890
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
891
|
+
readonly unstyled?: boolean | undefined;
|
|
743
892
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
744
893
|
} | ({
|
|
894
|
+
readonly unstyled?: boolean | undefined;
|
|
745
895
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
746
896
|
} & {
|
|
747
897
|
[x: string]: undefined;
|
|
@@ -752,8 +902,10 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
752
902
|
}), string | number> & {
|
|
753
903
|
[x: string]: undefined;
|
|
754
904
|
}>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
|
|
905
|
+
readonly unstyled?: boolean | undefined;
|
|
755
906
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
756
907
|
} | ({
|
|
908
|
+
readonly unstyled?: boolean | undefined;
|
|
757
909
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
758
910
|
} & {
|
|
759
911
|
[x: string]: undefined;
|
|
@@ -772,75 +924,95 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
772
924
|
}), {
|
|
773
925
|
displayName: string | undefined;
|
|
774
926
|
}>;
|
|
775
|
-
export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
927
|
+
export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
928
|
+
readonly unstyled?: boolean | undefined;
|
|
776
929
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
777
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
930
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
931
|
+
readonly unstyled?: boolean | undefined;
|
|
778
932
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
779
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
933
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
934
|
+
readonly unstyled?: boolean | undefined;
|
|
780
935
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
781
936
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
937
|
+
readonly unstyled?: boolean | undefined;
|
|
782
938
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
783
939
|
}, string | number> & {
|
|
784
940
|
[x: string]: undefined;
|
|
785
941
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
942
|
+
readonly unstyled?: boolean | undefined;
|
|
786
943
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
787
944
|
}, string | number> & {
|
|
788
945
|
[x: string]: undefined;
|
|
789
946
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
947
|
+
readonly unstyled?: boolean | undefined;
|
|
790
948
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
791
949
|
}, string | number> & {
|
|
792
950
|
[x: string]: undefined;
|
|
793
951
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
952
|
+
readonly unstyled?: boolean | undefined;
|
|
794
953
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
795
954
|
} | ({
|
|
955
|
+
readonly unstyled?: boolean | undefined;
|
|
796
956
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
797
957
|
} & {
|
|
798
958
|
[x: string]: undefined;
|
|
799
959
|
}), string | number> & {
|
|
800
960
|
[x: string]: undefined;
|
|
801
961
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
962
|
+
readonly unstyled?: boolean | undefined;
|
|
802
963
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
803
964
|
} | ({
|
|
965
|
+
readonly unstyled?: boolean | undefined;
|
|
804
966
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
805
967
|
} & {
|
|
806
968
|
[x: string]: undefined;
|
|
807
969
|
}), string | number> & {
|
|
808
970
|
[x: string]: undefined;
|
|
809
971
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
972
|
+
readonly unstyled?: boolean | undefined;
|
|
810
973
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
811
974
|
} | ({
|
|
975
|
+
readonly unstyled?: boolean | undefined;
|
|
812
976
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
813
977
|
} & {
|
|
814
978
|
[x: string]: undefined;
|
|
815
979
|
}), string | number> & {
|
|
816
980
|
[x: string]: undefined;
|
|
817
981
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
982
|
+
readonly unstyled?: boolean | undefined;
|
|
818
983
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
819
984
|
} | ({
|
|
985
|
+
readonly unstyled?: boolean | undefined;
|
|
820
986
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
821
987
|
} & {
|
|
822
988
|
[x: string]: undefined;
|
|
823
989
|
}), string | number> & {
|
|
824
990
|
[x: string]: undefined;
|
|
825
991
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
992
|
+
readonly unstyled?: boolean | undefined;
|
|
826
993
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
827
994
|
} | ({
|
|
995
|
+
readonly unstyled?: boolean | undefined;
|
|
828
996
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
829
997
|
} & {
|
|
830
998
|
[x: string]: undefined;
|
|
831
999
|
}), string | number> & {
|
|
832
1000
|
[x: string]: undefined;
|
|
833
1001
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1002
|
+
readonly unstyled?: boolean | undefined;
|
|
834
1003
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
835
1004
|
} | ({
|
|
1005
|
+
readonly unstyled?: boolean | undefined;
|
|
836
1006
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
837
1007
|
} & {
|
|
838
1008
|
[x: string]: undefined;
|
|
839
1009
|
}), string | number> & {
|
|
840
1010
|
[x: string]: undefined;
|
|
841
1011
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1012
|
+
readonly unstyled?: boolean | undefined;
|
|
842
1013
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
843
1014
|
} | ({
|
|
1015
|
+
readonly unstyled?: boolean | undefined;
|
|
844
1016
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
845
1017
|
} & {
|
|
846
1018
|
[x: string]: undefined;
|
|
@@ -851,8 +1023,10 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
851
1023
|
}), string | number> & {
|
|
852
1024
|
[x: string]: undefined;
|
|
853
1025
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1026
|
+
readonly unstyled?: boolean | undefined;
|
|
854
1027
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
855
1028
|
} | ({
|
|
1029
|
+
readonly unstyled?: boolean | undefined;
|
|
856
1030
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
857
1031
|
} & {
|
|
858
1032
|
[x: string]: undefined;
|
|
@@ -863,8 +1037,10 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
863
1037
|
}), string | number> & {
|
|
864
1038
|
[x: string]: undefined;
|
|
865
1039
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1040
|
+
readonly unstyled?: boolean | undefined;
|
|
866
1041
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
867
1042
|
} | ({
|
|
1043
|
+
readonly unstyled?: boolean | undefined;
|
|
868
1044
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
869
1045
|
} & {
|
|
870
1046
|
[x: string]: undefined;
|
|
@@ -875,8 +1051,10 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
875
1051
|
}), string | number> & {
|
|
876
1052
|
[x: string]: undefined;
|
|
877
1053
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1054
|
+
readonly unstyled?: boolean | undefined;
|
|
878
1055
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
879
1056
|
} | ({
|
|
1057
|
+
readonly unstyled?: boolean | undefined;
|
|
880
1058
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
881
1059
|
} & {
|
|
882
1060
|
[x: string]: undefined;
|
|
@@ -887,8 +1065,10 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
887
1065
|
}), string | number> & {
|
|
888
1066
|
[x: string]: undefined;
|
|
889
1067
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1068
|
+
readonly unstyled?: boolean | undefined;
|
|
890
1069
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
891
1070
|
} | ({
|
|
1071
|
+
readonly unstyled?: boolean | undefined;
|
|
892
1072
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
893
1073
|
} & {
|
|
894
1074
|
[x: string]: undefined;
|
|
@@ -899,8 +1079,10 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
899
1079
|
}), string | number> & {
|
|
900
1080
|
[x: string]: undefined;
|
|
901
1081
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1082
|
+
readonly unstyled?: boolean | undefined;
|
|
902
1083
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
903
1084
|
} | ({
|
|
1085
|
+
readonly unstyled?: boolean | undefined;
|
|
904
1086
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
905
1087
|
} & {
|
|
906
1088
|
[x: string]: undefined;
|
|
@@ -911,8 +1093,10 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
911
1093
|
}), string | number> & {
|
|
912
1094
|
[x: string]: undefined;
|
|
913
1095
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1096
|
+
readonly unstyled?: boolean | undefined;
|
|
914
1097
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
915
1098
|
} | ({
|
|
1099
|
+
readonly unstyled?: boolean | undefined;
|
|
916
1100
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
917
1101
|
} & {
|
|
918
1102
|
[x: string]: undefined;
|
|
@@ -923,8 +1107,10 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
923
1107
|
}), string | number> & {
|
|
924
1108
|
[x: string]: undefined;
|
|
925
1109
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1110
|
+
readonly unstyled?: boolean | undefined;
|
|
926
1111
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
927
1112
|
} | ({
|
|
1113
|
+
readonly unstyled?: boolean | undefined;
|
|
928
1114
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
929
1115
|
} & {
|
|
930
1116
|
[x: string]: undefined;
|
|
@@ -935,8 +1121,10 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
935
1121
|
}), string | number> & {
|
|
936
1122
|
[x: string]: undefined;
|
|
937
1123
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1124
|
+
readonly unstyled?: boolean | undefined;
|
|
938
1125
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
939
1126
|
} | ({
|
|
1127
|
+
readonly unstyled?: boolean | undefined;
|
|
940
1128
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
941
1129
|
} & {
|
|
942
1130
|
[x: string]: undefined;
|
|
@@ -947,8 +1135,10 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
947
1135
|
}), string | number> & {
|
|
948
1136
|
[x: string]: undefined;
|
|
949
1137
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1138
|
+
readonly unstyled?: boolean | undefined;
|
|
950
1139
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
951
1140
|
} | ({
|
|
1141
|
+
readonly unstyled?: boolean | undefined;
|
|
952
1142
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
953
1143
|
} & {
|
|
954
1144
|
[x: string]: undefined;
|
|
@@ -959,8 +1149,10 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
959
1149
|
}), string | number> & {
|
|
960
1150
|
[x: string]: undefined;
|
|
961
1151
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1152
|
+
readonly unstyled?: boolean | undefined;
|
|
962
1153
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
963
1154
|
} | ({
|
|
1155
|
+
readonly unstyled?: boolean | undefined;
|
|
964
1156
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
965
1157
|
} & {
|
|
966
1158
|
[x: string]: undefined;
|
|
@@ -971,8 +1163,10 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
971
1163
|
}), string | number> & {
|
|
972
1164
|
[x: string]: undefined;
|
|
973
1165
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1166
|
+
readonly unstyled?: boolean | undefined;
|
|
974
1167
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
975
1168
|
} | ({
|
|
1169
|
+
readonly unstyled?: boolean | undefined;
|
|
976
1170
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
977
1171
|
} & {
|
|
978
1172
|
[x: string]: undefined;
|
|
@@ -983,8 +1177,10 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
983
1177
|
}), string | number> & {
|
|
984
1178
|
[x: string]: undefined;
|
|
985
1179
|
}>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
|
|
1180
|
+
readonly unstyled?: boolean | undefined;
|
|
986
1181
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
987
1182
|
} | ({
|
|
1183
|
+
readonly unstyled?: boolean | undefined;
|
|
988
1184
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
989
1185
|
} & {
|
|
990
1186
|
[x: string]: undefined;
|
|
@@ -1003,75 +1199,95 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1003
1199
|
}), {
|
|
1004
1200
|
displayName: string | undefined;
|
|
1005
1201
|
}>;
|
|
1006
|
-
export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
1202
|
+
export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1203
|
+
readonly unstyled?: boolean | undefined;
|
|
1007
1204
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1008
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
1205
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1206
|
+
readonly unstyled?: boolean | undefined;
|
|
1009
1207
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1010
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
1208
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1209
|
+
readonly unstyled?: boolean | undefined;
|
|
1011
1210
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1012
1211
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1212
|
+
readonly unstyled?: boolean | undefined;
|
|
1013
1213
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1014
1214
|
}, string | number> & {
|
|
1015
1215
|
[x: string]: undefined;
|
|
1016
1216
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1217
|
+
readonly unstyled?: boolean | undefined;
|
|
1017
1218
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1018
1219
|
}, string | number> & {
|
|
1019
1220
|
[x: string]: undefined;
|
|
1020
1221
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1222
|
+
readonly unstyled?: boolean | undefined;
|
|
1021
1223
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1022
1224
|
}, string | number> & {
|
|
1023
1225
|
[x: string]: undefined;
|
|
1024
1226
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1227
|
+
readonly unstyled?: boolean | undefined;
|
|
1025
1228
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1026
1229
|
} | ({
|
|
1230
|
+
readonly unstyled?: boolean | undefined;
|
|
1027
1231
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1028
1232
|
} & {
|
|
1029
1233
|
[x: string]: undefined;
|
|
1030
1234
|
}), string | number> & {
|
|
1031
1235
|
[x: string]: undefined;
|
|
1032
1236
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1237
|
+
readonly unstyled?: boolean | undefined;
|
|
1033
1238
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1034
1239
|
} | ({
|
|
1240
|
+
readonly unstyled?: boolean | undefined;
|
|
1035
1241
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1036
1242
|
} & {
|
|
1037
1243
|
[x: string]: undefined;
|
|
1038
1244
|
}), string | number> & {
|
|
1039
1245
|
[x: string]: undefined;
|
|
1040
1246
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1247
|
+
readonly unstyled?: boolean | undefined;
|
|
1041
1248
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1042
1249
|
} | ({
|
|
1250
|
+
readonly unstyled?: boolean | undefined;
|
|
1043
1251
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1044
1252
|
} & {
|
|
1045
1253
|
[x: string]: undefined;
|
|
1046
1254
|
}), string | number> & {
|
|
1047
1255
|
[x: string]: undefined;
|
|
1048
1256
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1257
|
+
readonly unstyled?: boolean | undefined;
|
|
1049
1258
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1050
1259
|
} | ({
|
|
1260
|
+
readonly unstyled?: boolean | undefined;
|
|
1051
1261
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1052
1262
|
} & {
|
|
1053
1263
|
[x: string]: undefined;
|
|
1054
1264
|
}), string | number> & {
|
|
1055
1265
|
[x: string]: undefined;
|
|
1056
1266
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1267
|
+
readonly unstyled?: boolean | undefined;
|
|
1057
1268
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1058
1269
|
} | ({
|
|
1270
|
+
readonly unstyled?: boolean | undefined;
|
|
1059
1271
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1060
1272
|
} & {
|
|
1061
1273
|
[x: string]: undefined;
|
|
1062
1274
|
}), string | number> & {
|
|
1063
1275
|
[x: string]: undefined;
|
|
1064
1276
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1277
|
+
readonly unstyled?: boolean | undefined;
|
|
1065
1278
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1066
1279
|
} | ({
|
|
1280
|
+
readonly unstyled?: boolean | undefined;
|
|
1067
1281
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1068
1282
|
} & {
|
|
1069
1283
|
[x: string]: undefined;
|
|
1070
1284
|
}), string | number> & {
|
|
1071
1285
|
[x: string]: undefined;
|
|
1072
1286
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1287
|
+
readonly unstyled?: boolean | undefined;
|
|
1073
1288
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1074
1289
|
} | ({
|
|
1290
|
+
readonly unstyled?: boolean | undefined;
|
|
1075
1291
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1076
1292
|
} & {
|
|
1077
1293
|
[x: string]: undefined;
|
|
@@ -1082,8 +1298,10 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1082
1298
|
}), string | number> & {
|
|
1083
1299
|
[x: string]: undefined;
|
|
1084
1300
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1301
|
+
readonly unstyled?: boolean | undefined;
|
|
1085
1302
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1086
1303
|
} | ({
|
|
1304
|
+
readonly unstyled?: boolean | undefined;
|
|
1087
1305
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1088
1306
|
} & {
|
|
1089
1307
|
[x: string]: undefined;
|
|
@@ -1094,8 +1312,10 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1094
1312
|
}), string | number> & {
|
|
1095
1313
|
[x: string]: undefined;
|
|
1096
1314
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1315
|
+
readonly unstyled?: boolean | undefined;
|
|
1097
1316
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1098
1317
|
} | ({
|
|
1318
|
+
readonly unstyled?: boolean | undefined;
|
|
1099
1319
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1100
1320
|
} & {
|
|
1101
1321
|
[x: string]: undefined;
|
|
@@ -1106,8 +1326,10 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1106
1326
|
}), string | number> & {
|
|
1107
1327
|
[x: string]: undefined;
|
|
1108
1328
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1329
|
+
readonly unstyled?: boolean | undefined;
|
|
1109
1330
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1110
1331
|
} | ({
|
|
1332
|
+
readonly unstyled?: boolean | undefined;
|
|
1111
1333
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1112
1334
|
} & {
|
|
1113
1335
|
[x: string]: undefined;
|
|
@@ -1118,8 +1340,10 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1118
1340
|
}), string | number> & {
|
|
1119
1341
|
[x: string]: undefined;
|
|
1120
1342
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1343
|
+
readonly unstyled?: boolean | undefined;
|
|
1121
1344
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1122
1345
|
} | ({
|
|
1346
|
+
readonly unstyled?: boolean | undefined;
|
|
1123
1347
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1124
1348
|
} & {
|
|
1125
1349
|
[x: string]: undefined;
|
|
@@ -1130,8 +1354,10 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1130
1354
|
}), string | number> & {
|
|
1131
1355
|
[x: string]: undefined;
|
|
1132
1356
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1357
|
+
readonly unstyled?: boolean | undefined;
|
|
1133
1358
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1134
1359
|
} | ({
|
|
1360
|
+
readonly unstyled?: boolean | undefined;
|
|
1135
1361
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1136
1362
|
} & {
|
|
1137
1363
|
[x: string]: undefined;
|
|
@@ -1142,8 +1368,10 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1142
1368
|
}), string | number> & {
|
|
1143
1369
|
[x: string]: undefined;
|
|
1144
1370
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1371
|
+
readonly unstyled?: boolean | undefined;
|
|
1145
1372
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1146
1373
|
} | ({
|
|
1374
|
+
readonly unstyled?: boolean | undefined;
|
|
1147
1375
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1148
1376
|
} & {
|
|
1149
1377
|
[x: string]: undefined;
|
|
@@ -1154,8 +1382,10 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1154
1382
|
}), string | number> & {
|
|
1155
1383
|
[x: string]: undefined;
|
|
1156
1384
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1385
|
+
readonly unstyled?: boolean | undefined;
|
|
1157
1386
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1158
1387
|
} | ({
|
|
1388
|
+
readonly unstyled?: boolean | undefined;
|
|
1159
1389
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1160
1390
|
} & {
|
|
1161
1391
|
[x: string]: undefined;
|
|
@@ -1166,8 +1396,10 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1166
1396
|
}), string | number> & {
|
|
1167
1397
|
[x: string]: undefined;
|
|
1168
1398
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1399
|
+
readonly unstyled?: boolean | undefined;
|
|
1169
1400
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1170
1401
|
} | ({
|
|
1402
|
+
readonly unstyled?: boolean | undefined;
|
|
1171
1403
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1172
1404
|
} & {
|
|
1173
1405
|
[x: string]: undefined;
|
|
@@ -1178,8 +1410,10 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1178
1410
|
}), string | number> & {
|
|
1179
1411
|
[x: string]: undefined;
|
|
1180
1412
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1413
|
+
readonly unstyled?: boolean | undefined;
|
|
1181
1414
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1182
1415
|
} | ({
|
|
1416
|
+
readonly unstyled?: boolean | undefined;
|
|
1183
1417
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1184
1418
|
} & {
|
|
1185
1419
|
[x: string]: undefined;
|
|
@@ -1190,8 +1424,10 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1190
1424
|
}), string | number> & {
|
|
1191
1425
|
[x: string]: undefined;
|
|
1192
1426
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1427
|
+
readonly unstyled?: boolean | undefined;
|
|
1193
1428
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1194
1429
|
} | ({
|
|
1430
|
+
readonly unstyled?: boolean | undefined;
|
|
1195
1431
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1196
1432
|
} & {
|
|
1197
1433
|
[x: string]: undefined;
|
|
@@ -1202,8 +1438,10 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1202
1438
|
}), string | number> & {
|
|
1203
1439
|
[x: string]: undefined;
|
|
1204
1440
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1441
|
+
readonly unstyled?: boolean | undefined;
|
|
1205
1442
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1206
1443
|
} | ({
|
|
1444
|
+
readonly unstyled?: boolean | undefined;
|
|
1207
1445
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1208
1446
|
} & {
|
|
1209
1447
|
[x: string]: undefined;
|
|
@@ -1214,8 +1452,10 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1214
1452
|
}), string | number> & {
|
|
1215
1453
|
[x: string]: undefined;
|
|
1216
1454
|
}>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
|
|
1455
|
+
readonly unstyled?: boolean | undefined;
|
|
1217
1456
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1218
1457
|
} | ({
|
|
1458
|
+
readonly unstyled?: boolean | undefined;
|
|
1219
1459
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1220
1460
|
} & {
|
|
1221
1461
|
[x: string]: undefined;
|
|
@@ -1234,75 +1474,95 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1234
1474
|
}), {
|
|
1235
1475
|
displayName: string | undefined;
|
|
1236
1476
|
}>;
|
|
1237
|
-
export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
1477
|
+
export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1478
|
+
readonly unstyled?: boolean | undefined;
|
|
1238
1479
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1239
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
1480
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1481
|
+
readonly unstyled?: boolean | undefined;
|
|
1240
1482
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1241
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
1483
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
1484
|
+
readonly unstyled?: boolean | undefined;
|
|
1242
1485
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1243
1486
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1487
|
+
readonly unstyled?: boolean | undefined;
|
|
1244
1488
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1245
1489
|
}, string | number> & {
|
|
1246
1490
|
[x: string]: undefined;
|
|
1247
1491
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1492
|
+
readonly unstyled?: boolean | undefined;
|
|
1248
1493
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1249
1494
|
}, string | number> & {
|
|
1250
1495
|
[x: string]: undefined;
|
|
1251
1496
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1497
|
+
readonly unstyled?: boolean | undefined;
|
|
1252
1498
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1253
1499
|
}, string | number> & {
|
|
1254
1500
|
[x: string]: undefined;
|
|
1255
1501
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1502
|
+
readonly unstyled?: boolean | undefined;
|
|
1256
1503
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1257
1504
|
} | ({
|
|
1505
|
+
readonly unstyled?: boolean | undefined;
|
|
1258
1506
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1259
1507
|
} & {
|
|
1260
1508
|
[x: string]: undefined;
|
|
1261
1509
|
}), string | number> & {
|
|
1262
1510
|
[x: string]: undefined;
|
|
1263
1511
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1512
|
+
readonly unstyled?: boolean | undefined;
|
|
1264
1513
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1265
1514
|
} | ({
|
|
1515
|
+
readonly unstyled?: boolean | undefined;
|
|
1266
1516
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1267
1517
|
} & {
|
|
1268
1518
|
[x: string]: undefined;
|
|
1269
1519
|
}), string | number> & {
|
|
1270
1520
|
[x: string]: undefined;
|
|
1271
1521
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1522
|
+
readonly unstyled?: boolean | undefined;
|
|
1272
1523
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1273
1524
|
} | ({
|
|
1525
|
+
readonly unstyled?: boolean | undefined;
|
|
1274
1526
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1275
1527
|
} & {
|
|
1276
1528
|
[x: string]: undefined;
|
|
1277
1529
|
}), string | number> & {
|
|
1278
1530
|
[x: string]: undefined;
|
|
1279
1531
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1532
|
+
readonly unstyled?: boolean | undefined;
|
|
1280
1533
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1281
1534
|
} | ({
|
|
1535
|
+
readonly unstyled?: boolean | undefined;
|
|
1282
1536
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1283
1537
|
} & {
|
|
1284
1538
|
[x: string]: undefined;
|
|
1285
1539
|
}), string | number> & {
|
|
1286
1540
|
[x: string]: undefined;
|
|
1287
1541
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1542
|
+
readonly unstyled?: boolean | undefined;
|
|
1288
1543
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1289
1544
|
} | ({
|
|
1545
|
+
readonly unstyled?: boolean | undefined;
|
|
1290
1546
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1291
1547
|
} & {
|
|
1292
1548
|
[x: string]: undefined;
|
|
1293
1549
|
}), string | number> & {
|
|
1294
1550
|
[x: string]: undefined;
|
|
1295
1551
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1552
|
+
readonly unstyled?: boolean | undefined;
|
|
1296
1553
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1297
1554
|
} | ({
|
|
1555
|
+
readonly unstyled?: boolean | undefined;
|
|
1298
1556
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1299
1557
|
} & {
|
|
1300
1558
|
[x: string]: undefined;
|
|
1301
1559
|
}), string | number> & {
|
|
1302
1560
|
[x: string]: undefined;
|
|
1303
1561
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1562
|
+
readonly unstyled?: boolean | undefined;
|
|
1304
1563
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1305
1564
|
} | ({
|
|
1565
|
+
readonly unstyled?: boolean | undefined;
|
|
1306
1566
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1307
1567
|
} & {
|
|
1308
1568
|
[x: string]: undefined;
|
|
@@ -1313,8 +1573,10 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1313
1573
|
}), string | number> & {
|
|
1314
1574
|
[x: string]: undefined;
|
|
1315
1575
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1576
|
+
readonly unstyled?: boolean | undefined;
|
|
1316
1577
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1317
1578
|
} | ({
|
|
1579
|
+
readonly unstyled?: boolean | undefined;
|
|
1318
1580
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1319
1581
|
} & {
|
|
1320
1582
|
[x: string]: undefined;
|
|
@@ -1325,8 +1587,10 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1325
1587
|
}), string | number> & {
|
|
1326
1588
|
[x: string]: undefined;
|
|
1327
1589
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1590
|
+
readonly unstyled?: boolean | undefined;
|
|
1328
1591
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1329
1592
|
} | ({
|
|
1593
|
+
readonly unstyled?: boolean | undefined;
|
|
1330
1594
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1331
1595
|
} & {
|
|
1332
1596
|
[x: string]: undefined;
|
|
@@ -1337,8 +1601,10 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1337
1601
|
}), string | number> & {
|
|
1338
1602
|
[x: string]: undefined;
|
|
1339
1603
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1604
|
+
readonly unstyled?: boolean | undefined;
|
|
1340
1605
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1341
1606
|
} | ({
|
|
1607
|
+
readonly unstyled?: boolean | undefined;
|
|
1342
1608
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1343
1609
|
} & {
|
|
1344
1610
|
[x: string]: undefined;
|
|
@@ -1349,8 +1615,10 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1349
1615
|
}), string | number> & {
|
|
1350
1616
|
[x: string]: undefined;
|
|
1351
1617
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1618
|
+
readonly unstyled?: boolean | undefined;
|
|
1352
1619
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1353
1620
|
} | ({
|
|
1621
|
+
readonly unstyled?: boolean | undefined;
|
|
1354
1622
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1355
1623
|
} & {
|
|
1356
1624
|
[x: string]: undefined;
|
|
@@ -1361,8 +1629,10 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1361
1629
|
}), string | number> & {
|
|
1362
1630
|
[x: string]: undefined;
|
|
1363
1631
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1632
|
+
readonly unstyled?: boolean | undefined;
|
|
1364
1633
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1365
1634
|
} | ({
|
|
1635
|
+
readonly unstyled?: boolean | undefined;
|
|
1366
1636
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1367
1637
|
} & {
|
|
1368
1638
|
[x: string]: undefined;
|
|
@@ -1373,8 +1643,10 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1373
1643
|
}), string | number> & {
|
|
1374
1644
|
[x: string]: undefined;
|
|
1375
1645
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1646
|
+
readonly unstyled?: boolean | undefined;
|
|
1376
1647
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1377
1648
|
} | ({
|
|
1649
|
+
readonly unstyled?: boolean | undefined;
|
|
1378
1650
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1379
1651
|
} & {
|
|
1380
1652
|
[x: string]: undefined;
|
|
@@ -1385,8 +1657,10 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1385
1657
|
}), string | number> & {
|
|
1386
1658
|
[x: string]: undefined;
|
|
1387
1659
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1660
|
+
readonly unstyled?: boolean | undefined;
|
|
1388
1661
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1389
1662
|
} | ({
|
|
1663
|
+
readonly unstyled?: boolean | undefined;
|
|
1390
1664
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1391
1665
|
} & {
|
|
1392
1666
|
[x: string]: undefined;
|
|
@@ -1397,8 +1671,10 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1397
1671
|
}), string | number> & {
|
|
1398
1672
|
[x: string]: undefined;
|
|
1399
1673
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1674
|
+
readonly unstyled?: boolean | undefined;
|
|
1400
1675
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1401
1676
|
} | ({
|
|
1677
|
+
readonly unstyled?: boolean | undefined;
|
|
1402
1678
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1403
1679
|
} & {
|
|
1404
1680
|
[x: string]: undefined;
|
|
@@ -1409,8 +1685,10 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1409
1685
|
}), string | number> & {
|
|
1410
1686
|
[x: string]: undefined;
|
|
1411
1687
|
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1688
|
+
readonly unstyled?: boolean | undefined;
|
|
1412
1689
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1413
1690
|
} | ({
|
|
1691
|
+
readonly unstyled?: boolean | undefined;
|
|
1414
1692
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1415
1693
|
} & {
|
|
1416
1694
|
[x: string]: undefined;
|
|
@@ -1421,8 +1699,10 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1421
1699
|
}), string | number> & {
|
|
1422
1700
|
[x: string]: undefined;
|
|
1423
1701
|
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1702
|
+
readonly unstyled?: boolean | undefined;
|
|
1424
1703
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1425
1704
|
} | ({
|
|
1705
|
+
readonly unstyled?: boolean | undefined;
|
|
1426
1706
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1427
1707
|
} & {
|
|
1428
1708
|
[x: string]: undefined;
|
|
@@ -1433,8 +1713,10 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1433
1713
|
}), string | number> & {
|
|
1434
1714
|
[x: string]: undefined;
|
|
1435
1715
|
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
|
|
1716
|
+
readonly unstyled?: boolean | undefined;
|
|
1436
1717
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1437
1718
|
} | ({
|
|
1719
|
+
readonly unstyled?: boolean | undefined;
|
|
1438
1720
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1439
1721
|
} & {
|
|
1440
1722
|
[x: string]: undefined;
|
|
@@ -1445,8 +1727,10 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
1445
1727
|
}), string | number> & {
|
|
1446
1728
|
[x: string]: undefined;
|
|
1447
1729
|
}>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
|
|
1730
|
+
readonly unstyled?: boolean | undefined;
|
|
1448
1731
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1449
1732
|
} | ({
|
|
1733
|
+
readonly unstyled?: boolean | undefined;
|
|
1450
1734
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1451
1735
|
} & {
|
|
1452
1736
|
[x: string]: undefined;
|