@tamagui/text 1.5.15 → 1.5.17
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/Headings.js +8 -8
- package/dist/cjs/Headings.js.map +2 -2
- package/dist/cjs/Paragraph.js +2 -2
- package/dist/cjs/Paragraph.js.map +2 -2
- package/dist/cjs/SizableText.js +2 -2
- package/dist/cjs/SizableText.js.map +2 -2
- package/dist/cjs/wrapChildrenInText.js.map +1 -1
- package/dist/esm/Headings.js +1 -1
- package/dist/esm/Headings.js.map +1 -1
- package/dist/esm/Headings.mjs +1 -1
- package/dist/esm/Headings.mjs.map +1 -1
- package/dist/esm/Paragraph.js +1 -1
- package/dist/esm/Paragraph.js.map +1 -1
- package/dist/esm/Paragraph.mjs +1 -1
- package/dist/esm/Paragraph.mjs.map +1 -1
- package/dist/esm/SizableText.js +1 -1
- package/dist/esm/SizableText.js.map +2 -2
- package/dist/esm/SizableText.mjs +1 -1
- package/dist/esm/SizableText.mjs.map +2 -2
- package/dist/esm/wrapChildrenInText.js.map +1 -1
- package/dist/esm/wrapChildrenInText.mjs.map +1 -1
- package/dist/jsx/Headings.js +1 -1
- package/dist/jsx/Headings.js.map +1 -1
- package/dist/jsx/Headings.mjs +1 -1
- package/dist/jsx/Headings.mjs.map +1 -1
- package/dist/jsx/Paragraph.js +1 -1
- package/dist/jsx/Paragraph.js.map +1 -1
- package/dist/jsx/Paragraph.mjs +1 -1
- package/dist/jsx/Paragraph.mjs.map +1 -1
- package/dist/jsx/SizableText.js +1 -1
- package/dist/jsx/SizableText.js.map +2 -2
- package/dist/jsx/SizableText.mjs +1 -1
- package/dist/jsx/SizableText.mjs.map +2 -2
- package/dist/jsx/wrapChildrenInText.js.map +1 -1
- package/dist/jsx/wrapChildrenInText.mjs.map +1 -1
- package/package.json +5 -5
- package/src/Headings.tsx +1 -1
- package/src/Paragraph.tsx +1 -1
- package/src/SizableText.tsx +1 -1
- package/src/wrapChildrenInText.tsx +1 -1
- package/types/Headings.d.ts +447 -447
- package/types/Paragraph.d.ts +16 -16
- package/types/Paragraph.d.ts.map +1 -1
- package/types/SizableText.d.ts +9 -9
- package/types/SizableText.d.ts.map +1 -1
- package/types/wrapChildrenInText.d.ts +1 -1
- package/types/wrapChildrenInText.d.ts.map +1 -1
package/types/Headings.d.ts
CHANGED
|
@@ -1,73 +1,73 @@
|
|
|
1
|
-
export declare const Heading: import("@tamagui/
|
|
2
|
-
readonly size?: import("@tamagui/
|
|
3
|
-
} & import("@tamagui/
|
|
4
|
-
readonly size?: import("@tamagui/
|
|
5
|
-
}>> & import("@tamagui/
|
|
6
|
-
readonly size?: import("@tamagui/
|
|
7
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
8
|
-
readonly size?: import("@tamagui/
|
|
1
|
+
export declare const Heading: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
3
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
4
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
5
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
6
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
7
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
8
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
9
9
|
}, string | number> & {
|
|
10
10
|
[x: string]: undefined;
|
|
11
|
-
} & import("@tamagui/
|
|
12
|
-
readonly size?: import("@tamagui/
|
|
11
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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 size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
13
13
|
}, string | number> & {
|
|
14
14
|
[x: string]: undefined;
|
|
15
|
-
}>> & import("@tamagui/
|
|
16
|
-
readonly size?: import("@tamagui/
|
|
15
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
16
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
17
17
|
}, string | number> & {
|
|
18
18
|
[x: string]: undefined;
|
|
19
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
20
|
-
readonly size?: import("@tamagui/
|
|
19
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
20
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
21
21
|
} | ({
|
|
22
|
-
readonly size?: import("@tamagui/
|
|
22
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
23
23
|
} & {
|
|
24
24
|
[x: string]: undefined;
|
|
25
25
|
}), string | number> & {
|
|
26
26
|
[x: string]: undefined;
|
|
27
|
-
} & import("@tamagui/
|
|
28
|
-
readonly size?: import("@tamagui/
|
|
27
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
28
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
29
29
|
} | ({
|
|
30
|
-
readonly size?: import("@tamagui/
|
|
30
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
31
31
|
} & {
|
|
32
32
|
[x: string]: undefined;
|
|
33
33
|
}), string | number> & {
|
|
34
34
|
[x: string]: undefined;
|
|
35
|
-
}>> & import("@tamagui/
|
|
36
|
-
readonly size?: import("@tamagui/
|
|
35
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
36
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
37
37
|
} | ({
|
|
38
|
-
readonly size?: import("@tamagui/
|
|
38
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
39
39
|
} & {
|
|
40
40
|
[x: string]: undefined;
|
|
41
41
|
}), string | number> & {
|
|
42
42
|
[x: string]: undefined;
|
|
43
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
44
|
-
readonly size?: import("@tamagui/
|
|
43
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
44
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
45
45
|
} | ({
|
|
46
|
-
readonly size?: import("@tamagui/
|
|
46
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
47
47
|
} & {
|
|
48
48
|
[x: string]: undefined;
|
|
49
49
|
}), string | number> & {
|
|
50
50
|
[x: string]: undefined;
|
|
51
|
-
} & import("@tamagui/
|
|
52
|
-
readonly size?: import("@tamagui/
|
|
51
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
52
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
53
53
|
} | ({
|
|
54
|
-
readonly size?: import("@tamagui/
|
|
54
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
55
55
|
} & {
|
|
56
56
|
[x: string]: undefined;
|
|
57
57
|
}), string | number> & {
|
|
58
58
|
[x: string]: undefined;
|
|
59
|
-
}>> & import("@tamagui/
|
|
60
|
-
readonly size?: import("@tamagui/
|
|
59
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
60
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
61
61
|
} | ({
|
|
62
|
-
readonly size?: import("@tamagui/
|
|
62
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
63
63
|
} & {
|
|
64
64
|
[x: string]: undefined;
|
|
65
65
|
}), string | number> & {
|
|
66
66
|
[x: string]: undefined;
|
|
67
|
-
}>>), import("@tamagui/
|
|
68
|
-
readonly size?: import("@tamagui/
|
|
67
|
+
}>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, ({
|
|
68
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
69
69
|
} | ({
|
|
70
|
-
readonly size?: import("@tamagui/
|
|
70
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
71
71
|
} & {
|
|
72
72
|
[x: string]: undefined;
|
|
73
73
|
})) & ({} | {
|
|
@@ -75,76 +75,76 @@ export declare const Heading: import("@tamagui/core").TamaguiComponent<(Omit<imp
|
|
|
75
75
|
} | {
|
|
76
76
|
[x: string]: undefined;
|
|
77
77
|
})>;
|
|
78
|
-
export declare const H1: import("@tamagui/
|
|
79
|
-
readonly size?: import("@tamagui/
|
|
80
|
-
} & import("@tamagui/
|
|
81
|
-
readonly size?: import("@tamagui/
|
|
82
|
-
}>> & import("@tamagui/
|
|
83
|
-
readonly size?: import("@tamagui/
|
|
84
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
85
|
-
readonly size?: import("@tamagui/
|
|
78
|
+
export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
79
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
80
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
81
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
82
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
83
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
84
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
85
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
86
86
|
}, string | number> & {
|
|
87
87
|
[x: string]: undefined;
|
|
88
|
-
} & import("@tamagui/
|
|
89
|
-
readonly size?: import("@tamagui/
|
|
88
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
89
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
90
90
|
}, string | number> & {
|
|
91
91
|
[x: string]: undefined;
|
|
92
|
-
}>> & import("@tamagui/
|
|
93
|
-
readonly size?: import("@tamagui/
|
|
92
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
93
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
94
94
|
}, string | number> & {
|
|
95
95
|
[x: string]: undefined;
|
|
96
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
97
|
-
readonly size?: import("@tamagui/
|
|
96
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
97
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
98
98
|
} | ({
|
|
99
|
-
readonly size?: import("@tamagui/
|
|
99
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
100
100
|
} & {
|
|
101
101
|
[x: string]: undefined;
|
|
102
102
|
}), string | number> & {
|
|
103
103
|
[x: string]: undefined;
|
|
104
|
-
} & import("@tamagui/
|
|
105
|
-
readonly size?: import("@tamagui/
|
|
104
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
105
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
106
106
|
} | ({
|
|
107
|
-
readonly size?: import("@tamagui/
|
|
107
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
108
108
|
} & {
|
|
109
109
|
[x: string]: undefined;
|
|
110
110
|
}), string | number> & {
|
|
111
111
|
[x: string]: undefined;
|
|
112
|
-
}>> & import("@tamagui/
|
|
113
|
-
readonly size?: import("@tamagui/
|
|
112
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
113
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
114
114
|
} | ({
|
|
115
|
-
readonly size?: import("@tamagui/
|
|
115
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
116
116
|
} & {
|
|
117
117
|
[x: string]: undefined;
|
|
118
118
|
}), string | number> & {
|
|
119
119
|
[x: string]: undefined;
|
|
120
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
121
|
-
readonly size?: import("@tamagui/
|
|
120
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
121
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
122
122
|
} | ({
|
|
123
|
-
readonly size?: import("@tamagui/
|
|
123
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
124
124
|
} & {
|
|
125
125
|
[x: string]: undefined;
|
|
126
126
|
}), string | number> & {
|
|
127
127
|
[x: string]: undefined;
|
|
128
|
-
} & import("@tamagui/
|
|
129
|
-
readonly size?: import("@tamagui/
|
|
128
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
129
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
130
130
|
} | ({
|
|
131
|
-
readonly size?: import("@tamagui/
|
|
131
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
132
132
|
} & {
|
|
133
133
|
[x: string]: undefined;
|
|
134
134
|
}), string | number> & {
|
|
135
135
|
[x: string]: undefined;
|
|
136
|
-
}>> & import("@tamagui/
|
|
137
|
-
readonly size?: import("@tamagui/
|
|
136
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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 size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
138
138
|
} | ({
|
|
139
|
-
readonly size?: import("@tamagui/
|
|
139
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
140
140
|
} & {
|
|
141
141
|
[x: string]: undefined;
|
|
142
142
|
}), string | number> & {
|
|
143
143
|
[x: string]: undefined;
|
|
144
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
145
|
-
readonly size?: import("@tamagui/
|
|
144
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
145
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
146
146
|
} | ({
|
|
147
|
-
readonly size?: import("@tamagui/
|
|
147
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
148
148
|
} & {
|
|
149
149
|
[x: string]: undefined;
|
|
150
150
|
})) & ({} | {
|
|
@@ -153,10 +153,10 @@ export declare const H1: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
153
153
|
[x: string]: undefined;
|
|
154
154
|
}), string | number> & {
|
|
155
155
|
[x: string]: undefined;
|
|
156
|
-
} & import("@tamagui/
|
|
157
|
-
readonly size?: import("@tamagui/
|
|
156
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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 size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
158
158
|
} | ({
|
|
159
|
-
readonly size?: import("@tamagui/
|
|
159
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
160
160
|
} & {
|
|
161
161
|
[x: string]: undefined;
|
|
162
162
|
})) & ({} | {
|
|
@@ -165,10 +165,10 @@ export declare const H1: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
165
165
|
[x: string]: undefined;
|
|
166
166
|
}), string | number> & {
|
|
167
167
|
[x: string]: undefined;
|
|
168
|
-
}>> & import("@tamagui/
|
|
169
|
-
readonly size?: import("@tamagui/
|
|
168
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
169
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
170
170
|
} | ({
|
|
171
|
-
readonly size?: import("@tamagui/
|
|
171
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
172
172
|
} & {
|
|
173
173
|
[x: string]: undefined;
|
|
174
174
|
})) & ({} | {
|
|
@@ -177,10 +177,10 @@ export declare const H1: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
177
177
|
[x: string]: undefined;
|
|
178
178
|
}), string | number> & {
|
|
179
179
|
[x: string]: undefined;
|
|
180
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
181
|
-
readonly size?: import("@tamagui/
|
|
180
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
181
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
182
182
|
} | ({
|
|
183
|
-
readonly size?: import("@tamagui/
|
|
183
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
184
184
|
} & {
|
|
185
185
|
[x: string]: undefined;
|
|
186
186
|
})) & ({} | {
|
|
@@ -189,10 +189,10 @@ export declare const H1: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
189
189
|
[x: string]: undefined;
|
|
190
190
|
}), string | number> & {
|
|
191
191
|
[x: string]: undefined;
|
|
192
|
-
} & import("@tamagui/
|
|
193
|
-
readonly size?: import("@tamagui/
|
|
192
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
193
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
194
194
|
} | ({
|
|
195
|
-
readonly size?: import("@tamagui/
|
|
195
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
196
196
|
} & {
|
|
197
197
|
[x: string]: undefined;
|
|
198
198
|
})) & ({} | {
|
|
@@ -201,10 +201,10 @@ export declare const H1: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
201
201
|
[x: string]: undefined;
|
|
202
202
|
}), string | number> & {
|
|
203
203
|
[x: string]: undefined;
|
|
204
|
-
}>> & import("@tamagui/
|
|
205
|
-
readonly size?: import("@tamagui/
|
|
204
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
205
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
206
206
|
} | ({
|
|
207
|
-
readonly size?: import("@tamagui/
|
|
207
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
208
208
|
} & {
|
|
209
209
|
[x: string]: undefined;
|
|
210
210
|
})) & ({} | {
|
|
@@ -213,10 +213,10 @@ export declare const H1: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
213
213
|
[x: string]: undefined;
|
|
214
214
|
}), string | number> & {
|
|
215
215
|
[x: string]: undefined;
|
|
216
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
217
|
-
readonly size?: import("@tamagui/
|
|
216
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
217
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
218
218
|
} | ({
|
|
219
|
-
readonly size?: import("@tamagui/
|
|
219
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
220
220
|
} & {
|
|
221
221
|
[x: string]: undefined;
|
|
222
222
|
})) & ({} | {
|
|
@@ -225,10 +225,10 @@ export declare const H1: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
225
225
|
[x: string]: undefined;
|
|
226
226
|
}), string | number> & {
|
|
227
227
|
[x: string]: undefined;
|
|
228
|
-
} & import("@tamagui/
|
|
229
|
-
readonly size?: import("@tamagui/
|
|
228
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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 size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
230
230
|
} | ({
|
|
231
|
-
readonly size?: import("@tamagui/
|
|
231
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
232
232
|
} & {
|
|
233
233
|
[x: string]: undefined;
|
|
234
234
|
})) & ({} | {
|
|
@@ -237,10 +237,10 @@ export declare const H1: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
237
237
|
[x: string]: undefined;
|
|
238
238
|
}), string | number> & {
|
|
239
239
|
[x: string]: undefined;
|
|
240
|
-
}>> & import("@tamagui/
|
|
241
|
-
readonly size?: import("@tamagui/
|
|
240
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
241
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
242
242
|
} | ({
|
|
243
|
-
readonly size?: import("@tamagui/
|
|
243
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
244
244
|
} & {
|
|
245
245
|
[x: string]: undefined;
|
|
246
246
|
})) & ({} | {
|
|
@@ -249,10 +249,10 @@ export declare const H1: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
249
249
|
[x: string]: undefined;
|
|
250
250
|
}), string | number> & {
|
|
251
251
|
[x: string]: undefined;
|
|
252
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
253
|
-
readonly size?: import("@tamagui/
|
|
252
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
253
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
254
254
|
} | ({
|
|
255
|
-
readonly size?: import("@tamagui/
|
|
255
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
256
256
|
} & {
|
|
257
257
|
[x: string]: undefined;
|
|
258
258
|
})) & ({} | {
|
|
@@ -261,10 +261,10 @@ export declare const H1: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
261
261
|
[x: string]: undefined;
|
|
262
262
|
}), string | number> & {
|
|
263
263
|
[x: string]: undefined;
|
|
264
|
-
} & import("@tamagui/
|
|
265
|
-
readonly size?: import("@tamagui/
|
|
264
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
265
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
266
266
|
} | ({
|
|
267
|
-
readonly size?: import("@tamagui/
|
|
267
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
268
268
|
} & {
|
|
269
269
|
[x: string]: undefined;
|
|
270
270
|
})) & ({} | {
|
|
@@ -273,10 +273,10 @@ export declare const H1: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
273
273
|
[x: string]: undefined;
|
|
274
274
|
}), string | number> & {
|
|
275
275
|
[x: string]: undefined;
|
|
276
|
-
}>> & import("@tamagui/
|
|
277
|
-
readonly size?: import("@tamagui/
|
|
276
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
277
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
278
278
|
} | ({
|
|
279
|
-
readonly size?: import("@tamagui/
|
|
279
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
280
280
|
} & {
|
|
281
281
|
[x: string]: undefined;
|
|
282
282
|
})) & ({} | {
|
|
@@ -285,10 +285,10 @@ export declare const H1: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
285
285
|
[x: string]: undefined;
|
|
286
286
|
}), string | number> & {
|
|
287
287
|
[x: string]: undefined;
|
|
288
|
-
}>>), import("@tamagui/
|
|
289
|
-
readonly size?: import("@tamagui/
|
|
288
|
+
}>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
|
|
289
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
290
290
|
} | ({
|
|
291
|
-
readonly size?: import("@tamagui/
|
|
291
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
292
292
|
} & {
|
|
293
293
|
[x: string]: undefined;
|
|
294
294
|
})) & ({} | {
|
|
@@ -304,76 +304,76 @@ export declare const H1: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
304
304
|
} | {
|
|
305
305
|
[x: string]: undefined;
|
|
306
306
|
})>;
|
|
307
|
-
export declare const H2: import("@tamagui/
|
|
308
|
-
readonly size?: import("@tamagui/
|
|
309
|
-
} & import("@tamagui/
|
|
310
|
-
readonly size?: import("@tamagui/
|
|
311
|
-
}>> & import("@tamagui/
|
|
312
|
-
readonly size?: import("@tamagui/
|
|
313
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
314
|
-
readonly size?: import("@tamagui/
|
|
307
|
+
export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
308
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
309
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
310
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
311
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
312
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
313
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
314
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
315
315
|
}, string | number> & {
|
|
316
316
|
[x: string]: undefined;
|
|
317
|
-
} & import("@tamagui/
|
|
318
|
-
readonly size?: import("@tamagui/
|
|
317
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
318
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
319
319
|
}, string | number> & {
|
|
320
320
|
[x: string]: undefined;
|
|
321
|
-
}>> & import("@tamagui/
|
|
322
|
-
readonly size?: import("@tamagui/
|
|
321
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
322
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
323
323
|
}, string | number> & {
|
|
324
324
|
[x: string]: undefined;
|
|
325
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
326
|
-
readonly size?: import("@tamagui/
|
|
325
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
326
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
327
327
|
} | ({
|
|
328
|
-
readonly size?: import("@tamagui/
|
|
328
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
329
329
|
} & {
|
|
330
330
|
[x: string]: undefined;
|
|
331
331
|
}), string | number> & {
|
|
332
332
|
[x: string]: undefined;
|
|
333
|
-
} & import("@tamagui/
|
|
334
|
-
readonly size?: import("@tamagui/
|
|
333
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
334
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
335
335
|
} | ({
|
|
336
|
-
readonly size?: import("@tamagui/
|
|
336
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
337
337
|
} & {
|
|
338
338
|
[x: string]: undefined;
|
|
339
339
|
}), string | number> & {
|
|
340
340
|
[x: string]: undefined;
|
|
341
|
-
}>> & import("@tamagui/
|
|
342
|
-
readonly size?: import("@tamagui/
|
|
341
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
342
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
343
343
|
} | ({
|
|
344
|
-
readonly size?: import("@tamagui/
|
|
344
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
345
345
|
} & {
|
|
346
346
|
[x: string]: undefined;
|
|
347
347
|
}), string | number> & {
|
|
348
348
|
[x: string]: undefined;
|
|
349
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
350
|
-
readonly size?: import("@tamagui/
|
|
349
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
350
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
351
351
|
} | ({
|
|
352
|
-
readonly size?: import("@tamagui/
|
|
352
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
353
353
|
} & {
|
|
354
354
|
[x: string]: undefined;
|
|
355
355
|
}), string | number> & {
|
|
356
356
|
[x: string]: undefined;
|
|
357
|
-
} & import("@tamagui/
|
|
358
|
-
readonly size?: import("@tamagui/
|
|
357
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
358
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
359
359
|
} | ({
|
|
360
|
-
readonly size?: import("@tamagui/
|
|
360
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
361
361
|
} & {
|
|
362
362
|
[x: string]: undefined;
|
|
363
363
|
}), string | number> & {
|
|
364
364
|
[x: string]: undefined;
|
|
365
|
-
}>> & import("@tamagui/
|
|
366
|
-
readonly size?: import("@tamagui/
|
|
365
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
366
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
367
367
|
} | ({
|
|
368
|
-
readonly size?: import("@tamagui/
|
|
368
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
369
369
|
} & {
|
|
370
370
|
[x: string]: undefined;
|
|
371
371
|
}), string | number> & {
|
|
372
372
|
[x: string]: undefined;
|
|
373
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
374
|
-
readonly size?: import("@tamagui/
|
|
373
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
374
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
375
375
|
} | ({
|
|
376
|
-
readonly size?: import("@tamagui/
|
|
376
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
377
377
|
} & {
|
|
378
378
|
[x: string]: undefined;
|
|
379
379
|
})) & ({} | {
|
|
@@ -382,10 +382,10 @@ export declare const H2: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
382
382
|
[x: string]: undefined;
|
|
383
383
|
}), string | number> & {
|
|
384
384
|
[x: string]: undefined;
|
|
385
|
-
} & import("@tamagui/
|
|
386
|
-
readonly size?: import("@tamagui/
|
|
385
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
386
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
387
387
|
} | ({
|
|
388
|
-
readonly size?: import("@tamagui/
|
|
388
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
389
389
|
} & {
|
|
390
390
|
[x: string]: undefined;
|
|
391
391
|
})) & ({} | {
|
|
@@ -394,10 +394,10 @@ export declare const H2: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
394
394
|
[x: string]: undefined;
|
|
395
395
|
}), string | number> & {
|
|
396
396
|
[x: string]: undefined;
|
|
397
|
-
}>> & import("@tamagui/
|
|
398
|
-
readonly size?: import("@tamagui/
|
|
397
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
398
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
399
399
|
} | ({
|
|
400
|
-
readonly size?: import("@tamagui/
|
|
400
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
401
401
|
} & {
|
|
402
402
|
[x: string]: undefined;
|
|
403
403
|
})) & ({} | {
|
|
@@ -406,10 +406,10 @@ export declare const H2: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
406
406
|
[x: string]: undefined;
|
|
407
407
|
}), string | number> & {
|
|
408
408
|
[x: string]: undefined;
|
|
409
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
410
|
-
readonly size?: import("@tamagui/
|
|
409
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
410
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
411
411
|
} | ({
|
|
412
|
-
readonly size?: import("@tamagui/
|
|
412
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
413
413
|
} & {
|
|
414
414
|
[x: string]: undefined;
|
|
415
415
|
})) & ({} | {
|
|
@@ -418,10 +418,10 @@ export declare const H2: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
418
418
|
[x: string]: undefined;
|
|
419
419
|
}), string | number> & {
|
|
420
420
|
[x: string]: undefined;
|
|
421
|
-
} & import("@tamagui/
|
|
422
|
-
readonly size?: import("@tamagui/
|
|
421
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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 size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
423
423
|
} | ({
|
|
424
|
-
readonly size?: import("@tamagui/
|
|
424
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
425
425
|
} & {
|
|
426
426
|
[x: string]: undefined;
|
|
427
427
|
})) & ({} | {
|
|
@@ -430,10 +430,10 @@ export declare const H2: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
430
430
|
[x: string]: undefined;
|
|
431
431
|
}), string | number> & {
|
|
432
432
|
[x: string]: undefined;
|
|
433
|
-
}>> & import("@tamagui/
|
|
434
|
-
readonly size?: import("@tamagui/
|
|
433
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
434
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
435
435
|
} | ({
|
|
436
|
-
readonly size?: import("@tamagui/
|
|
436
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
437
437
|
} & {
|
|
438
438
|
[x: string]: undefined;
|
|
439
439
|
})) & ({} | {
|
|
@@ -442,10 +442,10 @@ export declare const H2: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
442
442
|
[x: string]: undefined;
|
|
443
443
|
}), string | number> & {
|
|
444
444
|
[x: string]: undefined;
|
|
445
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
446
|
-
readonly size?: import("@tamagui/
|
|
445
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
446
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
447
447
|
} | ({
|
|
448
|
-
readonly size?: import("@tamagui/
|
|
448
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
449
449
|
} & {
|
|
450
450
|
[x: string]: undefined;
|
|
451
451
|
})) & ({} | {
|
|
@@ -454,10 +454,10 @@ export declare const H2: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
454
454
|
[x: string]: undefined;
|
|
455
455
|
}), string | number> & {
|
|
456
456
|
[x: string]: undefined;
|
|
457
|
-
} & import("@tamagui/
|
|
458
|
-
readonly size?: import("@tamagui/
|
|
457
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
458
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
459
459
|
} | ({
|
|
460
|
-
readonly size?: import("@tamagui/
|
|
460
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
461
461
|
} & {
|
|
462
462
|
[x: string]: undefined;
|
|
463
463
|
})) & ({} | {
|
|
@@ -466,10 +466,10 @@ export declare const H2: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
466
466
|
[x: string]: undefined;
|
|
467
467
|
}), string | number> & {
|
|
468
468
|
[x: string]: undefined;
|
|
469
|
-
}>> & import("@tamagui/
|
|
470
|
-
readonly size?: import("@tamagui/
|
|
469
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
470
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
471
471
|
} | ({
|
|
472
|
-
readonly size?: import("@tamagui/
|
|
472
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
473
473
|
} & {
|
|
474
474
|
[x: string]: undefined;
|
|
475
475
|
})) & ({} | {
|
|
@@ -478,10 +478,10 @@ export declare const H2: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
478
478
|
[x: string]: undefined;
|
|
479
479
|
}), string | number> & {
|
|
480
480
|
[x: string]: undefined;
|
|
481
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
482
|
-
readonly size?: import("@tamagui/
|
|
481
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
482
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
483
483
|
} | ({
|
|
484
|
-
readonly size?: import("@tamagui/
|
|
484
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
485
485
|
} & {
|
|
486
486
|
[x: string]: undefined;
|
|
487
487
|
})) & ({} | {
|
|
@@ -490,10 +490,10 @@ export declare const H2: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
490
490
|
[x: string]: undefined;
|
|
491
491
|
}), string | number> & {
|
|
492
492
|
[x: string]: undefined;
|
|
493
|
-
} & import("@tamagui/
|
|
494
|
-
readonly size?: import("@tamagui/
|
|
493
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
494
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
495
495
|
} | ({
|
|
496
|
-
readonly size?: import("@tamagui/
|
|
496
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
497
497
|
} & {
|
|
498
498
|
[x: string]: undefined;
|
|
499
499
|
})) & ({} | {
|
|
@@ -502,10 +502,10 @@ export declare const H2: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
502
502
|
[x: string]: undefined;
|
|
503
503
|
}), string | number> & {
|
|
504
504
|
[x: string]: undefined;
|
|
505
|
-
}>> & import("@tamagui/
|
|
506
|
-
readonly size?: import("@tamagui/
|
|
505
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
506
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
507
507
|
} | ({
|
|
508
|
-
readonly size?: import("@tamagui/
|
|
508
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
509
509
|
} & {
|
|
510
510
|
[x: string]: undefined;
|
|
511
511
|
})) & ({} | {
|
|
@@ -514,10 +514,10 @@ export declare const H2: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
514
514
|
[x: string]: undefined;
|
|
515
515
|
}), string | number> & {
|
|
516
516
|
[x: string]: undefined;
|
|
517
|
-
}>>), import("@tamagui/
|
|
518
|
-
readonly size?: import("@tamagui/
|
|
517
|
+
}>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
|
|
518
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
519
519
|
} | ({
|
|
520
|
-
readonly size?: import("@tamagui/
|
|
520
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
521
521
|
} & {
|
|
522
522
|
[x: string]: undefined;
|
|
523
523
|
})) & ({} | {
|
|
@@ -533,76 +533,76 @@ export declare const H2: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
533
533
|
} | {
|
|
534
534
|
[x: string]: undefined;
|
|
535
535
|
})>;
|
|
536
|
-
export declare const H3: import("@tamagui/
|
|
537
|
-
readonly size?: import("@tamagui/
|
|
538
|
-
} & import("@tamagui/
|
|
539
|
-
readonly size?: import("@tamagui/
|
|
540
|
-
}>> & import("@tamagui/
|
|
541
|
-
readonly size?: import("@tamagui/
|
|
542
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
543
|
-
readonly size?: import("@tamagui/
|
|
536
|
+
export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
537
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
538
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
539
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
540
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
541
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
542
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
543
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
544
544
|
}, string | number> & {
|
|
545
545
|
[x: string]: undefined;
|
|
546
|
-
} & import("@tamagui/
|
|
547
|
-
readonly size?: import("@tamagui/
|
|
546
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
547
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
548
548
|
}, string | number> & {
|
|
549
549
|
[x: string]: undefined;
|
|
550
|
-
}>> & import("@tamagui/
|
|
551
|
-
readonly size?: import("@tamagui/
|
|
550
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
551
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
552
552
|
}, string | number> & {
|
|
553
553
|
[x: string]: undefined;
|
|
554
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
555
|
-
readonly size?: import("@tamagui/
|
|
554
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
555
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
556
556
|
} | ({
|
|
557
|
-
readonly size?: import("@tamagui/
|
|
557
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
558
558
|
} & {
|
|
559
559
|
[x: string]: undefined;
|
|
560
560
|
}), string | number> & {
|
|
561
561
|
[x: string]: undefined;
|
|
562
|
-
} & import("@tamagui/
|
|
563
|
-
readonly size?: import("@tamagui/
|
|
562
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
563
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
564
564
|
} | ({
|
|
565
|
-
readonly size?: import("@tamagui/
|
|
565
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
566
566
|
} & {
|
|
567
567
|
[x: string]: undefined;
|
|
568
568
|
}), string | number> & {
|
|
569
569
|
[x: string]: undefined;
|
|
570
|
-
}>> & import("@tamagui/
|
|
571
|
-
readonly size?: import("@tamagui/
|
|
570
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
571
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
572
572
|
} | ({
|
|
573
|
-
readonly size?: import("@tamagui/
|
|
573
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
574
574
|
} & {
|
|
575
575
|
[x: string]: undefined;
|
|
576
576
|
}), string | number> & {
|
|
577
577
|
[x: string]: undefined;
|
|
578
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
579
|
-
readonly size?: import("@tamagui/
|
|
578
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
579
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
580
580
|
} | ({
|
|
581
|
-
readonly size?: import("@tamagui/
|
|
581
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
582
582
|
} & {
|
|
583
583
|
[x: string]: undefined;
|
|
584
584
|
}), string | number> & {
|
|
585
585
|
[x: string]: undefined;
|
|
586
|
-
} & import("@tamagui/
|
|
587
|
-
readonly size?: import("@tamagui/
|
|
586
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
587
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
588
588
|
} | ({
|
|
589
|
-
readonly size?: import("@tamagui/
|
|
589
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
590
590
|
} & {
|
|
591
591
|
[x: string]: undefined;
|
|
592
592
|
}), string | number> & {
|
|
593
593
|
[x: string]: undefined;
|
|
594
|
-
}>> & import("@tamagui/
|
|
595
|
-
readonly size?: import("@tamagui/
|
|
594
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
595
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
596
596
|
} | ({
|
|
597
|
-
readonly size?: import("@tamagui/
|
|
597
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
598
598
|
} & {
|
|
599
599
|
[x: string]: undefined;
|
|
600
600
|
}), string | number> & {
|
|
601
601
|
[x: string]: undefined;
|
|
602
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
603
|
-
readonly size?: import("@tamagui/
|
|
602
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
603
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
604
604
|
} | ({
|
|
605
|
-
readonly size?: import("@tamagui/
|
|
605
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
606
606
|
} & {
|
|
607
607
|
[x: string]: undefined;
|
|
608
608
|
})) & ({} | {
|
|
@@ -611,10 +611,10 @@ export declare const H3: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
611
611
|
[x: string]: undefined;
|
|
612
612
|
}), string | number> & {
|
|
613
613
|
[x: string]: undefined;
|
|
614
|
-
} & import("@tamagui/
|
|
615
|
-
readonly size?: import("@tamagui/
|
|
614
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
615
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
616
616
|
} | ({
|
|
617
|
-
readonly size?: import("@tamagui/
|
|
617
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
618
618
|
} & {
|
|
619
619
|
[x: string]: undefined;
|
|
620
620
|
})) & ({} | {
|
|
@@ -623,10 +623,10 @@ export declare const H3: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
623
623
|
[x: string]: undefined;
|
|
624
624
|
}), string | number> & {
|
|
625
625
|
[x: string]: undefined;
|
|
626
|
-
}>> & import("@tamagui/
|
|
627
|
-
readonly size?: import("@tamagui/
|
|
626
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
627
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
628
628
|
} | ({
|
|
629
|
-
readonly size?: import("@tamagui/
|
|
629
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
630
630
|
} & {
|
|
631
631
|
[x: string]: undefined;
|
|
632
632
|
})) & ({} | {
|
|
@@ -635,10 +635,10 @@ export declare const H3: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
635
635
|
[x: string]: undefined;
|
|
636
636
|
}), string | number> & {
|
|
637
637
|
[x: string]: undefined;
|
|
638
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
639
|
-
readonly size?: import("@tamagui/
|
|
638
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
639
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
640
640
|
} | ({
|
|
641
|
-
readonly size?: import("@tamagui/
|
|
641
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
642
642
|
} & {
|
|
643
643
|
[x: string]: undefined;
|
|
644
644
|
})) & ({} | {
|
|
@@ -647,10 +647,10 @@ export declare const H3: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
647
647
|
[x: string]: undefined;
|
|
648
648
|
}), string | number> & {
|
|
649
649
|
[x: string]: undefined;
|
|
650
|
-
} & import("@tamagui/
|
|
651
|
-
readonly size?: import("@tamagui/
|
|
650
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
651
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
652
652
|
} | ({
|
|
653
|
-
readonly size?: import("@tamagui/
|
|
653
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
654
654
|
} & {
|
|
655
655
|
[x: string]: undefined;
|
|
656
656
|
})) & ({} | {
|
|
@@ -659,10 +659,10 @@ export declare const H3: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
659
659
|
[x: string]: undefined;
|
|
660
660
|
}), string | number> & {
|
|
661
661
|
[x: string]: undefined;
|
|
662
|
-
}>> & import("@tamagui/
|
|
663
|
-
readonly size?: import("@tamagui/
|
|
662
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
663
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
664
664
|
} | ({
|
|
665
|
-
readonly size?: import("@tamagui/
|
|
665
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
666
666
|
} & {
|
|
667
667
|
[x: string]: undefined;
|
|
668
668
|
})) & ({} | {
|
|
@@ -671,10 +671,10 @@ export declare const H3: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
671
671
|
[x: string]: undefined;
|
|
672
672
|
}), string | number> & {
|
|
673
673
|
[x: string]: undefined;
|
|
674
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
675
|
-
readonly size?: import("@tamagui/
|
|
674
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
675
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
676
676
|
} | ({
|
|
677
|
-
readonly size?: import("@tamagui/
|
|
677
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
678
678
|
} & {
|
|
679
679
|
[x: string]: undefined;
|
|
680
680
|
})) & ({} | {
|
|
@@ -683,10 +683,10 @@ export declare const H3: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
683
683
|
[x: string]: undefined;
|
|
684
684
|
}), string | number> & {
|
|
685
685
|
[x: string]: undefined;
|
|
686
|
-
} & import("@tamagui/
|
|
687
|
-
readonly size?: import("@tamagui/
|
|
686
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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 size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
688
688
|
} | ({
|
|
689
|
-
readonly size?: import("@tamagui/
|
|
689
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
690
690
|
} & {
|
|
691
691
|
[x: string]: undefined;
|
|
692
692
|
})) & ({} | {
|
|
@@ -695,10 +695,10 @@ export declare const H3: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
695
695
|
[x: string]: undefined;
|
|
696
696
|
}), string | number> & {
|
|
697
697
|
[x: string]: undefined;
|
|
698
|
-
}>> & import("@tamagui/
|
|
699
|
-
readonly size?: import("@tamagui/
|
|
698
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
699
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
700
700
|
} | ({
|
|
701
|
-
readonly size?: import("@tamagui/
|
|
701
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
702
702
|
} & {
|
|
703
703
|
[x: string]: undefined;
|
|
704
704
|
})) & ({} | {
|
|
@@ -707,10 +707,10 @@ export declare const H3: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
707
707
|
[x: string]: undefined;
|
|
708
708
|
}), string | number> & {
|
|
709
709
|
[x: string]: undefined;
|
|
710
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
711
|
-
readonly size?: import("@tamagui/
|
|
710
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
711
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
712
712
|
} | ({
|
|
713
|
-
readonly size?: import("@tamagui/
|
|
713
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
714
714
|
} & {
|
|
715
715
|
[x: string]: undefined;
|
|
716
716
|
})) & ({} | {
|
|
@@ -719,10 +719,10 @@ export declare const H3: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
719
719
|
[x: string]: undefined;
|
|
720
720
|
}), string | number> & {
|
|
721
721
|
[x: string]: undefined;
|
|
722
|
-
} & import("@tamagui/
|
|
723
|
-
readonly size?: import("@tamagui/
|
|
722
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
723
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
724
724
|
} | ({
|
|
725
|
-
readonly size?: import("@tamagui/
|
|
725
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
726
726
|
} & {
|
|
727
727
|
[x: string]: undefined;
|
|
728
728
|
})) & ({} | {
|
|
@@ -731,10 +731,10 @@ export declare const H3: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
731
731
|
[x: string]: undefined;
|
|
732
732
|
}), string | number> & {
|
|
733
733
|
[x: string]: undefined;
|
|
734
|
-
}>> & import("@tamagui/
|
|
735
|
-
readonly size?: import("@tamagui/
|
|
734
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
735
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
736
736
|
} | ({
|
|
737
|
-
readonly size?: import("@tamagui/
|
|
737
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
738
738
|
} & {
|
|
739
739
|
[x: string]: undefined;
|
|
740
740
|
})) & ({} | {
|
|
@@ -743,10 +743,10 @@ export declare const H3: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
743
743
|
[x: string]: undefined;
|
|
744
744
|
}), string | number> & {
|
|
745
745
|
[x: string]: undefined;
|
|
746
|
-
}>>), import("@tamagui/
|
|
747
|
-
readonly size?: import("@tamagui/
|
|
746
|
+
}>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
|
|
747
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
748
748
|
} | ({
|
|
749
|
-
readonly size?: import("@tamagui/
|
|
749
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
750
750
|
} & {
|
|
751
751
|
[x: string]: undefined;
|
|
752
752
|
})) & ({} | {
|
|
@@ -762,76 +762,76 @@ export declare const H3: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
762
762
|
} | {
|
|
763
763
|
[x: string]: undefined;
|
|
764
764
|
})>;
|
|
765
|
-
export declare const H4: import("@tamagui/
|
|
766
|
-
readonly size?: import("@tamagui/
|
|
767
|
-
} & import("@tamagui/
|
|
768
|
-
readonly size?: import("@tamagui/
|
|
769
|
-
}>> & import("@tamagui/
|
|
770
|
-
readonly size?: import("@tamagui/
|
|
771
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
772
|
-
readonly size?: import("@tamagui/
|
|
765
|
+
export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
766
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
767
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
768
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
769
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
770
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
771
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
772
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
773
773
|
}, string | number> & {
|
|
774
774
|
[x: string]: undefined;
|
|
775
|
-
} & import("@tamagui/
|
|
776
|
-
readonly size?: import("@tamagui/
|
|
775
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
776
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
777
777
|
}, string | number> & {
|
|
778
778
|
[x: string]: undefined;
|
|
779
|
-
}>> & import("@tamagui/
|
|
780
|
-
readonly size?: import("@tamagui/
|
|
779
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
780
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
781
781
|
}, string | number> & {
|
|
782
782
|
[x: string]: undefined;
|
|
783
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
784
|
-
readonly size?: import("@tamagui/
|
|
783
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
784
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
785
785
|
} | ({
|
|
786
|
-
readonly size?: import("@tamagui/
|
|
786
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
787
787
|
} & {
|
|
788
788
|
[x: string]: undefined;
|
|
789
789
|
}), string | number> & {
|
|
790
790
|
[x: string]: undefined;
|
|
791
|
-
} & import("@tamagui/
|
|
792
|
-
readonly size?: import("@tamagui/
|
|
791
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
792
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
793
793
|
} | ({
|
|
794
|
-
readonly size?: import("@tamagui/
|
|
794
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
795
795
|
} & {
|
|
796
796
|
[x: string]: undefined;
|
|
797
797
|
}), string | number> & {
|
|
798
798
|
[x: string]: undefined;
|
|
799
|
-
}>> & import("@tamagui/
|
|
800
|
-
readonly size?: import("@tamagui/
|
|
799
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
800
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
801
801
|
} | ({
|
|
802
|
-
readonly size?: import("@tamagui/
|
|
802
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
803
803
|
} & {
|
|
804
804
|
[x: string]: undefined;
|
|
805
805
|
}), string | number> & {
|
|
806
806
|
[x: string]: undefined;
|
|
807
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
808
|
-
readonly size?: import("@tamagui/
|
|
807
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
808
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
809
809
|
} | ({
|
|
810
|
-
readonly size?: import("@tamagui/
|
|
810
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
811
811
|
} & {
|
|
812
812
|
[x: string]: undefined;
|
|
813
813
|
}), string | number> & {
|
|
814
814
|
[x: string]: undefined;
|
|
815
|
-
} & import("@tamagui/
|
|
816
|
-
readonly size?: import("@tamagui/
|
|
815
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
816
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
817
817
|
} | ({
|
|
818
|
-
readonly size?: import("@tamagui/
|
|
818
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
819
819
|
} & {
|
|
820
820
|
[x: string]: undefined;
|
|
821
821
|
}), string | number> & {
|
|
822
822
|
[x: string]: undefined;
|
|
823
|
-
}>> & import("@tamagui/
|
|
824
|
-
readonly size?: import("@tamagui/
|
|
823
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
824
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
825
825
|
} | ({
|
|
826
|
-
readonly size?: import("@tamagui/
|
|
826
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
827
827
|
} & {
|
|
828
828
|
[x: string]: undefined;
|
|
829
829
|
}), string | number> & {
|
|
830
830
|
[x: string]: undefined;
|
|
831
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
832
|
-
readonly size?: import("@tamagui/
|
|
831
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
832
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
833
833
|
} | ({
|
|
834
|
-
readonly size?: import("@tamagui/
|
|
834
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
835
835
|
} & {
|
|
836
836
|
[x: string]: undefined;
|
|
837
837
|
})) & ({} | {
|
|
@@ -840,10 +840,10 @@ export declare const H4: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
840
840
|
[x: string]: undefined;
|
|
841
841
|
}), string | number> & {
|
|
842
842
|
[x: string]: undefined;
|
|
843
|
-
} & import("@tamagui/
|
|
844
|
-
readonly size?: import("@tamagui/
|
|
843
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
844
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
845
845
|
} | ({
|
|
846
|
-
readonly size?: import("@tamagui/
|
|
846
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
847
847
|
} & {
|
|
848
848
|
[x: string]: undefined;
|
|
849
849
|
})) & ({} | {
|
|
@@ -852,10 +852,10 @@ export declare const H4: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
852
852
|
[x: string]: undefined;
|
|
853
853
|
}), string | number> & {
|
|
854
854
|
[x: string]: undefined;
|
|
855
|
-
}>> & import("@tamagui/
|
|
856
|
-
readonly size?: import("@tamagui/
|
|
855
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
856
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
857
857
|
} | ({
|
|
858
|
-
readonly size?: import("@tamagui/
|
|
858
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
859
859
|
} & {
|
|
860
860
|
[x: string]: undefined;
|
|
861
861
|
})) & ({} | {
|
|
@@ -864,10 +864,10 @@ export declare const H4: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
864
864
|
[x: string]: undefined;
|
|
865
865
|
}), string | number> & {
|
|
866
866
|
[x: string]: undefined;
|
|
867
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
868
|
-
readonly size?: import("@tamagui/
|
|
867
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
868
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
869
869
|
} | ({
|
|
870
|
-
readonly size?: import("@tamagui/
|
|
870
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
871
871
|
} & {
|
|
872
872
|
[x: string]: undefined;
|
|
873
873
|
})) & ({} | {
|
|
@@ -876,10 +876,10 @@ export declare const H4: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
876
876
|
[x: string]: undefined;
|
|
877
877
|
}), string | number> & {
|
|
878
878
|
[x: string]: undefined;
|
|
879
|
-
} & import("@tamagui/
|
|
880
|
-
readonly size?: import("@tamagui/
|
|
879
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
880
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
881
881
|
} | ({
|
|
882
|
-
readonly size?: import("@tamagui/
|
|
882
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
883
883
|
} & {
|
|
884
884
|
[x: string]: undefined;
|
|
885
885
|
})) & ({} | {
|
|
@@ -888,10 +888,10 @@ export declare const H4: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
888
888
|
[x: string]: undefined;
|
|
889
889
|
}), string | number> & {
|
|
890
890
|
[x: string]: undefined;
|
|
891
|
-
}>> & import("@tamagui/
|
|
892
|
-
readonly size?: import("@tamagui/
|
|
891
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
892
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
893
893
|
} | ({
|
|
894
|
-
readonly size?: import("@tamagui/
|
|
894
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
895
895
|
} & {
|
|
896
896
|
[x: string]: undefined;
|
|
897
897
|
})) & ({} | {
|
|
@@ -900,10 +900,10 @@ export declare const H4: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
900
900
|
[x: string]: undefined;
|
|
901
901
|
}), string | number> & {
|
|
902
902
|
[x: string]: undefined;
|
|
903
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
904
|
-
readonly size?: import("@tamagui/
|
|
903
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
904
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
905
905
|
} | ({
|
|
906
|
-
readonly size?: import("@tamagui/
|
|
906
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
907
907
|
} & {
|
|
908
908
|
[x: string]: undefined;
|
|
909
909
|
})) & ({} | {
|
|
@@ -912,10 +912,10 @@ export declare const H4: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
912
912
|
[x: string]: undefined;
|
|
913
913
|
}), string | number> & {
|
|
914
914
|
[x: string]: undefined;
|
|
915
|
-
} & import("@tamagui/
|
|
916
|
-
readonly size?: import("@tamagui/
|
|
915
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
916
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
917
917
|
} | ({
|
|
918
|
-
readonly size?: import("@tamagui/
|
|
918
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
919
919
|
} & {
|
|
920
920
|
[x: string]: undefined;
|
|
921
921
|
})) & ({} | {
|
|
@@ -924,10 +924,10 @@ export declare const H4: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
924
924
|
[x: string]: undefined;
|
|
925
925
|
}), string | number> & {
|
|
926
926
|
[x: string]: undefined;
|
|
927
|
-
}>> & import("@tamagui/
|
|
928
|
-
readonly size?: import("@tamagui/
|
|
927
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
928
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
929
929
|
} | ({
|
|
930
|
-
readonly size?: import("@tamagui/
|
|
930
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
931
931
|
} & {
|
|
932
932
|
[x: string]: undefined;
|
|
933
933
|
})) & ({} | {
|
|
@@ -936,10 +936,10 @@ export declare const H4: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
936
936
|
[x: string]: undefined;
|
|
937
937
|
}), string | number> & {
|
|
938
938
|
[x: string]: undefined;
|
|
939
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
940
|
-
readonly size?: import("@tamagui/
|
|
939
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
940
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
941
941
|
} | ({
|
|
942
|
-
readonly size?: import("@tamagui/
|
|
942
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
943
943
|
} & {
|
|
944
944
|
[x: string]: undefined;
|
|
945
945
|
})) & ({} | {
|
|
@@ -948,10 +948,10 @@ export declare const H4: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
948
948
|
[x: string]: undefined;
|
|
949
949
|
}), string | number> & {
|
|
950
950
|
[x: string]: undefined;
|
|
951
|
-
} & import("@tamagui/
|
|
952
|
-
readonly size?: import("@tamagui/
|
|
951
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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 size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
953
953
|
} | ({
|
|
954
|
-
readonly size?: import("@tamagui/
|
|
954
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
955
955
|
} & {
|
|
956
956
|
[x: string]: undefined;
|
|
957
957
|
})) & ({} | {
|
|
@@ -960,10 +960,10 @@ export declare const H4: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
960
960
|
[x: string]: undefined;
|
|
961
961
|
}), string | number> & {
|
|
962
962
|
[x: string]: undefined;
|
|
963
|
-
}>> & import("@tamagui/
|
|
964
|
-
readonly size?: import("@tamagui/
|
|
963
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
964
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
965
965
|
} | ({
|
|
966
|
-
readonly size?: import("@tamagui/
|
|
966
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
967
967
|
} & {
|
|
968
968
|
[x: string]: undefined;
|
|
969
969
|
})) & ({} | {
|
|
@@ -972,10 +972,10 @@ export declare const H4: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
972
972
|
[x: string]: undefined;
|
|
973
973
|
}), string | number> & {
|
|
974
974
|
[x: string]: undefined;
|
|
975
|
-
}>>), import("@tamagui/
|
|
976
|
-
readonly size?: import("@tamagui/
|
|
975
|
+
}>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
|
|
976
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
977
977
|
} | ({
|
|
978
|
-
readonly size?: import("@tamagui/
|
|
978
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
979
979
|
} & {
|
|
980
980
|
[x: string]: undefined;
|
|
981
981
|
})) & ({} | {
|
|
@@ -991,76 +991,76 @@ export declare const H4: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
991
991
|
} | {
|
|
992
992
|
[x: string]: undefined;
|
|
993
993
|
})>;
|
|
994
|
-
export declare const H5: import("@tamagui/
|
|
995
|
-
readonly size?: import("@tamagui/
|
|
996
|
-
} & import("@tamagui/
|
|
997
|
-
readonly size?: import("@tamagui/
|
|
998
|
-
}>> & import("@tamagui/
|
|
999
|
-
readonly size?: import("@tamagui/
|
|
1000
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
1001
|
-
readonly size?: import("@tamagui/
|
|
994
|
+
export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
995
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
996
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
997
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
998
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
999
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1000
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1001
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1002
1002
|
}, string | number> & {
|
|
1003
1003
|
[x: string]: undefined;
|
|
1004
|
-
} & import("@tamagui/
|
|
1005
|
-
readonly size?: import("@tamagui/
|
|
1004
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1005
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1006
1006
|
}, string | number> & {
|
|
1007
1007
|
[x: string]: undefined;
|
|
1008
|
-
}>> & import("@tamagui/
|
|
1009
|
-
readonly size?: import("@tamagui/
|
|
1008
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1009
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1010
1010
|
}, string | number> & {
|
|
1011
1011
|
[x: string]: undefined;
|
|
1012
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
1013
|
-
readonly size?: import("@tamagui/
|
|
1012
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1013
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1014
1014
|
} | ({
|
|
1015
|
-
readonly size?: import("@tamagui/
|
|
1015
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1016
1016
|
} & {
|
|
1017
1017
|
[x: string]: undefined;
|
|
1018
1018
|
}), string | number> & {
|
|
1019
1019
|
[x: string]: undefined;
|
|
1020
|
-
} & import("@tamagui/
|
|
1021
|
-
readonly size?: import("@tamagui/
|
|
1020
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1021
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1022
1022
|
} | ({
|
|
1023
|
-
readonly size?: import("@tamagui/
|
|
1023
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1024
1024
|
} & {
|
|
1025
1025
|
[x: string]: undefined;
|
|
1026
1026
|
}), string | number> & {
|
|
1027
1027
|
[x: string]: undefined;
|
|
1028
|
-
}>> & import("@tamagui/
|
|
1029
|
-
readonly size?: import("@tamagui/
|
|
1028
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1029
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1030
1030
|
} | ({
|
|
1031
|
-
readonly size?: import("@tamagui/
|
|
1031
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1032
1032
|
} & {
|
|
1033
1033
|
[x: string]: undefined;
|
|
1034
1034
|
}), string | number> & {
|
|
1035
1035
|
[x: string]: undefined;
|
|
1036
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
1037
|
-
readonly size?: import("@tamagui/
|
|
1036
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1037
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1038
1038
|
} | ({
|
|
1039
|
-
readonly size?: import("@tamagui/
|
|
1039
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1040
1040
|
} & {
|
|
1041
1041
|
[x: string]: undefined;
|
|
1042
1042
|
}), string | number> & {
|
|
1043
1043
|
[x: string]: undefined;
|
|
1044
|
-
} & import("@tamagui/
|
|
1045
|
-
readonly size?: import("@tamagui/
|
|
1044
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1045
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1046
1046
|
} | ({
|
|
1047
|
-
readonly size?: import("@tamagui/
|
|
1047
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1048
1048
|
} & {
|
|
1049
1049
|
[x: string]: undefined;
|
|
1050
1050
|
}), string | number> & {
|
|
1051
1051
|
[x: string]: undefined;
|
|
1052
|
-
}>> & import("@tamagui/
|
|
1053
|
-
readonly size?: import("@tamagui/
|
|
1052
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1053
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1054
1054
|
} | ({
|
|
1055
|
-
readonly size?: import("@tamagui/
|
|
1055
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1056
1056
|
} & {
|
|
1057
1057
|
[x: string]: undefined;
|
|
1058
1058
|
}), string | number> & {
|
|
1059
1059
|
[x: string]: undefined;
|
|
1060
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
1061
|
-
readonly size?: import("@tamagui/
|
|
1060
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1061
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1062
1062
|
} | ({
|
|
1063
|
-
readonly size?: import("@tamagui/
|
|
1063
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1064
1064
|
} & {
|
|
1065
1065
|
[x: string]: undefined;
|
|
1066
1066
|
})) & ({} | {
|
|
@@ -1069,10 +1069,10 @@ export declare const H5: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1069
1069
|
[x: string]: undefined;
|
|
1070
1070
|
}), string | number> & {
|
|
1071
1071
|
[x: string]: undefined;
|
|
1072
|
-
} & import("@tamagui/
|
|
1073
|
-
readonly size?: import("@tamagui/
|
|
1072
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1073
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1074
1074
|
} | ({
|
|
1075
|
-
readonly size?: import("@tamagui/
|
|
1075
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1076
1076
|
} & {
|
|
1077
1077
|
[x: string]: undefined;
|
|
1078
1078
|
})) & ({} | {
|
|
@@ -1081,10 +1081,10 @@ export declare const H5: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1081
1081
|
[x: string]: undefined;
|
|
1082
1082
|
}), string | number> & {
|
|
1083
1083
|
[x: string]: undefined;
|
|
1084
|
-
}>> & import("@tamagui/
|
|
1085
|
-
readonly size?: import("@tamagui/
|
|
1084
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1085
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1086
1086
|
} | ({
|
|
1087
|
-
readonly size?: import("@tamagui/
|
|
1087
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1088
1088
|
} & {
|
|
1089
1089
|
[x: string]: undefined;
|
|
1090
1090
|
})) & ({} | {
|
|
@@ -1093,10 +1093,10 @@ export declare const H5: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1093
1093
|
[x: string]: undefined;
|
|
1094
1094
|
}), string | number> & {
|
|
1095
1095
|
[x: string]: undefined;
|
|
1096
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
1097
|
-
readonly size?: import("@tamagui/
|
|
1096
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1097
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1098
1098
|
} | ({
|
|
1099
|
-
readonly size?: import("@tamagui/
|
|
1099
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1100
1100
|
} & {
|
|
1101
1101
|
[x: string]: undefined;
|
|
1102
1102
|
})) & ({} | {
|
|
@@ -1105,10 +1105,10 @@ export declare const H5: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1105
1105
|
[x: string]: undefined;
|
|
1106
1106
|
}), string | number> & {
|
|
1107
1107
|
[x: string]: undefined;
|
|
1108
|
-
} & import("@tamagui/
|
|
1109
|
-
readonly size?: import("@tamagui/
|
|
1108
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1109
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1110
1110
|
} | ({
|
|
1111
|
-
readonly size?: import("@tamagui/
|
|
1111
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1112
1112
|
} & {
|
|
1113
1113
|
[x: string]: undefined;
|
|
1114
1114
|
})) & ({} | {
|
|
@@ -1117,10 +1117,10 @@ export declare const H5: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1117
1117
|
[x: string]: undefined;
|
|
1118
1118
|
}), string | number> & {
|
|
1119
1119
|
[x: string]: undefined;
|
|
1120
|
-
}>> & import("@tamagui/
|
|
1121
|
-
readonly size?: import("@tamagui/
|
|
1120
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1121
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1122
1122
|
} | ({
|
|
1123
|
-
readonly size?: import("@tamagui/
|
|
1123
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1124
1124
|
} & {
|
|
1125
1125
|
[x: string]: undefined;
|
|
1126
1126
|
})) & ({} | {
|
|
@@ -1129,10 +1129,10 @@ export declare const H5: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1129
1129
|
[x: string]: undefined;
|
|
1130
1130
|
}), string | number> & {
|
|
1131
1131
|
[x: string]: undefined;
|
|
1132
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
1133
|
-
readonly size?: import("@tamagui/
|
|
1132
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1133
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1134
1134
|
} | ({
|
|
1135
|
-
readonly size?: import("@tamagui/
|
|
1135
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1136
1136
|
} & {
|
|
1137
1137
|
[x: string]: undefined;
|
|
1138
1138
|
})) & ({} | {
|
|
@@ -1141,10 +1141,10 @@ export declare const H5: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1141
1141
|
[x: string]: undefined;
|
|
1142
1142
|
}), string | number> & {
|
|
1143
1143
|
[x: string]: undefined;
|
|
1144
|
-
} & import("@tamagui/
|
|
1145
|
-
readonly size?: import("@tamagui/
|
|
1144
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1145
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1146
1146
|
} | ({
|
|
1147
|
-
readonly size?: import("@tamagui/
|
|
1147
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1148
1148
|
} & {
|
|
1149
1149
|
[x: string]: undefined;
|
|
1150
1150
|
})) & ({} | {
|
|
@@ -1153,10 +1153,10 @@ export declare const H5: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1153
1153
|
[x: string]: undefined;
|
|
1154
1154
|
}), string | number> & {
|
|
1155
1155
|
[x: string]: undefined;
|
|
1156
|
-
}>> & import("@tamagui/
|
|
1157
|
-
readonly size?: import("@tamagui/
|
|
1156
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1157
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1158
1158
|
} | ({
|
|
1159
|
-
readonly size?: import("@tamagui/
|
|
1159
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1160
1160
|
} & {
|
|
1161
1161
|
[x: string]: undefined;
|
|
1162
1162
|
})) & ({} | {
|
|
@@ -1165,10 +1165,10 @@ export declare const H5: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1165
1165
|
[x: string]: undefined;
|
|
1166
1166
|
}), string | number> & {
|
|
1167
1167
|
[x: string]: undefined;
|
|
1168
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
1169
|
-
readonly size?: import("@tamagui/
|
|
1168
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1169
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1170
1170
|
} | ({
|
|
1171
|
-
readonly size?: import("@tamagui/
|
|
1171
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1172
1172
|
} & {
|
|
1173
1173
|
[x: string]: undefined;
|
|
1174
1174
|
})) & ({} | {
|
|
@@ -1177,10 +1177,10 @@ export declare const H5: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1177
1177
|
[x: string]: undefined;
|
|
1178
1178
|
}), string | number> & {
|
|
1179
1179
|
[x: string]: undefined;
|
|
1180
|
-
} & import("@tamagui/
|
|
1181
|
-
readonly size?: import("@tamagui/
|
|
1180
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1181
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1182
1182
|
} | ({
|
|
1183
|
-
readonly size?: import("@tamagui/
|
|
1183
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1184
1184
|
} & {
|
|
1185
1185
|
[x: string]: undefined;
|
|
1186
1186
|
})) & ({} | {
|
|
@@ -1189,10 +1189,10 @@ export declare const H5: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1189
1189
|
[x: string]: undefined;
|
|
1190
1190
|
}), string | number> & {
|
|
1191
1191
|
[x: string]: undefined;
|
|
1192
|
-
}>> & import("@tamagui/
|
|
1193
|
-
readonly size?: import("@tamagui/
|
|
1192
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1193
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1194
1194
|
} | ({
|
|
1195
|
-
readonly size?: import("@tamagui/
|
|
1195
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1196
1196
|
} & {
|
|
1197
1197
|
[x: string]: undefined;
|
|
1198
1198
|
})) & ({} | {
|
|
@@ -1201,10 +1201,10 @@ export declare const H5: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1201
1201
|
[x: string]: undefined;
|
|
1202
1202
|
}), string | number> & {
|
|
1203
1203
|
[x: string]: undefined;
|
|
1204
|
-
}>>), import("@tamagui/
|
|
1205
|
-
readonly size?: import("@tamagui/
|
|
1204
|
+
}>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
|
|
1205
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1206
1206
|
} | ({
|
|
1207
|
-
readonly size?: import("@tamagui/
|
|
1207
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1208
1208
|
} & {
|
|
1209
1209
|
[x: string]: undefined;
|
|
1210
1210
|
})) & ({} | {
|
|
@@ -1220,76 +1220,76 @@ export declare const H5: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1220
1220
|
} | {
|
|
1221
1221
|
[x: string]: undefined;
|
|
1222
1222
|
})>;
|
|
1223
|
-
export declare const H6: import("@tamagui/
|
|
1224
|
-
readonly size?: import("@tamagui/
|
|
1225
|
-
} & import("@tamagui/
|
|
1226
|
-
readonly size?: import("@tamagui/
|
|
1227
|
-
}>> & import("@tamagui/
|
|
1228
|
-
readonly size?: import("@tamagui/
|
|
1229
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
1230
|
-
readonly size?: import("@tamagui/
|
|
1223
|
+
export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
1224
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1225
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
1226
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1227
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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"> & {
|
|
1228
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1229
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1230
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1231
1231
|
}, string | number> & {
|
|
1232
1232
|
[x: string]: undefined;
|
|
1233
|
-
} & import("@tamagui/
|
|
1234
|
-
readonly size?: import("@tamagui/
|
|
1233
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1234
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1235
1235
|
}, string | number> & {
|
|
1236
1236
|
[x: string]: undefined;
|
|
1237
|
-
}>> & import("@tamagui/
|
|
1238
|
-
readonly size?: import("@tamagui/
|
|
1237
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1238
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1239
1239
|
}, string | number> & {
|
|
1240
1240
|
[x: string]: undefined;
|
|
1241
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
1242
|
-
readonly size?: import("@tamagui/
|
|
1241
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1242
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1243
1243
|
} | ({
|
|
1244
|
-
readonly size?: import("@tamagui/
|
|
1244
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1245
1245
|
} & {
|
|
1246
1246
|
[x: string]: undefined;
|
|
1247
1247
|
}), string | number> & {
|
|
1248
1248
|
[x: string]: undefined;
|
|
1249
|
-
} & import("@tamagui/
|
|
1250
|
-
readonly size?: import("@tamagui/
|
|
1249
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1250
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1251
1251
|
} | ({
|
|
1252
|
-
readonly size?: import("@tamagui/
|
|
1252
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1253
1253
|
} & {
|
|
1254
1254
|
[x: string]: undefined;
|
|
1255
1255
|
}), string | number> & {
|
|
1256
1256
|
[x: string]: undefined;
|
|
1257
|
-
}>> & import("@tamagui/
|
|
1258
|
-
readonly size?: import("@tamagui/
|
|
1257
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1258
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1259
1259
|
} | ({
|
|
1260
|
-
readonly size?: import("@tamagui/
|
|
1260
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1261
1261
|
} & {
|
|
1262
1262
|
[x: string]: undefined;
|
|
1263
1263
|
}), string | number> & {
|
|
1264
1264
|
[x: string]: undefined;
|
|
1265
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
1266
|
-
readonly size?: import("@tamagui/
|
|
1265
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1266
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1267
1267
|
} | ({
|
|
1268
|
-
readonly size?: import("@tamagui/
|
|
1268
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1269
1269
|
} & {
|
|
1270
1270
|
[x: string]: undefined;
|
|
1271
1271
|
}), string | number> & {
|
|
1272
1272
|
[x: string]: undefined;
|
|
1273
|
-
} & import("@tamagui/
|
|
1274
|
-
readonly size?: import("@tamagui/
|
|
1273
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1274
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1275
1275
|
} | ({
|
|
1276
|
-
readonly size?: import("@tamagui/
|
|
1276
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1277
1277
|
} & {
|
|
1278
1278
|
[x: string]: undefined;
|
|
1279
1279
|
}), string | number> & {
|
|
1280
1280
|
[x: string]: undefined;
|
|
1281
|
-
}>> & import("@tamagui/
|
|
1282
|
-
readonly size?: import("@tamagui/
|
|
1281
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<{
|
|
1282
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1283
1283
|
} | ({
|
|
1284
|
-
readonly size?: import("@tamagui/
|
|
1284
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1285
1285
|
} & {
|
|
1286
1286
|
[x: string]: undefined;
|
|
1287
1287
|
}), string | number> & {
|
|
1288
1288
|
[x: string]: undefined;
|
|
1289
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
1290
|
-
readonly size?: import("@tamagui/
|
|
1289
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1290
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1291
1291
|
} | ({
|
|
1292
|
-
readonly size?: import("@tamagui/
|
|
1292
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1293
1293
|
} & {
|
|
1294
1294
|
[x: string]: undefined;
|
|
1295
1295
|
})) & ({} | {
|
|
@@ -1298,10 +1298,10 @@ export declare const H6: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1298
1298
|
[x: string]: undefined;
|
|
1299
1299
|
}), string | number> & {
|
|
1300
1300
|
[x: string]: undefined;
|
|
1301
|
-
} & import("@tamagui/
|
|
1302
|
-
readonly size?: import("@tamagui/
|
|
1301
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1302
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1303
1303
|
} | ({
|
|
1304
|
-
readonly size?: import("@tamagui/
|
|
1304
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1305
1305
|
} & {
|
|
1306
1306
|
[x: string]: undefined;
|
|
1307
1307
|
})) & ({} | {
|
|
@@ -1310,10 +1310,10 @@ export declare const H6: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1310
1310
|
[x: string]: undefined;
|
|
1311
1311
|
}), string | number> & {
|
|
1312
1312
|
[x: string]: undefined;
|
|
1313
|
-
}>> & import("@tamagui/
|
|
1314
|
-
readonly size?: import("@tamagui/
|
|
1313
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1314
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1315
1315
|
} | ({
|
|
1316
|
-
readonly size?: import("@tamagui/
|
|
1316
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1317
1317
|
} & {
|
|
1318
1318
|
[x: string]: undefined;
|
|
1319
1319
|
})) & ({} | {
|
|
@@ -1322,10 +1322,10 @@ export declare const H6: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1322
1322
|
[x: string]: undefined;
|
|
1323
1323
|
}), string | number> & {
|
|
1324
1324
|
[x: string]: undefined;
|
|
1325
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
1326
|
-
readonly size?: import("@tamagui/
|
|
1325
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1326
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1327
1327
|
} | ({
|
|
1328
|
-
readonly size?: import("@tamagui/
|
|
1328
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1329
1329
|
} & {
|
|
1330
1330
|
[x: string]: undefined;
|
|
1331
1331
|
})) & ({} | {
|
|
@@ -1334,10 +1334,10 @@ export declare const H6: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1334
1334
|
[x: string]: undefined;
|
|
1335
1335
|
}), string | number> & {
|
|
1336
1336
|
[x: string]: undefined;
|
|
1337
|
-
} & import("@tamagui/
|
|
1338
|
-
readonly size?: import("@tamagui/
|
|
1337
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1338
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1339
1339
|
} | ({
|
|
1340
|
-
readonly size?: import("@tamagui/
|
|
1340
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1341
1341
|
} & {
|
|
1342
1342
|
[x: string]: undefined;
|
|
1343
1343
|
})) & ({} | {
|
|
@@ -1346,10 +1346,10 @@ export declare const H6: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1346
1346
|
[x: string]: undefined;
|
|
1347
1347
|
}), string | number> & {
|
|
1348
1348
|
[x: string]: undefined;
|
|
1349
|
-
}>> & import("@tamagui/
|
|
1350
|
-
readonly size?: import("@tamagui/
|
|
1349
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1350
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1351
1351
|
} | ({
|
|
1352
|
-
readonly size?: import("@tamagui/
|
|
1352
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1353
1353
|
} & {
|
|
1354
1354
|
[x: string]: undefined;
|
|
1355
1355
|
})) & ({} | {
|
|
@@ -1358,10 +1358,10 @@ export declare const H6: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1358
1358
|
[x: string]: undefined;
|
|
1359
1359
|
}), string | number> & {
|
|
1360
1360
|
[x: string]: undefined;
|
|
1361
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
1362
|
-
readonly size?: import("@tamagui/
|
|
1361
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1362
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1363
1363
|
} | ({
|
|
1364
|
-
readonly size?: import("@tamagui/
|
|
1364
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1365
1365
|
} & {
|
|
1366
1366
|
[x: string]: undefined;
|
|
1367
1367
|
})) & ({} | {
|
|
@@ -1370,10 +1370,10 @@ export declare const H6: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1370
1370
|
[x: string]: undefined;
|
|
1371
1371
|
}), string | number> & {
|
|
1372
1372
|
[x: string]: undefined;
|
|
1373
|
-
} & import("@tamagui/
|
|
1374
|
-
readonly size?: import("@tamagui/
|
|
1373
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1374
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1375
1375
|
} | ({
|
|
1376
|
-
readonly size?: import("@tamagui/
|
|
1376
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1377
1377
|
} & {
|
|
1378
1378
|
[x: string]: undefined;
|
|
1379
1379
|
})) & ({} | {
|
|
@@ -1382,10 +1382,10 @@ export declare const H6: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1382
1382
|
[x: string]: undefined;
|
|
1383
1383
|
}), string | number> & {
|
|
1384
1384
|
[x: string]: undefined;
|
|
1385
|
-
}>> & import("@tamagui/
|
|
1386
|
-
readonly size?: import("@tamagui/
|
|
1385
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1386
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1387
1387
|
} | ({
|
|
1388
|
-
readonly size?: import("@tamagui/
|
|
1388
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1389
1389
|
} & {
|
|
1390
1390
|
[x: string]: undefined;
|
|
1391
1391
|
})) & ({} | {
|
|
@@ -1394,10 +1394,10 @@ export declare const H6: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1394
1394
|
[x: string]: undefined;
|
|
1395
1395
|
}), string | number> & {
|
|
1396
1396
|
[x: string]: undefined;
|
|
1397
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/
|
|
1398
|
-
readonly size?: import("@tamagui/
|
|
1397
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1398
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1399
1399
|
} | ({
|
|
1400
|
-
readonly size?: import("@tamagui/
|
|
1400
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1401
1401
|
} & {
|
|
1402
1402
|
[x: string]: undefined;
|
|
1403
1403
|
})) & ({} | {
|
|
@@ -1406,10 +1406,10 @@ export declare const H6: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1406
1406
|
[x: string]: undefined;
|
|
1407
1407
|
}), string | number> & {
|
|
1408
1408
|
[x: string]: undefined;
|
|
1409
|
-
} & import("@tamagui/
|
|
1410
|
-
readonly size?: import("@tamagui/
|
|
1409
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1410
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1411
1411
|
} | ({
|
|
1412
|
-
readonly size?: import("@tamagui/
|
|
1412
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1413
1413
|
} & {
|
|
1414
1414
|
[x: string]: undefined;
|
|
1415
1415
|
})) & ({} | {
|
|
@@ -1418,10 +1418,10 @@ export declare const H6: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1418
1418
|
[x: string]: undefined;
|
|
1419
1419
|
}), string | number> & {
|
|
1420
1420
|
[x: string]: undefined;
|
|
1421
|
-
}>> & import("@tamagui/
|
|
1422
|
-
readonly size?: import("@tamagui/
|
|
1421
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").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<({
|
|
1422
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1423
1423
|
} | ({
|
|
1424
|
-
readonly size?: import("@tamagui/
|
|
1424
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1425
1425
|
} & {
|
|
1426
1426
|
[x: string]: undefined;
|
|
1427
1427
|
})) & ({} | {
|
|
@@ -1430,10 +1430,10 @@ export declare const H6: import("@tamagui/core").TamaguiComponent<(Omit<import("
|
|
|
1430
1430
|
[x: string]: undefined;
|
|
1431
1431
|
}), string | number> & {
|
|
1432
1432
|
[x: string]: undefined;
|
|
1433
|
-
}>>), import("@tamagui/
|
|
1434
|
-
readonly size?: import("@tamagui/
|
|
1433
|
+
}>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
|
|
1434
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1435
1435
|
} | ({
|
|
1436
|
-
readonly size?: import("@tamagui/
|
|
1436
|
+
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
1437
1437
|
} & {
|
|
1438
1438
|
[x: string]: undefined;
|
|
1439
1439
|
})) & ({} | {
|