@tamagui/select 1.73.1 → 1.74.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +20 -20
- package/types/Select.d.ts +96 -2571
- package/types/Select.d.ts.map +1 -1
- package/types/SelectTrigger.d.ts +3 -78
- package/types/SelectTrigger.d.ts.map +1 -1
- package/types/SelectViewport.d.ts +16 -416
- package/types/SelectViewport.d.ts.map +1 -1
package/types/Select.d.ts
CHANGED
|
@@ -2,186 +2,36 @@ import { FontSizeTokens, GetProps, TamaguiElement, TamaguiTextElement } from '@t
|
|
|
2
2
|
import { ListItemProps } from '@tamagui/list-item';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ScopedProps, SelectProps } from './types';
|
|
5
|
-
declare const SelectValueFrame: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
6
|
-
target?: string | undefined;
|
|
7
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
8
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
9
|
-
dangerouslySetInnerHTML?: {
|
|
10
|
-
__html: string;
|
|
11
|
-
} | undefined;
|
|
12
|
-
children?: any;
|
|
13
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
14
|
-
disabled?: boolean | undefined;
|
|
15
|
-
className?: string | undefined;
|
|
16
|
-
themeShallow?: boolean | undefined;
|
|
17
|
-
id?: string | undefined;
|
|
18
|
-
tag?: string | undefined;
|
|
19
|
-
theme?: string | null | undefined;
|
|
20
|
-
group?: undefined;
|
|
21
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
22
|
-
componentName?: string | undefined;
|
|
23
|
-
tabIndex?: string | number | undefined;
|
|
24
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
25
|
-
disableOptimization?: boolean | undefined;
|
|
26
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
27
|
-
disableClassName?: boolean | undefined;
|
|
28
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
29
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
30
|
-
} & {
|
|
5
|
+
declare const SelectValueFrame: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
31
6
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
32
7
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
33
8
|
readonly unstyled?: boolean | undefined;
|
|
34
9
|
readonly size?: FontSizeTokens | undefined;
|
|
35
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
36
|
-
target?: string | undefined;
|
|
37
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
38
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
39
|
-
dangerouslySetInnerHTML?: {
|
|
40
|
-
__html: string;
|
|
41
|
-
} | undefined;
|
|
42
|
-
children?: any;
|
|
43
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
44
|
-
disabled?: boolean | undefined;
|
|
45
|
-
className?: string | undefined;
|
|
46
|
-
themeShallow?: boolean | undefined;
|
|
47
|
-
id?: string | undefined;
|
|
48
|
-
tag?: string | undefined;
|
|
49
|
-
theme?: string | null | undefined;
|
|
50
|
-
group?: undefined;
|
|
51
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
52
|
-
componentName?: string | undefined;
|
|
53
|
-
tabIndex?: string | number | undefined;
|
|
54
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
55
|
-
disableOptimization?: boolean | undefined;
|
|
56
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
57
|
-
disableClassName?: boolean | undefined;
|
|
58
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
59
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
60
|
-
} & {
|
|
10
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
61
11
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
62
12
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
63
13
|
readonly unstyled?: boolean | undefined;
|
|
64
14
|
readonly size?: FontSizeTokens | undefined;
|
|
65
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
66
|
-
target?: string | undefined;
|
|
67
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
68
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
69
|
-
dangerouslySetInnerHTML?: {
|
|
70
|
-
__html: string;
|
|
71
|
-
} | undefined;
|
|
72
|
-
children?: any;
|
|
73
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
74
|
-
disabled?: boolean | undefined;
|
|
75
|
-
className?: string | undefined;
|
|
76
|
-
themeShallow?: boolean | undefined;
|
|
77
|
-
id?: string | undefined;
|
|
78
|
-
tag?: string | undefined;
|
|
79
|
-
theme?: string | null | undefined;
|
|
80
|
-
group?: undefined;
|
|
81
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
82
|
-
componentName?: string | undefined;
|
|
83
|
-
tabIndex?: string | number | undefined;
|
|
84
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
85
|
-
disableOptimization?: boolean | undefined;
|
|
86
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
87
|
-
disableClassName?: boolean | undefined;
|
|
88
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
89
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
90
|
-
} & {
|
|
15
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
91
16
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
92
17
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
93
18
|
readonly unstyled?: boolean | undefined;
|
|
94
19
|
readonly size?: FontSizeTokens | undefined;
|
|
95
|
-
}>>) | (Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
96
|
-
target?: string | undefined;
|
|
97
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
98
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
99
|
-
dangerouslySetInnerHTML?: {
|
|
100
|
-
__html: string;
|
|
101
|
-
} | undefined;
|
|
102
|
-
children?: any;
|
|
103
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
104
|
-
disabled?: boolean | undefined;
|
|
105
|
-
className?: string | undefined;
|
|
106
|
-
themeShallow?: boolean | undefined;
|
|
107
|
-
id?: string | undefined;
|
|
108
|
-
tag?: string | undefined;
|
|
109
|
-
theme?: string | null | undefined;
|
|
110
|
-
group?: undefined;
|
|
111
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
112
|
-
componentName?: string | undefined;
|
|
113
|
-
tabIndex?: string | number | undefined;
|
|
114
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
115
|
-
disableOptimization?: boolean | undefined;
|
|
116
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
117
|
-
disableClassName?: boolean | undefined;
|
|
118
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
119
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
120
|
-
} & {
|
|
20
|
+
}>>) | (Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
121
21
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
122
22
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
123
23
|
readonly unstyled?: boolean | undefined;
|
|
124
24
|
readonly size?: FontSizeTokens | undefined;
|
|
125
25
|
}, string | number> & {
|
|
126
26
|
[x: string]: undefined;
|
|
127
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
128
|
-
target?: string | undefined;
|
|
129
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
130
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
131
|
-
dangerouslySetInnerHTML?: {
|
|
132
|
-
__html: string;
|
|
133
|
-
} | undefined;
|
|
134
|
-
children?: any;
|
|
135
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
136
|
-
disabled?: boolean | undefined;
|
|
137
|
-
className?: string | undefined;
|
|
138
|
-
themeShallow?: boolean | undefined;
|
|
139
|
-
id?: string | undefined;
|
|
140
|
-
tag?: string | undefined;
|
|
141
|
-
theme?: string | null | undefined;
|
|
142
|
-
group?: undefined;
|
|
143
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
144
|
-
componentName?: string | undefined;
|
|
145
|
-
tabIndex?: string | number | undefined;
|
|
146
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
147
|
-
disableOptimization?: boolean | undefined;
|
|
148
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
149
|
-
disableClassName?: boolean | undefined;
|
|
150
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
151
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
152
|
-
} & {
|
|
27
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
153
28
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
154
29
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
155
30
|
readonly unstyled?: boolean | undefined;
|
|
156
31
|
readonly size?: FontSizeTokens | undefined;
|
|
157
32
|
}, string | number> & {
|
|
158
33
|
[x: string]: undefined;
|
|
159
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
160
|
-
target?: string | undefined;
|
|
161
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
162
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
163
|
-
dangerouslySetInnerHTML?: {
|
|
164
|
-
__html: string;
|
|
165
|
-
} | undefined;
|
|
166
|
-
children?: any;
|
|
167
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
168
|
-
disabled?: boolean | undefined;
|
|
169
|
-
className?: string | undefined;
|
|
170
|
-
themeShallow?: boolean | undefined;
|
|
171
|
-
id?: string | undefined;
|
|
172
|
-
tag?: string | undefined;
|
|
173
|
-
theme?: string | null | undefined;
|
|
174
|
-
group?: undefined;
|
|
175
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
176
|
-
componentName?: string | undefined;
|
|
177
|
-
tabIndex?: string | number | undefined;
|
|
178
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
179
|
-
disableOptimization?: boolean | undefined;
|
|
180
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
181
|
-
disableClassName?: boolean | undefined;
|
|
182
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
183
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
184
|
-
} & {
|
|
34
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
185
35
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
186
36
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
187
37
|
readonly unstyled?: boolean | undefined;
|
|
@@ -198,32 +48,7 @@ declare const SelectValueFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
|
|
|
198
48
|
[x: string]: undefined;
|
|
199
49
|
}), {
|
|
200
50
|
displayName: string | undefined;
|
|
201
|
-
__baseProps: Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
202
|
-
target?: string | undefined;
|
|
203
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
204
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
205
|
-
dangerouslySetInnerHTML?: {
|
|
206
|
-
__html: string;
|
|
207
|
-
} | undefined;
|
|
208
|
-
children?: any;
|
|
209
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
210
|
-
disabled?: boolean | undefined;
|
|
211
|
-
className?: string | undefined;
|
|
212
|
-
themeShallow?: boolean | undefined;
|
|
213
|
-
id?: string | undefined;
|
|
214
|
-
tag?: string | undefined;
|
|
215
|
-
theme?: string | null | undefined;
|
|
216
|
-
group?: undefined;
|
|
217
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
218
|
-
componentName?: string | undefined;
|
|
219
|
-
tabIndex?: string | number | undefined;
|
|
220
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
221
|
-
disableOptimization?: boolean | undefined;
|
|
222
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
223
|
-
disableClassName?: boolean | undefined;
|
|
224
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
225
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
226
|
-
} & {
|
|
51
|
+
__baseProps: Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
227
52
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
228
53
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>>;
|
|
229
54
|
__variantProps: {
|
|
@@ -234,218 +59,43 @@ declare const SelectValueFrame: import("@tamagui/core").TamaguiComponent<(Omit<i
|
|
|
234
59
|
type SelectValueProps = GetProps<typeof SelectValueFrame> & {
|
|
235
60
|
placeholder?: React.ReactNode;
|
|
236
61
|
};
|
|
237
|
-
export declare const SelectIcon: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
238
|
-
target?: string | undefined;
|
|
239
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
240
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
241
|
-
dangerouslySetInnerHTML?: {
|
|
242
|
-
__html: string;
|
|
243
|
-
} | undefined;
|
|
244
|
-
children?: any;
|
|
245
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
246
|
-
disabled?: boolean | undefined;
|
|
247
|
-
className?: string | undefined;
|
|
248
|
-
themeShallow?: boolean | undefined;
|
|
249
|
-
id?: string | undefined;
|
|
250
|
-
tag?: string | undefined;
|
|
251
|
-
theme?: string | null | undefined;
|
|
252
|
-
group?: undefined;
|
|
253
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
254
|
-
componentName?: string | undefined;
|
|
255
|
-
tabIndex?: string | number | undefined;
|
|
256
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
257
|
-
disableOptimization?: boolean | undefined;
|
|
258
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
259
|
-
disableClassName?: boolean | undefined;
|
|
260
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
261
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
262
|
-
} & {
|
|
62
|
+
export declare const SelectIcon: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
263
63
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
264
64
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
265
65
|
readonly fullscreen?: boolean | undefined;
|
|
266
66
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
267
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
268
|
-
target?: string | undefined;
|
|
269
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
270
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
271
|
-
dangerouslySetInnerHTML?: {
|
|
272
|
-
__html: string;
|
|
273
|
-
} | undefined;
|
|
274
|
-
children?: any;
|
|
275
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
276
|
-
disabled?: boolean | undefined;
|
|
277
|
-
className?: string | undefined;
|
|
278
|
-
themeShallow?: boolean | undefined;
|
|
279
|
-
id?: string | undefined;
|
|
280
|
-
tag?: string | undefined;
|
|
281
|
-
theme?: string | null | undefined;
|
|
282
|
-
group?: undefined;
|
|
283
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
284
|
-
componentName?: string | undefined;
|
|
285
|
-
tabIndex?: string | number | undefined;
|
|
286
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
287
|
-
disableOptimization?: boolean | undefined;
|
|
288
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
289
|
-
disableClassName?: boolean | undefined;
|
|
290
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
291
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
292
|
-
} & {
|
|
67
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
293
68
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
294
69
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
295
70
|
readonly fullscreen?: boolean | undefined;
|
|
296
71
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
297
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
298
|
-
target?: string | undefined;
|
|
299
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
300
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
301
|
-
dangerouslySetInnerHTML?: {
|
|
302
|
-
__html: string;
|
|
303
|
-
} | undefined;
|
|
304
|
-
children?: any;
|
|
305
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
306
|
-
disabled?: boolean | undefined;
|
|
307
|
-
className?: string | undefined;
|
|
308
|
-
themeShallow?: boolean | undefined;
|
|
309
|
-
id?: string | undefined;
|
|
310
|
-
tag?: string | undefined;
|
|
311
|
-
theme?: string | null | undefined;
|
|
312
|
-
group?: undefined;
|
|
313
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
314
|
-
componentName?: string | undefined;
|
|
315
|
-
tabIndex?: string | number | undefined;
|
|
316
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
317
|
-
disableOptimization?: boolean | undefined;
|
|
318
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
319
|
-
disableClassName?: boolean | undefined;
|
|
320
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
321
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
322
|
-
} & {
|
|
72
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
323
73
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
324
74
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
325
75
|
readonly fullscreen?: boolean | undefined;
|
|
326
76
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
327
|
-
}>>) | (Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
328
|
-
target?: string | undefined;
|
|
329
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
330
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
331
|
-
dangerouslySetInnerHTML?: {
|
|
332
|
-
__html: string;
|
|
333
|
-
} | undefined;
|
|
334
|
-
children?: any;
|
|
335
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
336
|
-
disabled?: boolean | undefined;
|
|
337
|
-
className?: string | undefined;
|
|
338
|
-
themeShallow?: boolean | undefined;
|
|
339
|
-
id?: string | undefined;
|
|
340
|
-
tag?: string | undefined;
|
|
341
|
-
theme?: string | null | undefined;
|
|
342
|
-
group?: undefined;
|
|
343
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
344
|
-
componentName?: string | undefined;
|
|
345
|
-
tabIndex?: string | number | undefined;
|
|
346
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
347
|
-
disableOptimization?: boolean | undefined;
|
|
348
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
349
|
-
disableClassName?: boolean | undefined;
|
|
350
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
351
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
352
|
-
} & {
|
|
77
|
+
}>>) | (Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
353
78
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
354
79
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
355
80
|
readonly fullscreen?: boolean | undefined;
|
|
356
81
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
357
82
|
}, string | number> & {
|
|
358
83
|
[x: string]: undefined;
|
|
359
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
360
|
-
target?: string | undefined;
|
|
361
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
362
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
363
|
-
dangerouslySetInnerHTML?: {
|
|
364
|
-
__html: string;
|
|
365
|
-
} | undefined;
|
|
366
|
-
children?: any;
|
|
367
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
368
|
-
disabled?: boolean | undefined;
|
|
369
|
-
className?: string | undefined;
|
|
370
|
-
themeShallow?: boolean | undefined;
|
|
371
|
-
id?: string | undefined;
|
|
372
|
-
tag?: string | undefined;
|
|
373
|
-
theme?: string | null | undefined;
|
|
374
|
-
group?: undefined;
|
|
375
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
376
|
-
componentName?: string | undefined;
|
|
377
|
-
tabIndex?: string | number | undefined;
|
|
378
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
379
|
-
disableOptimization?: boolean | undefined;
|
|
380
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
381
|
-
disableClassName?: boolean | undefined;
|
|
382
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
383
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
384
|
-
} & {
|
|
84
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
385
85
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
386
86
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
387
87
|
readonly fullscreen?: boolean | undefined;
|
|
388
88
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
389
89
|
}, string | number> & {
|
|
390
90
|
[x: string]: undefined;
|
|
391
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
392
|
-
target?: string | undefined;
|
|
393
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
394
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
395
|
-
dangerouslySetInnerHTML?: {
|
|
396
|
-
__html: string;
|
|
397
|
-
} | undefined;
|
|
398
|
-
children?: any;
|
|
399
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
400
|
-
disabled?: boolean | undefined;
|
|
401
|
-
className?: string | undefined;
|
|
402
|
-
themeShallow?: boolean | undefined;
|
|
403
|
-
id?: string | undefined;
|
|
404
|
-
tag?: string | undefined;
|
|
405
|
-
theme?: string | null | undefined;
|
|
406
|
-
group?: undefined;
|
|
407
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
408
|
-
componentName?: string | undefined;
|
|
409
|
-
tabIndex?: string | number | undefined;
|
|
410
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
411
|
-
disableOptimization?: boolean | undefined;
|
|
412
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
413
|
-
disableClassName?: boolean | undefined;
|
|
414
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
415
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
416
|
-
} & {
|
|
91
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
417
92
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
418
93
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
419
94
|
readonly fullscreen?: boolean | undefined;
|
|
420
95
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
421
96
|
}, string | number> & {
|
|
422
97
|
[x: string]: undefined;
|
|
423
|
-
}>>), TamaguiElement, Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
424
|
-
target?: string | undefined;
|
|
425
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
426
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
427
|
-
dangerouslySetInnerHTML?: {
|
|
428
|
-
__html: string;
|
|
429
|
-
} | undefined;
|
|
430
|
-
children?: any;
|
|
431
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
432
|
-
disabled?: boolean | undefined;
|
|
433
|
-
className?: string | undefined;
|
|
434
|
-
themeShallow?: boolean | undefined;
|
|
435
|
-
id?: string | undefined;
|
|
436
|
-
tag?: string | undefined;
|
|
437
|
-
theme?: string | null | undefined;
|
|
438
|
-
group?: undefined;
|
|
439
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
440
|
-
componentName?: string | undefined;
|
|
441
|
-
tabIndex?: string | number | undefined;
|
|
442
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
443
|
-
disableOptimization?: boolean | undefined;
|
|
444
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
445
|
-
disableClassName?: boolean | undefined;
|
|
446
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
447
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
448
|
-
} & {
|
|
98
|
+
}>>), TamaguiElement, Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
449
99
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
450
100
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
|
|
451
101
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -457,59 +107,9 @@ export declare const SelectIcon: import("@tamagui/core").TamaguiComponent<(Omit<
|
|
|
457
107
|
[x: string]: undefined;
|
|
458
108
|
}), {
|
|
459
109
|
displayName: string | undefined;
|
|
460
|
-
__baseProps: Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
461
|
-
target?: string | undefined;
|
|
462
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
463
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
464
|
-
dangerouslySetInnerHTML?: {
|
|
465
|
-
__html: string;
|
|
466
|
-
} | undefined;
|
|
467
|
-
children?: any;
|
|
468
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
469
|
-
disabled?: boolean | undefined;
|
|
470
|
-
className?: string | undefined;
|
|
471
|
-
themeShallow?: boolean | undefined;
|
|
472
|
-
id?: string | undefined;
|
|
473
|
-
tag?: string | undefined;
|
|
474
|
-
theme?: string | null | undefined;
|
|
475
|
-
group?: undefined;
|
|
476
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
477
|
-
componentName?: string | undefined;
|
|
478
|
-
tabIndex?: string | number | undefined;
|
|
479
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
480
|
-
disableOptimization?: boolean | undefined;
|
|
481
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
482
|
-
disableClassName?: boolean | undefined;
|
|
483
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
484
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
485
|
-
} & {
|
|
110
|
+
__baseProps: Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
486
111
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
487
112
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
|
|
488
|
-
target?: string | undefined;
|
|
489
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
490
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
491
|
-
dangerouslySetInnerHTML?: {
|
|
492
|
-
__html: string;
|
|
493
|
-
} | undefined;
|
|
494
|
-
children?: any;
|
|
495
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
496
|
-
disabled?: boolean | undefined;
|
|
497
|
-
className?: string | undefined;
|
|
498
|
-
themeShallow?: boolean | undefined;
|
|
499
|
-
id?: string | undefined;
|
|
500
|
-
tag?: string | undefined;
|
|
501
|
-
theme?: string | null | undefined;
|
|
502
|
-
group?: undefined;
|
|
503
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
504
|
-
componentName?: string | undefined;
|
|
505
|
-
tabIndex?: string | number | undefined;
|
|
506
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
507
|
-
disableOptimization?: boolean | undefined;
|
|
508
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
509
|
-
disableClassName?: boolean | undefined;
|
|
510
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
511
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
512
|
-
} & {
|
|
513
113
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
514
114
|
};
|
|
515
115
|
__variantProps: {
|
|
@@ -517,96 +117,21 @@ export declare const SelectIcon: import("@tamagui/core").TamaguiComponent<(Omit<
|
|
|
517
117
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
518
118
|
};
|
|
519
119
|
}>;
|
|
520
|
-
export declare const SelectItemTextFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
521
|
-
target?: string | undefined;
|
|
522
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
523
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
524
|
-
dangerouslySetInnerHTML?: {
|
|
525
|
-
__html: string;
|
|
526
|
-
} | undefined;
|
|
527
|
-
children?: any;
|
|
528
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
529
|
-
disabled?: boolean | undefined;
|
|
530
|
-
className?: string | undefined;
|
|
531
|
-
themeShallow?: boolean | undefined;
|
|
532
|
-
id?: string | undefined;
|
|
533
|
-
tag?: string | undefined;
|
|
534
|
-
theme?: string | null | undefined;
|
|
535
|
-
group?: undefined;
|
|
536
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
537
|
-
componentName?: string | undefined;
|
|
538
|
-
tabIndex?: string | number | undefined;
|
|
539
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
540
|
-
disableOptimization?: boolean | undefined;
|
|
541
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
542
|
-
disableClassName?: boolean | undefined;
|
|
543
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
544
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
545
|
-
} & {
|
|
120
|
+
export declare const SelectItemTextFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
546
121
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
547
122
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
548
123
|
readonly unstyled?: boolean | undefined;
|
|
549
124
|
readonly size?: FontSizeTokens | undefined;
|
|
550
125
|
}, "unstyled"> & {
|
|
551
126
|
readonly unstyled?: boolean | undefined;
|
|
552
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
553
|
-
target?: string | undefined;
|
|
554
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
555
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
556
|
-
dangerouslySetInnerHTML?: {
|
|
557
|
-
__html: string;
|
|
558
|
-
} | undefined;
|
|
559
|
-
children?: any;
|
|
560
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
561
|
-
disabled?: boolean | undefined;
|
|
562
|
-
className?: string | undefined;
|
|
563
|
-
themeShallow?: boolean | undefined;
|
|
564
|
-
id?: string | undefined;
|
|
565
|
-
tag?: string | undefined;
|
|
566
|
-
theme?: string | null | undefined;
|
|
567
|
-
group?: undefined;
|
|
568
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
569
|
-
componentName?: string | undefined;
|
|
570
|
-
tabIndex?: string | number | undefined;
|
|
571
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
572
|
-
disableOptimization?: boolean | undefined;
|
|
573
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
574
|
-
disableClassName?: boolean | undefined;
|
|
575
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
576
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
577
|
-
} & {
|
|
127
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
578
128
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
579
129
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
580
130
|
readonly unstyled?: boolean | undefined;
|
|
581
131
|
readonly size?: FontSizeTokens | undefined;
|
|
582
132
|
}, "unstyled"> & {
|
|
583
133
|
readonly unstyled?: boolean | undefined;
|
|
584
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
585
|
-
target?: string | undefined;
|
|
586
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
587
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
588
|
-
dangerouslySetInnerHTML?: {
|
|
589
|
-
__html: string;
|
|
590
|
-
} | undefined;
|
|
591
|
-
children?: any;
|
|
592
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
593
|
-
disabled?: boolean | undefined;
|
|
594
|
-
className?: string | undefined;
|
|
595
|
-
themeShallow?: boolean | undefined;
|
|
596
|
-
id?: string | undefined;
|
|
597
|
-
tag?: string | undefined;
|
|
598
|
-
theme?: string | null | undefined;
|
|
599
|
-
group?: undefined;
|
|
600
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
601
|
-
componentName?: string | undefined;
|
|
602
|
-
tabIndex?: string | number | undefined;
|
|
603
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
604
|
-
disableOptimization?: boolean | undefined;
|
|
605
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
606
|
-
disableClassName?: boolean | undefined;
|
|
607
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
608
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
609
|
-
} & {
|
|
134
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
610
135
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
611
136
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
612
137
|
readonly unstyled?: boolean | undefined;
|
|
@@ -620,32 +145,7 @@ export declare const SelectItemTextFrame: import("@tamagui/core").TamaguiCompone
|
|
|
620
145
|
readonly unstyled?: boolean | undefined;
|
|
621
146
|
}, {
|
|
622
147
|
displayName: string | undefined;
|
|
623
|
-
__baseProps: Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
624
|
-
target?: string | undefined;
|
|
625
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
626
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
627
|
-
dangerouslySetInnerHTML?: {
|
|
628
|
-
__html: string;
|
|
629
|
-
} | undefined;
|
|
630
|
-
children?: any;
|
|
631
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
632
|
-
disabled?: boolean | undefined;
|
|
633
|
-
className?: string | undefined;
|
|
634
|
-
themeShallow?: boolean | undefined;
|
|
635
|
-
id?: string | undefined;
|
|
636
|
-
tag?: string | undefined;
|
|
637
|
-
theme?: string | null | undefined;
|
|
638
|
-
group?: undefined;
|
|
639
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
640
|
-
componentName?: string | undefined;
|
|
641
|
-
tabIndex?: string | number | undefined;
|
|
642
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
643
|
-
disableOptimization?: boolean | undefined;
|
|
644
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
645
|
-
disableClassName?: boolean | undefined;
|
|
646
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
647
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
648
|
-
} & {
|
|
148
|
+
__baseProps: Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
649
149
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
650
150
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>>;
|
|
651
151
|
__variantProps: {
|
|
@@ -653,218 +153,43 @@ export declare const SelectItemTextFrame: import("@tamagui/core").TamaguiCompone
|
|
|
653
153
|
readonly size?: FontSizeTokens | undefined;
|
|
654
154
|
};
|
|
655
155
|
}>;
|
|
656
|
-
export declare const SelectGroupFrame: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
657
|
-
target?: string | undefined;
|
|
658
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
659
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
660
|
-
dangerouslySetInnerHTML?: {
|
|
661
|
-
__html: string;
|
|
662
|
-
} | undefined;
|
|
663
|
-
children?: any;
|
|
664
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
665
|
-
disabled?: boolean | undefined;
|
|
666
|
-
className?: string | undefined;
|
|
667
|
-
themeShallow?: boolean | undefined;
|
|
668
|
-
id?: string | undefined;
|
|
669
|
-
tag?: string | undefined;
|
|
670
|
-
theme?: string | null | undefined;
|
|
671
|
-
group?: undefined;
|
|
672
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
673
|
-
componentName?: string | undefined;
|
|
674
|
-
tabIndex?: string | number | undefined;
|
|
675
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
676
|
-
disableOptimization?: boolean | undefined;
|
|
677
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
678
|
-
disableClassName?: boolean | undefined;
|
|
679
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
680
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
681
|
-
} & {
|
|
156
|
+
export declare const SelectGroupFrame: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
682
157
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
683
158
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
684
159
|
readonly fullscreen?: boolean | undefined;
|
|
685
160
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
686
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
687
|
-
target?: string | undefined;
|
|
688
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
689
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
690
|
-
dangerouslySetInnerHTML?: {
|
|
691
|
-
__html: string;
|
|
692
|
-
} | undefined;
|
|
693
|
-
children?: any;
|
|
694
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
695
|
-
disabled?: boolean | undefined;
|
|
696
|
-
className?: string | undefined;
|
|
697
|
-
themeShallow?: boolean | undefined;
|
|
698
|
-
id?: string | undefined;
|
|
699
|
-
tag?: string | undefined;
|
|
700
|
-
theme?: string | null | undefined;
|
|
701
|
-
group?: undefined;
|
|
702
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
703
|
-
componentName?: string | undefined;
|
|
704
|
-
tabIndex?: string | number | undefined;
|
|
705
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
706
|
-
disableOptimization?: boolean | undefined;
|
|
707
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
708
|
-
disableClassName?: boolean | undefined;
|
|
709
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
710
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
711
|
-
} & {
|
|
161
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
712
162
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
713
163
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
714
164
|
readonly fullscreen?: boolean | undefined;
|
|
715
165
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
716
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
717
|
-
target?: string | undefined;
|
|
718
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
719
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
720
|
-
dangerouslySetInnerHTML?: {
|
|
721
|
-
__html: string;
|
|
722
|
-
} | undefined;
|
|
723
|
-
children?: any;
|
|
724
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
725
|
-
disabled?: boolean | undefined;
|
|
726
|
-
className?: string | undefined;
|
|
727
|
-
themeShallow?: boolean | undefined;
|
|
728
|
-
id?: string | undefined;
|
|
729
|
-
tag?: string | undefined;
|
|
730
|
-
theme?: string | null | undefined;
|
|
731
|
-
group?: undefined;
|
|
732
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
733
|
-
componentName?: string | undefined;
|
|
734
|
-
tabIndex?: string | number | undefined;
|
|
735
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
736
|
-
disableOptimization?: boolean | undefined;
|
|
737
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
738
|
-
disableClassName?: boolean | undefined;
|
|
739
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
740
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
741
|
-
} & {
|
|
166
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
742
167
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
743
168
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
744
169
|
readonly fullscreen?: boolean | undefined;
|
|
745
170
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
746
|
-
}>>) | (Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
747
|
-
target?: string | undefined;
|
|
748
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
749
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
750
|
-
dangerouslySetInnerHTML?: {
|
|
751
|
-
__html: string;
|
|
752
|
-
} | undefined;
|
|
753
|
-
children?: any;
|
|
754
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
755
|
-
disabled?: boolean | undefined;
|
|
756
|
-
className?: string | undefined;
|
|
757
|
-
themeShallow?: boolean | undefined;
|
|
758
|
-
id?: string | undefined;
|
|
759
|
-
tag?: string | undefined;
|
|
760
|
-
theme?: string | null | undefined;
|
|
761
|
-
group?: undefined;
|
|
762
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
763
|
-
componentName?: string | undefined;
|
|
764
|
-
tabIndex?: string | number | undefined;
|
|
765
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
766
|
-
disableOptimization?: boolean | undefined;
|
|
767
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
768
|
-
disableClassName?: boolean | undefined;
|
|
769
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
770
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
771
|
-
} & {
|
|
171
|
+
}>>) | (Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
772
172
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
773
173
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
774
174
|
readonly fullscreen?: boolean | undefined;
|
|
775
175
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
776
176
|
}, string | number> & {
|
|
777
177
|
[x: string]: undefined;
|
|
778
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
779
|
-
target?: string | undefined;
|
|
780
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
781
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
782
|
-
dangerouslySetInnerHTML?: {
|
|
783
|
-
__html: string;
|
|
784
|
-
} | undefined;
|
|
785
|
-
children?: any;
|
|
786
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
787
|
-
disabled?: boolean | undefined;
|
|
788
|
-
className?: string | undefined;
|
|
789
|
-
themeShallow?: boolean | undefined;
|
|
790
|
-
id?: string | undefined;
|
|
791
|
-
tag?: string | undefined;
|
|
792
|
-
theme?: string | null | undefined;
|
|
793
|
-
group?: undefined;
|
|
794
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
795
|
-
componentName?: string | undefined;
|
|
796
|
-
tabIndex?: string | number | undefined;
|
|
797
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
798
|
-
disableOptimization?: boolean | undefined;
|
|
799
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
800
|
-
disableClassName?: boolean | undefined;
|
|
801
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
802
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
803
|
-
} & {
|
|
178
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
804
179
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
805
180
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
806
181
|
readonly fullscreen?: boolean | undefined;
|
|
807
182
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
808
183
|
}, string | number> & {
|
|
809
184
|
[x: string]: undefined;
|
|
810
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
811
|
-
target?: string | undefined;
|
|
812
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
813
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
814
|
-
dangerouslySetInnerHTML?: {
|
|
815
|
-
__html: string;
|
|
816
|
-
} | undefined;
|
|
817
|
-
children?: any;
|
|
818
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
819
|
-
disabled?: boolean | undefined;
|
|
820
|
-
className?: string | undefined;
|
|
821
|
-
themeShallow?: boolean | undefined;
|
|
822
|
-
id?: string | undefined;
|
|
823
|
-
tag?: string | undefined;
|
|
824
|
-
theme?: string | null | undefined;
|
|
825
|
-
group?: undefined;
|
|
826
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
827
|
-
componentName?: string | undefined;
|
|
828
|
-
tabIndex?: string | number | undefined;
|
|
829
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
830
|
-
disableOptimization?: boolean | undefined;
|
|
831
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
832
|
-
disableClassName?: boolean | undefined;
|
|
833
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
834
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
835
|
-
} & {
|
|
185
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
836
186
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
837
187
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
838
188
|
readonly fullscreen?: boolean | undefined;
|
|
839
189
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
840
190
|
}, string | number> & {
|
|
841
191
|
[x: string]: undefined;
|
|
842
|
-
}>>), TamaguiElement, Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
843
|
-
target?: string | undefined;
|
|
844
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
845
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
846
|
-
dangerouslySetInnerHTML?: {
|
|
847
|
-
__html: string;
|
|
848
|
-
} | undefined;
|
|
849
|
-
children?: any;
|
|
850
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
851
|
-
disabled?: boolean | undefined;
|
|
852
|
-
className?: string | undefined;
|
|
853
|
-
themeShallow?: boolean | undefined;
|
|
854
|
-
id?: string | undefined;
|
|
855
|
-
tag?: string | undefined;
|
|
856
|
-
theme?: string | null | undefined;
|
|
857
|
-
group?: undefined;
|
|
858
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
859
|
-
componentName?: string | undefined;
|
|
860
|
-
tabIndex?: string | number | undefined;
|
|
861
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
862
|
-
disableOptimization?: boolean | undefined;
|
|
863
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
864
|
-
disableClassName?: boolean | undefined;
|
|
865
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
866
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
867
|
-
} & {
|
|
192
|
+
}>>), TamaguiElement, Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
868
193
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
869
194
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
|
|
870
195
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -876,59 +201,9 @@ export declare const SelectGroupFrame: import("@tamagui/core").TamaguiComponent<
|
|
|
876
201
|
[x: string]: undefined;
|
|
877
202
|
}), {
|
|
878
203
|
displayName: string | undefined;
|
|
879
|
-
__baseProps: Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
880
|
-
target?: string | undefined;
|
|
881
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
882
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
883
|
-
dangerouslySetInnerHTML?: {
|
|
884
|
-
__html: string;
|
|
885
|
-
} | undefined;
|
|
886
|
-
children?: any;
|
|
887
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
888
|
-
disabled?: boolean | undefined;
|
|
889
|
-
className?: string | undefined;
|
|
890
|
-
themeShallow?: boolean | undefined;
|
|
891
|
-
id?: string | undefined;
|
|
892
|
-
tag?: string | undefined;
|
|
893
|
-
theme?: string | null | undefined;
|
|
894
|
-
group?: undefined;
|
|
895
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
896
|
-
componentName?: string | undefined;
|
|
897
|
-
tabIndex?: string | number | undefined;
|
|
898
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
899
|
-
disableOptimization?: boolean | undefined;
|
|
900
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
901
|
-
disableClassName?: boolean | undefined;
|
|
902
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
903
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
904
|
-
} & {
|
|
204
|
+
__baseProps: Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
905
205
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
906
206
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
|
|
907
|
-
target?: string | undefined;
|
|
908
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
909
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
910
|
-
dangerouslySetInnerHTML?: {
|
|
911
|
-
__html: string;
|
|
912
|
-
} | undefined;
|
|
913
|
-
children?: any;
|
|
914
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
915
|
-
disabled?: boolean | undefined;
|
|
916
|
-
className?: string | undefined;
|
|
917
|
-
themeShallow?: boolean | undefined;
|
|
918
|
-
id?: string | undefined;
|
|
919
|
-
tag?: string | undefined;
|
|
920
|
-
theme?: string | null | undefined;
|
|
921
|
-
group?: undefined;
|
|
922
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
923
|
-
componentName?: string | undefined;
|
|
924
|
-
tabIndex?: string | number | undefined;
|
|
925
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
926
|
-
disableOptimization?: boolean | undefined;
|
|
927
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
928
|
-
disableClassName?: boolean | undefined;
|
|
929
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
930
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
931
|
-
} & {
|
|
932
207
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
933
208
|
};
|
|
934
209
|
__variantProps: {
|
|
@@ -937,212 +212,37 @@ export declare const SelectGroupFrame: import("@tamagui/core").TamaguiComponent<
|
|
|
937
212
|
};
|
|
938
213
|
}>;
|
|
939
214
|
export type SelectLabelProps = ListItemProps;
|
|
940
|
-
export declare const SelectSeparator: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
941
|
-
target?: string | undefined;
|
|
942
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
943
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
944
|
-
dangerouslySetInnerHTML?: {
|
|
945
|
-
__html: string;
|
|
946
|
-
} | undefined;
|
|
947
|
-
children?: any;
|
|
948
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
949
|
-
disabled?: boolean | undefined;
|
|
950
|
-
className?: string | undefined;
|
|
951
|
-
themeShallow?: boolean | undefined;
|
|
952
|
-
id?: string | undefined;
|
|
953
|
-
tag?: string | undefined;
|
|
954
|
-
theme?: string | null | undefined;
|
|
955
|
-
group?: undefined;
|
|
956
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
957
|
-
componentName?: string | undefined;
|
|
958
|
-
tabIndex?: string | number | undefined;
|
|
959
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
960
|
-
disableOptimization?: boolean | undefined;
|
|
961
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
962
|
-
disableClassName?: boolean | undefined;
|
|
963
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
964
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
965
|
-
} & {
|
|
215
|
+
export declare const SelectSeparator: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
966
216
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
967
217
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "vertical"> & {
|
|
968
218
|
readonly vertical?: boolean | undefined;
|
|
969
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
970
|
-
target?: string | undefined;
|
|
971
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
972
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
973
|
-
dangerouslySetInnerHTML?: {
|
|
974
|
-
__html: string;
|
|
975
|
-
} | undefined;
|
|
976
|
-
children?: any;
|
|
977
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
978
|
-
disabled?: boolean | undefined;
|
|
979
|
-
className?: string | undefined;
|
|
980
|
-
themeShallow?: boolean | undefined;
|
|
981
|
-
id?: string | undefined;
|
|
982
|
-
tag?: string | undefined;
|
|
983
|
-
theme?: string | null | undefined;
|
|
984
|
-
group?: undefined;
|
|
985
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
986
|
-
componentName?: string | undefined;
|
|
987
|
-
tabIndex?: string | number | undefined;
|
|
988
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
989
|
-
disableOptimization?: boolean | undefined;
|
|
990
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
991
|
-
disableClassName?: boolean | undefined;
|
|
992
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
993
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
994
|
-
} & {
|
|
219
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
995
220
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
996
221
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "vertical"> & {
|
|
997
222
|
readonly vertical?: boolean | undefined;
|
|
998
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
999
|
-
target?: string | undefined;
|
|
1000
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1001
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1002
|
-
dangerouslySetInnerHTML?: {
|
|
1003
|
-
__html: string;
|
|
1004
|
-
} | undefined;
|
|
1005
|
-
children?: any;
|
|
1006
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1007
|
-
disabled?: boolean | undefined;
|
|
1008
|
-
className?: string | undefined;
|
|
1009
|
-
themeShallow?: boolean | undefined;
|
|
1010
|
-
id?: string | undefined;
|
|
1011
|
-
tag?: string | undefined;
|
|
1012
|
-
theme?: string | null | undefined;
|
|
1013
|
-
group?: undefined;
|
|
1014
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1015
|
-
componentName?: string | undefined;
|
|
1016
|
-
tabIndex?: string | number | undefined;
|
|
1017
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1018
|
-
disableOptimization?: boolean | undefined;
|
|
1019
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1020
|
-
disableClassName?: boolean | undefined;
|
|
1021
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1022
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1023
|
-
} & {
|
|
223
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1024
224
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1025
225
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "vertical"> & {
|
|
1026
226
|
readonly vertical?: boolean | undefined;
|
|
1027
|
-
}>>) | (Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1028
|
-
target?: string | undefined;
|
|
1029
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1030
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1031
|
-
dangerouslySetInnerHTML?: {
|
|
1032
|
-
__html: string;
|
|
1033
|
-
} | undefined;
|
|
1034
|
-
children?: any;
|
|
1035
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1036
|
-
disabled?: boolean | undefined;
|
|
1037
|
-
className?: string | undefined;
|
|
1038
|
-
themeShallow?: boolean | undefined;
|
|
1039
|
-
id?: string | undefined;
|
|
1040
|
-
tag?: string | undefined;
|
|
1041
|
-
theme?: string | null | undefined;
|
|
1042
|
-
group?: undefined;
|
|
1043
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1044
|
-
componentName?: string | undefined;
|
|
1045
|
-
tabIndex?: string | number | undefined;
|
|
1046
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1047
|
-
disableOptimization?: boolean | undefined;
|
|
1048
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1049
|
-
disableClassName?: boolean | undefined;
|
|
1050
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1051
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1052
|
-
} & {
|
|
227
|
+
}>>) | (Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1053
228
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1054
229
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1055
230
|
readonly vertical?: boolean | undefined;
|
|
1056
231
|
}, string | number> & {
|
|
1057
232
|
[x: string]: undefined;
|
|
1058
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1059
|
-
target?: string | undefined;
|
|
1060
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1061
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1062
|
-
dangerouslySetInnerHTML?: {
|
|
1063
|
-
__html: string;
|
|
1064
|
-
} | undefined;
|
|
1065
|
-
children?: any;
|
|
1066
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1067
|
-
disabled?: boolean | undefined;
|
|
1068
|
-
className?: string | undefined;
|
|
1069
|
-
themeShallow?: boolean | undefined;
|
|
1070
|
-
id?: string | undefined;
|
|
1071
|
-
tag?: string | undefined;
|
|
1072
|
-
theme?: string | null | undefined;
|
|
1073
|
-
group?: undefined;
|
|
1074
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1075
|
-
componentName?: string | undefined;
|
|
1076
|
-
tabIndex?: string | number | undefined;
|
|
1077
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1078
|
-
disableOptimization?: boolean | undefined;
|
|
1079
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1080
|
-
disableClassName?: boolean | undefined;
|
|
1081
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1082
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1083
|
-
} & {
|
|
233
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1084
234
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1085
235
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1086
236
|
readonly vertical?: boolean | undefined;
|
|
1087
237
|
}, string | number> & {
|
|
1088
238
|
[x: string]: undefined;
|
|
1089
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1090
|
-
target?: string | undefined;
|
|
1091
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1092
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1093
|
-
dangerouslySetInnerHTML?: {
|
|
1094
|
-
__html: string;
|
|
1095
|
-
} | undefined;
|
|
1096
|
-
children?: any;
|
|
1097
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1098
|
-
disabled?: boolean | undefined;
|
|
1099
|
-
className?: string | undefined;
|
|
1100
|
-
themeShallow?: boolean | undefined;
|
|
1101
|
-
id?: string | undefined;
|
|
1102
|
-
tag?: string | undefined;
|
|
1103
|
-
theme?: string | null | undefined;
|
|
1104
|
-
group?: undefined;
|
|
1105
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1106
|
-
componentName?: string | undefined;
|
|
1107
|
-
tabIndex?: string | number | undefined;
|
|
1108
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1109
|
-
disableOptimization?: boolean | undefined;
|
|
1110
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1111
|
-
disableClassName?: boolean | undefined;
|
|
1112
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1113
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1114
|
-
} & {
|
|
239
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1115
240
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1116
241
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1117
242
|
readonly vertical?: boolean | undefined;
|
|
1118
243
|
}, string | number> & {
|
|
1119
244
|
[x: string]: undefined;
|
|
1120
|
-
}>>), TamaguiElement, Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1121
|
-
target?: string | undefined;
|
|
1122
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1123
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1124
|
-
dangerouslySetInnerHTML?: {
|
|
1125
|
-
__html: string;
|
|
1126
|
-
} | undefined;
|
|
1127
|
-
children?: any;
|
|
1128
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1129
|
-
disabled?: boolean | undefined;
|
|
1130
|
-
className?: string | undefined;
|
|
1131
|
-
themeShallow?: boolean | undefined;
|
|
1132
|
-
id?: string | undefined;
|
|
1133
|
-
tag?: string | undefined;
|
|
1134
|
-
theme?: string | null | undefined;
|
|
1135
|
-
group?: undefined;
|
|
1136
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1137
|
-
componentName?: string | undefined;
|
|
1138
|
-
tabIndex?: string | number | undefined;
|
|
1139
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1140
|
-
disableOptimization?: boolean | undefined;
|
|
1141
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1142
|
-
disableClassName?: boolean | undefined;
|
|
1143
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1144
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1145
|
-
} & {
|
|
245
|
+
}>>), TamaguiElement, Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1146
246
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1147
247
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
|
|
1148
248
|
readonly vertical?: boolean | undefined;
|
|
@@ -1152,59 +252,9 @@ export declare const SelectSeparator: import("@tamagui/core").TamaguiComponent<(
|
|
|
1152
252
|
[x: string]: undefined;
|
|
1153
253
|
}), {
|
|
1154
254
|
displayName: string | undefined;
|
|
1155
|
-
__baseProps: Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1156
|
-
target?: string | undefined;
|
|
1157
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1158
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1159
|
-
dangerouslySetInnerHTML?: {
|
|
1160
|
-
__html: string;
|
|
1161
|
-
} | undefined;
|
|
1162
|
-
children?: any;
|
|
1163
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1164
|
-
disabled?: boolean | undefined;
|
|
1165
|
-
className?: string | undefined;
|
|
1166
|
-
themeShallow?: boolean | undefined;
|
|
1167
|
-
id?: string | undefined;
|
|
1168
|
-
tag?: string | undefined;
|
|
1169
|
-
theme?: string | null | undefined;
|
|
1170
|
-
group?: undefined;
|
|
1171
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1172
|
-
componentName?: string | undefined;
|
|
1173
|
-
tabIndex?: string | number | undefined;
|
|
1174
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1175
|
-
disableOptimization?: boolean | undefined;
|
|
1176
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1177
|
-
disableClassName?: boolean | undefined;
|
|
1178
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1179
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1180
|
-
} & {
|
|
255
|
+
__baseProps: Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1181
256
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1182
257
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
|
|
1183
|
-
target?: string | undefined;
|
|
1184
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1185
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1186
|
-
dangerouslySetInnerHTML?: {
|
|
1187
|
-
__html: string;
|
|
1188
|
-
} | undefined;
|
|
1189
|
-
children?: any;
|
|
1190
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1191
|
-
disabled?: boolean | undefined;
|
|
1192
|
-
className?: string | undefined;
|
|
1193
|
-
themeShallow?: boolean | undefined;
|
|
1194
|
-
id?: string | undefined;
|
|
1195
|
-
tag?: string | undefined;
|
|
1196
|
-
theme?: string | null | undefined;
|
|
1197
|
-
group?: undefined;
|
|
1198
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1199
|
-
componentName?: string | undefined;
|
|
1200
|
-
tabIndex?: string | number | undefined;
|
|
1201
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1202
|
-
disableOptimization?: boolean | undefined;
|
|
1203
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1204
|
-
disableClassName?: boolean | undefined;
|
|
1205
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1206
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1207
|
-
} & {
|
|
1208
258
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1209
259
|
};
|
|
1210
260
|
__variantProps: {
|
|
@@ -1224,186 +274,36 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
1224
274
|
} & {
|
|
1225
275
|
__scopeSelect?: import("@tamagui/create-context").Scope;
|
|
1226
276
|
} & import("@tamagui/focus-scope").FocusScopeProps) => JSX.Element | null;
|
|
1227
|
-
Group: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1228
|
-
target?: string | undefined;
|
|
1229
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1230
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1231
|
-
dangerouslySetInnerHTML?: {
|
|
1232
|
-
__html: string;
|
|
1233
|
-
} | undefined;
|
|
1234
|
-
children?: any;
|
|
1235
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1236
|
-
disabled?: boolean | undefined;
|
|
1237
|
-
className?: string | undefined;
|
|
1238
|
-
themeShallow?: boolean | undefined;
|
|
1239
|
-
id?: string | undefined;
|
|
1240
|
-
tag?: string | undefined;
|
|
1241
|
-
theme?: string | null | undefined;
|
|
1242
|
-
group?: undefined;
|
|
1243
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1244
|
-
componentName?: string | undefined;
|
|
1245
|
-
tabIndex?: string | number | undefined;
|
|
1246
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1247
|
-
disableOptimization?: boolean | undefined;
|
|
1248
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1249
|
-
disableClassName?: boolean | undefined;
|
|
1250
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1251
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1252
|
-
} & {
|
|
277
|
+
Group: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1253
278
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1254
279
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
1255
280
|
readonly fullscreen?: boolean | undefined;
|
|
1256
281
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
1257
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1258
|
-
target?: string | undefined;
|
|
1259
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1260
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1261
|
-
dangerouslySetInnerHTML?: {
|
|
1262
|
-
__html: string;
|
|
1263
|
-
} | undefined;
|
|
1264
|
-
children?: any;
|
|
1265
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1266
|
-
disabled?: boolean | undefined;
|
|
1267
|
-
className?: string | undefined;
|
|
1268
|
-
themeShallow?: boolean | undefined;
|
|
1269
|
-
id?: string | undefined;
|
|
1270
|
-
tag?: string | undefined;
|
|
1271
|
-
theme?: string | null | undefined;
|
|
1272
|
-
group?: undefined;
|
|
1273
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1274
|
-
componentName?: string | undefined;
|
|
1275
|
-
tabIndex?: string | number | undefined;
|
|
1276
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1277
|
-
disableOptimization?: boolean | undefined;
|
|
1278
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1279
|
-
disableClassName?: boolean | undefined;
|
|
1280
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1281
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1282
|
-
} & {
|
|
282
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1283
283
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1284
284
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
1285
285
|
readonly fullscreen?: boolean | undefined;
|
|
1286
286
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
1287
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1288
|
-
target?: string | undefined;
|
|
1289
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1290
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1291
|
-
dangerouslySetInnerHTML?: {
|
|
1292
|
-
__html: string;
|
|
1293
|
-
} | undefined;
|
|
1294
|
-
children?: any;
|
|
1295
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1296
|
-
disabled?: boolean | undefined;
|
|
1297
|
-
className?: string | undefined;
|
|
1298
|
-
themeShallow?: boolean | undefined;
|
|
1299
|
-
id?: string | undefined;
|
|
1300
|
-
tag?: string | undefined;
|
|
1301
|
-
theme?: string | null | undefined;
|
|
1302
|
-
group?: undefined;
|
|
1303
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1304
|
-
componentName?: string | undefined;
|
|
1305
|
-
tabIndex?: string | number | undefined;
|
|
1306
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1307
|
-
disableOptimization?: boolean | undefined;
|
|
1308
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1309
|
-
disableClassName?: boolean | undefined;
|
|
1310
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1311
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1312
|
-
} & {
|
|
287
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1313
288
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1314
289
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
1315
290
|
readonly fullscreen?: boolean | undefined;
|
|
1316
291
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
1317
|
-
}>>) | Omit<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1318
|
-
target?: string | undefined;
|
|
1319
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1320
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1321
|
-
dangerouslySetInnerHTML?: {
|
|
1322
|
-
__html: string;
|
|
1323
|
-
} | undefined;
|
|
1324
|
-
children?: any;
|
|
1325
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1326
|
-
disabled?: boolean | undefined;
|
|
1327
|
-
className?: string | undefined;
|
|
1328
|
-
themeShallow?: boolean | undefined;
|
|
1329
|
-
id?: string | undefined;
|
|
1330
|
-
tag?: string | undefined;
|
|
1331
|
-
theme?: string | null | undefined;
|
|
1332
|
-
group?: undefined;
|
|
1333
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1334
|
-
componentName?: string | undefined;
|
|
1335
|
-
tabIndex?: string | number | undefined;
|
|
1336
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1337
|
-
disableOptimization?: boolean | undefined;
|
|
1338
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1339
|
-
disableClassName?: boolean | undefined;
|
|
1340
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1341
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1342
|
-
} & {
|
|
292
|
+
}>>) | Omit<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1343
293
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1344
294
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1345
295
|
readonly fullscreen?: boolean | undefined;
|
|
1346
296
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
1347
297
|
}, string | number> & {
|
|
1348
298
|
[x: string]: undefined;
|
|
1349
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1350
|
-
target?: string | undefined;
|
|
1351
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1352
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1353
|
-
dangerouslySetInnerHTML?: {
|
|
1354
|
-
__html: string;
|
|
1355
|
-
} | undefined;
|
|
1356
|
-
children?: any;
|
|
1357
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1358
|
-
disabled?: boolean | undefined;
|
|
1359
|
-
className?: string | undefined;
|
|
1360
|
-
themeShallow?: boolean | undefined;
|
|
1361
|
-
id?: string | undefined;
|
|
1362
|
-
tag?: string | undefined;
|
|
1363
|
-
theme?: string | null | undefined;
|
|
1364
|
-
group?: undefined;
|
|
1365
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1366
|
-
componentName?: string | undefined;
|
|
1367
|
-
tabIndex?: string | number | undefined;
|
|
1368
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1369
|
-
disableOptimization?: boolean | undefined;
|
|
1370
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1371
|
-
disableClassName?: boolean | undefined;
|
|
1372
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1373
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1374
|
-
} & {
|
|
299
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1375
300
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1376
301
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1377
302
|
readonly fullscreen?: boolean | undefined;
|
|
1378
303
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
1379
304
|
}, string | number> & {
|
|
1380
305
|
[x: string]: undefined;
|
|
1381
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1382
|
-
target?: string | undefined;
|
|
1383
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1384
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1385
|
-
dangerouslySetInnerHTML?: {
|
|
1386
|
-
__html: string;
|
|
1387
|
-
} | undefined;
|
|
1388
|
-
children?: any;
|
|
1389
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1390
|
-
disabled?: boolean | undefined;
|
|
1391
|
-
className?: string | undefined;
|
|
1392
|
-
themeShallow?: boolean | undefined;
|
|
1393
|
-
id?: string | undefined;
|
|
1394
|
-
tag?: string | undefined;
|
|
1395
|
-
theme?: string | null | undefined;
|
|
1396
|
-
group?: undefined;
|
|
1397
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1398
|
-
componentName?: string | undefined;
|
|
1399
|
-
tabIndex?: string | number | undefined;
|
|
1400
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1401
|
-
disableOptimization?: boolean | undefined;
|
|
1402
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1403
|
-
disableClassName?: boolean | undefined;
|
|
1404
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1405
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1406
|
-
} & {
|
|
306
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1407
307
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1408
308
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1409
309
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1411,218 +311,43 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
1411
311
|
}, string | number> & {
|
|
1412
312
|
[x: string]: undefined;
|
|
1413
313
|
}>>, "ref">) & React.RefAttributes<TamaguiElement>>;
|
|
1414
|
-
Icon: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1415
|
-
target?: string | undefined;
|
|
1416
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1417
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1418
|
-
dangerouslySetInnerHTML?: {
|
|
1419
|
-
__html: string;
|
|
1420
|
-
} | undefined;
|
|
1421
|
-
children?: any;
|
|
1422
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1423
|
-
disabled?: boolean | undefined;
|
|
1424
|
-
className?: string | undefined;
|
|
1425
|
-
themeShallow?: boolean | undefined;
|
|
1426
|
-
id?: string | undefined;
|
|
1427
|
-
tag?: string | undefined;
|
|
1428
|
-
theme?: string | null | undefined;
|
|
1429
|
-
group?: undefined;
|
|
1430
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1431
|
-
componentName?: string | undefined;
|
|
1432
|
-
tabIndex?: string | number | undefined;
|
|
1433
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1434
|
-
disableOptimization?: boolean | undefined;
|
|
1435
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1436
|
-
disableClassName?: boolean | undefined;
|
|
1437
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1438
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1439
|
-
} & {
|
|
314
|
+
Icon: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1440
315
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1441
316
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
1442
317
|
readonly fullscreen?: boolean | undefined;
|
|
1443
318
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
1444
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1445
|
-
target?: string | undefined;
|
|
1446
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1447
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1448
|
-
dangerouslySetInnerHTML?: {
|
|
1449
|
-
__html: string;
|
|
1450
|
-
} | undefined;
|
|
1451
|
-
children?: any;
|
|
1452
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1453
|
-
disabled?: boolean | undefined;
|
|
1454
|
-
className?: string | undefined;
|
|
1455
|
-
themeShallow?: boolean | undefined;
|
|
1456
|
-
id?: string | undefined;
|
|
1457
|
-
tag?: string | undefined;
|
|
1458
|
-
theme?: string | null | undefined;
|
|
1459
|
-
group?: undefined;
|
|
1460
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1461
|
-
componentName?: string | undefined;
|
|
1462
|
-
tabIndex?: string | number | undefined;
|
|
1463
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1464
|
-
disableOptimization?: boolean | undefined;
|
|
1465
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1466
|
-
disableClassName?: boolean | undefined;
|
|
1467
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1468
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1469
|
-
} & {
|
|
319
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1470
320
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1471
321
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
1472
322
|
readonly fullscreen?: boolean | undefined;
|
|
1473
323
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
1474
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1475
|
-
target?: string | undefined;
|
|
1476
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1477
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1478
|
-
dangerouslySetInnerHTML?: {
|
|
1479
|
-
__html: string;
|
|
1480
|
-
} | undefined;
|
|
1481
|
-
children?: any;
|
|
1482
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1483
|
-
disabled?: boolean | undefined;
|
|
1484
|
-
className?: string | undefined;
|
|
1485
|
-
themeShallow?: boolean | undefined;
|
|
1486
|
-
id?: string | undefined;
|
|
1487
|
-
tag?: string | undefined;
|
|
1488
|
-
theme?: string | null | undefined;
|
|
1489
|
-
group?: undefined;
|
|
1490
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1491
|
-
componentName?: string | undefined;
|
|
1492
|
-
tabIndex?: string | number | undefined;
|
|
1493
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1494
|
-
disableOptimization?: boolean | undefined;
|
|
1495
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1496
|
-
disableClassName?: boolean | undefined;
|
|
1497
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1498
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1499
|
-
} & {
|
|
324
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1500
325
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1501
326
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
1502
327
|
readonly fullscreen?: boolean | undefined;
|
|
1503
328
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
1504
|
-
}>>) | (Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1505
|
-
target?: string | undefined;
|
|
1506
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1507
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1508
|
-
dangerouslySetInnerHTML?: {
|
|
1509
|
-
__html: string;
|
|
1510
|
-
} | undefined;
|
|
1511
|
-
children?: any;
|
|
1512
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1513
|
-
disabled?: boolean | undefined;
|
|
1514
|
-
className?: string | undefined;
|
|
1515
|
-
themeShallow?: boolean | undefined;
|
|
1516
|
-
id?: string | undefined;
|
|
1517
|
-
tag?: string | undefined;
|
|
1518
|
-
theme?: string | null | undefined;
|
|
1519
|
-
group?: undefined;
|
|
1520
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1521
|
-
componentName?: string | undefined;
|
|
1522
|
-
tabIndex?: string | number | undefined;
|
|
1523
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1524
|
-
disableOptimization?: boolean | undefined;
|
|
1525
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1526
|
-
disableClassName?: boolean | undefined;
|
|
1527
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1528
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1529
|
-
} & {
|
|
329
|
+
}>>) | (Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1530
330
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1531
331
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1532
332
|
readonly fullscreen?: boolean | undefined;
|
|
1533
333
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
1534
334
|
}, string | number> & {
|
|
1535
335
|
[x: string]: undefined;
|
|
1536
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1537
|
-
target?: string | undefined;
|
|
1538
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1539
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1540
|
-
dangerouslySetInnerHTML?: {
|
|
1541
|
-
__html: string;
|
|
1542
|
-
} | undefined;
|
|
1543
|
-
children?: any;
|
|
1544
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1545
|
-
disabled?: boolean | undefined;
|
|
1546
|
-
className?: string | undefined;
|
|
1547
|
-
themeShallow?: boolean | undefined;
|
|
1548
|
-
id?: string | undefined;
|
|
1549
|
-
tag?: string | undefined;
|
|
1550
|
-
theme?: string | null | undefined;
|
|
1551
|
-
group?: undefined;
|
|
1552
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1553
|
-
componentName?: string | undefined;
|
|
1554
|
-
tabIndex?: string | number | undefined;
|
|
1555
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1556
|
-
disableOptimization?: boolean | undefined;
|
|
1557
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1558
|
-
disableClassName?: boolean | undefined;
|
|
1559
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1560
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1561
|
-
} & {
|
|
336
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1562
337
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1563
338
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1564
339
|
readonly fullscreen?: boolean | undefined;
|
|
1565
340
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
1566
341
|
}, string | number> & {
|
|
1567
342
|
[x: string]: undefined;
|
|
1568
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1569
|
-
target?: string | undefined;
|
|
1570
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1571
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1572
|
-
dangerouslySetInnerHTML?: {
|
|
1573
|
-
__html: string;
|
|
1574
|
-
} | undefined;
|
|
1575
|
-
children?: any;
|
|
1576
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1577
|
-
disabled?: boolean | undefined;
|
|
1578
|
-
className?: string | undefined;
|
|
1579
|
-
themeShallow?: boolean | undefined;
|
|
1580
|
-
id?: string | undefined;
|
|
1581
|
-
tag?: string | undefined;
|
|
1582
|
-
theme?: string | null | undefined;
|
|
1583
|
-
group?: undefined;
|
|
1584
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1585
|
-
componentName?: string | undefined;
|
|
1586
|
-
tabIndex?: string | number | undefined;
|
|
1587
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1588
|
-
disableOptimization?: boolean | undefined;
|
|
1589
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1590
|
-
disableClassName?: boolean | undefined;
|
|
1591
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1592
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1593
|
-
} & {
|
|
343
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1594
344
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1595
345
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1596
346
|
readonly fullscreen?: boolean | undefined;
|
|
1597
347
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
1598
348
|
}, string | number> & {
|
|
1599
349
|
[x: string]: undefined;
|
|
1600
|
-
}>>), TamaguiElement, Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1601
|
-
target?: string | undefined;
|
|
1602
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1603
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1604
|
-
dangerouslySetInnerHTML?: {
|
|
1605
|
-
__html: string;
|
|
1606
|
-
} | undefined;
|
|
1607
|
-
children?: any;
|
|
1608
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1609
|
-
disabled?: boolean | undefined;
|
|
1610
|
-
className?: string | undefined;
|
|
1611
|
-
themeShallow?: boolean | undefined;
|
|
1612
|
-
id?: string | undefined;
|
|
1613
|
-
tag?: string | undefined;
|
|
1614
|
-
theme?: string | null | undefined;
|
|
1615
|
-
group?: undefined;
|
|
1616
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1617
|
-
componentName?: string | undefined;
|
|
1618
|
-
tabIndex?: string | number | undefined;
|
|
1619
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1620
|
-
disableOptimization?: boolean | undefined;
|
|
1621
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1622
|
-
disableClassName?: boolean | undefined;
|
|
1623
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1624
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1625
|
-
} & {
|
|
350
|
+
}>>), TamaguiElement, Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1626
351
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1627
352
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
|
|
1628
353
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1634,59 +359,9 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
1634
359
|
[x: string]: undefined;
|
|
1635
360
|
}), {
|
|
1636
361
|
displayName: string | undefined;
|
|
1637
|
-
__baseProps: Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1638
|
-
target?: string | undefined;
|
|
1639
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1640
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1641
|
-
dangerouslySetInnerHTML?: {
|
|
1642
|
-
__html: string;
|
|
1643
|
-
} | undefined;
|
|
1644
|
-
children?: any;
|
|
1645
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1646
|
-
disabled?: boolean | undefined;
|
|
1647
|
-
className?: string | undefined;
|
|
1648
|
-
themeShallow?: boolean | undefined;
|
|
1649
|
-
id?: string | undefined;
|
|
1650
|
-
tag?: string | undefined;
|
|
1651
|
-
theme?: string | null | undefined;
|
|
1652
|
-
group?: undefined;
|
|
1653
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1654
|
-
componentName?: string | undefined;
|
|
1655
|
-
tabIndex?: string | number | undefined;
|
|
1656
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1657
|
-
disableOptimization?: boolean | undefined;
|
|
1658
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1659
|
-
disableClassName?: boolean | undefined;
|
|
1660
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1661
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1662
|
-
} & {
|
|
362
|
+
__baseProps: Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1663
363
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1664
364
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
|
|
1665
|
-
target?: string | undefined;
|
|
1666
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1667
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1668
|
-
dangerouslySetInnerHTML?: {
|
|
1669
|
-
__html: string;
|
|
1670
|
-
} | undefined;
|
|
1671
|
-
children?: any;
|
|
1672
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1673
|
-
disabled?: boolean | undefined;
|
|
1674
|
-
className?: string | undefined;
|
|
1675
|
-
themeShallow?: boolean | undefined;
|
|
1676
|
-
id?: string | undefined;
|
|
1677
|
-
tag?: string | undefined;
|
|
1678
|
-
theme?: string | null | undefined;
|
|
1679
|
-
group?: undefined;
|
|
1680
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1681
|
-
componentName?: string | undefined;
|
|
1682
|
-
tabIndex?: string | number | undefined;
|
|
1683
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1684
|
-
disableOptimization?: boolean | undefined;
|
|
1685
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1686
|
-
disableClassName?: boolean | undefined;
|
|
1687
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1688
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1689
|
-
} & {
|
|
1690
365
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1691
366
|
};
|
|
1692
367
|
__variantProps: {
|
|
@@ -1695,186 +370,36 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
1695
370
|
};
|
|
1696
371
|
}>;
|
|
1697
372
|
Item: React.ForwardRefExoticComponent<import("./SelectItem").SelectItemProps & React.RefAttributes<TamaguiElement>>;
|
|
1698
|
-
ItemIndicator: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1699
|
-
target?: string | undefined;
|
|
1700
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1701
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1702
|
-
dangerouslySetInnerHTML?: {
|
|
1703
|
-
__html: string;
|
|
1704
|
-
} | undefined;
|
|
1705
|
-
children?: any;
|
|
1706
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1707
|
-
disabled?: boolean | undefined;
|
|
1708
|
-
className?: string | undefined;
|
|
1709
|
-
themeShallow?: boolean | undefined;
|
|
1710
|
-
id?: string | undefined;
|
|
1711
|
-
tag?: string | undefined;
|
|
1712
|
-
theme?: string | null | undefined;
|
|
1713
|
-
group?: undefined;
|
|
1714
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1715
|
-
componentName?: string | undefined;
|
|
1716
|
-
tabIndex?: string | number | undefined;
|
|
1717
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1718
|
-
disableOptimization?: boolean | undefined;
|
|
1719
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1720
|
-
disableClassName?: boolean | undefined;
|
|
1721
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1722
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1723
|
-
} & {
|
|
373
|
+
ItemIndicator: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1724
374
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1725
375
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
1726
376
|
readonly fullscreen?: boolean | undefined;
|
|
1727
377
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
1728
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1729
|
-
target?: string | undefined;
|
|
1730
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1731
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1732
|
-
dangerouslySetInnerHTML?: {
|
|
1733
|
-
__html: string;
|
|
1734
|
-
} | undefined;
|
|
1735
|
-
children?: any;
|
|
1736
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1737
|
-
disabled?: boolean | undefined;
|
|
1738
|
-
className?: string | undefined;
|
|
1739
|
-
themeShallow?: boolean | undefined;
|
|
1740
|
-
id?: string | undefined;
|
|
1741
|
-
tag?: string | undefined;
|
|
1742
|
-
theme?: string | null | undefined;
|
|
1743
|
-
group?: undefined;
|
|
1744
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1745
|
-
componentName?: string | undefined;
|
|
1746
|
-
tabIndex?: string | number | undefined;
|
|
1747
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1748
|
-
disableOptimization?: boolean | undefined;
|
|
1749
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1750
|
-
disableClassName?: boolean | undefined;
|
|
1751
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1752
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1753
|
-
} & {
|
|
378
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1754
379
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1755
380
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
1756
381
|
readonly fullscreen?: boolean | undefined;
|
|
1757
382
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
1758
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1759
|
-
target?: string | undefined;
|
|
1760
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1761
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1762
|
-
dangerouslySetInnerHTML?: {
|
|
1763
|
-
__html: string;
|
|
1764
|
-
} | undefined;
|
|
1765
|
-
children?: any;
|
|
1766
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1767
|
-
disabled?: boolean | undefined;
|
|
1768
|
-
className?: string | undefined;
|
|
1769
|
-
themeShallow?: boolean | undefined;
|
|
1770
|
-
id?: string | undefined;
|
|
1771
|
-
tag?: string | undefined;
|
|
1772
|
-
theme?: string | null | undefined;
|
|
1773
|
-
group?: undefined;
|
|
1774
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1775
|
-
componentName?: string | undefined;
|
|
1776
|
-
tabIndex?: string | number | undefined;
|
|
1777
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1778
|
-
disableOptimization?: boolean | undefined;
|
|
1779
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1780
|
-
disableClassName?: boolean | undefined;
|
|
1781
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1782
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1783
|
-
} & {
|
|
383
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1784
384
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1785
385
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
1786
386
|
readonly fullscreen?: boolean | undefined;
|
|
1787
387
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
1788
|
-
}>>) | Omit<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1789
|
-
target?: string | undefined;
|
|
1790
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1791
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1792
|
-
dangerouslySetInnerHTML?: {
|
|
1793
|
-
__html: string;
|
|
1794
|
-
} | undefined;
|
|
1795
|
-
children?: any;
|
|
1796
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1797
|
-
disabled?: boolean | undefined;
|
|
1798
|
-
className?: string | undefined;
|
|
1799
|
-
themeShallow?: boolean | undefined;
|
|
1800
|
-
id?: string | undefined;
|
|
1801
|
-
tag?: string | undefined;
|
|
1802
|
-
theme?: string | null | undefined;
|
|
1803
|
-
group?: undefined;
|
|
1804
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1805
|
-
componentName?: string | undefined;
|
|
1806
|
-
tabIndex?: string | number | undefined;
|
|
1807
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1808
|
-
disableOptimization?: boolean | undefined;
|
|
1809
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1810
|
-
disableClassName?: boolean | undefined;
|
|
1811
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1812
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1813
|
-
} & {
|
|
388
|
+
}>>) | Omit<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1814
389
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1815
390
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1816
391
|
readonly fullscreen?: boolean | undefined;
|
|
1817
392
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
1818
393
|
}, string | number> & {
|
|
1819
394
|
[x: string]: undefined;
|
|
1820
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1821
|
-
target?: string | undefined;
|
|
1822
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1823
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1824
|
-
dangerouslySetInnerHTML?: {
|
|
1825
|
-
__html: string;
|
|
1826
|
-
} | undefined;
|
|
1827
|
-
children?: any;
|
|
1828
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1829
|
-
disabled?: boolean | undefined;
|
|
1830
|
-
className?: string | undefined;
|
|
1831
|
-
themeShallow?: boolean | undefined;
|
|
1832
|
-
id?: string | undefined;
|
|
1833
|
-
tag?: string | undefined;
|
|
1834
|
-
theme?: string | null | undefined;
|
|
1835
|
-
group?: undefined;
|
|
1836
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1837
|
-
componentName?: string | undefined;
|
|
1838
|
-
tabIndex?: string | number | undefined;
|
|
1839
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1840
|
-
disableOptimization?: boolean | undefined;
|
|
1841
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1842
|
-
disableClassName?: boolean | undefined;
|
|
1843
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1844
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1845
|
-
} & {
|
|
395
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1846
396
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1847
397
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1848
398
|
readonly fullscreen?: boolean | undefined;
|
|
1849
399
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
1850
400
|
}, string | number> & {
|
|
1851
401
|
[x: string]: undefined;
|
|
1852
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1853
|
-
target?: string | undefined;
|
|
1854
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1855
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1856
|
-
dangerouslySetInnerHTML?: {
|
|
1857
|
-
__html: string;
|
|
1858
|
-
} | undefined;
|
|
1859
|
-
children?: any;
|
|
1860
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1861
|
-
disabled?: boolean | undefined;
|
|
1862
|
-
className?: string | undefined;
|
|
1863
|
-
themeShallow?: boolean | undefined;
|
|
1864
|
-
id?: string | undefined;
|
|
1865
|
-
tag?: string | undefined;
|
|
1866
|
-
theme?: string | null | undefined;
|
|
1867
|
-
group?: undefined;
|
|
1868
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1869
|
-
componentName?: string | undefined;
|
|
1870
|
-
tabIndex?: string | number | undefined;
|
|
1871
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1872
|
-
disableOptimization?: boolean | undefined;
|
|
1873
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1874
|
-
disableClassName?: boolean | undefined;
|
|
1875
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1876
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1877
|
-
} & {
|
|
402
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1878
403
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1879
404
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1880
405
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1882,96 +407,21 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
1882
407
|
}, string | number> & {
|
|
1883
408
|
[x: string]: undefined;
|
|
1884
409
|
}>>, "ref">) & React.RefAttributes<TamaguiElement>>;
|
|
1885
|
-
ItemText: React.ForwardRefExoticComponent<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1886
|
-
target?: string | undefined;
|
|
1887
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1888
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1889
|
-
dangerouslySetInnerHTML?: {
|
|
1890
|
-
__html: string;
|
|
1891
|
-
} | undefined;
|
|
1892
|
-
children?: any;
|
|
1893
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1894
|
-
disabled?: boolean | undefined;
|
|
1895
|
-
className?: string | undefined;
|
|
1896
|
-
themeShallow?: boolean | undefined;
|
|
1897
|
-
id?: string | undefined;
|
|
1898
|
-
tag?: string | undefined;
|
|
1899
|
-
theme?: string | null | undefined;
|
|
1900
|
-
group?: undefined;
|
|
1901
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1902
|
-
componentName?: string | undefined;
|
|
1903
|
-
tabIndex?: string | number | undefined;
|
|
1904
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1905
|
-
disableOptimization?: boolean | undefined;
|
|
1906
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1907
|
-
disableClassName?: boolean | undefined;
|
|
1908
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1909
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1910
|
-
} & {
|
|
410
|
+
ItemText: React.ForwardRefExoticComponent<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1911
411
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
1912
412
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
1913
413
|
readonly unstyled?: boolean | undefined;
|
|
1914
414
|
readonly size?: FontSizeTokens | undefined;
|
|
1915
415
|
}, "unstyled"> & {
|
|
1916
416
|
readonly unstyled?: boolean | undefined;
|
|
1917
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1918
|
-
target?: string | undefined;
|
|
1919
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1920
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1921
|
-
dangerouslySetInnerHTML?: {
|
|
1922
|
-
__html: string;
|
|
1923
|
-
} | undefined;
|
|
1924
|
-
children?: any;
|
|
1925
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1926
|
-
disabled?: boolean | undefined;
|
|
1927
|
-
className?: string | undefined;
|
|
1928
|
-
themeShallow?: boolean | undefined;
|
|
1929
|
-
id?: string | undefined;
|
|
1930
|
-
tag?: string | undefined;
|
|
1931
|
-
theme?: string | null | undefined;
|
|
1932
|
-
group?: undefined;
|
|
1933
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1934
|
-
componentName?: string | undefined;
|
|
1935
|
-
tabIndex?: string | number | undefined;
|
|
1936
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1937
|
-
disableOptimization?: boolean | undefined;
|
|
1938
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1939
|
-
disableClassName?: boolean | undefined;
|
|
1940
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1941
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1942
|
-
} & {
|
|
417
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1943
418
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
1944
419
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
1945
420
|
readonly unstyled?: boolean | undefined;
|
|
1946
421
|
readonly size?: FontSizeTokens | undefined;
|
|
1947
422
|
}, "unstyled"> & {
|
|
1948
423
|
readonly unstyled?: boolean | undefined;
|
|
1949
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1950
|
-
target?: string | undefined;
|
|
1951
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1952
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1953
|
-
dangerouslySetInnerHTML?: {
|
|
1954
|
-
__html: string;
|
|
1955
|
-
} | undefined;
|
|
1956
|
-
children?: any;
|
|
1957
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1958
|
-
disabled?: boolean | undefined;
|
|
1959
|
-
className?: string | undefined;
|
|
1960
|
-
themeShallow?: boolean | undefined;
|
|
1961
|
-
id?: string | undefined;
|
|
1962
|
-
tag?: string | undefined;
|
|
1963
|
-
theme?: string | null | undefined;
|
|
1964
|
-
group?: undefined;
|
|
1965
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1966
|
-
componentName?: string | undefined;
|
|
1967
|
-
tabIndex?: string | number | undefined;
|
|
1968
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1969
|
-
disableOptimization?: boolean | undefined;
|
|
1970
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1971
|
-
disableClassName?: boolean | undefined;
|
|
1972
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1973
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1974
|
-
} & {
|
|
424
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1975
425
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
1976
426
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
1977
427
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1979,32 +429,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
1979
429
|
}, "unstyled"> & {
|
|
1980
430
|
readonly unstyled?: boolean | undefined;
|
|
1981
431
|
}>> & React.RefAttributes<TamaguiTextElement>>;
|
|
1982
|
-
Label: React.ForwardRefExoticComponent<Omit<import("@tamagui/text").TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1983
|
-
target?: string | undefined;
|
|
1984
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1985
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1986
|
-
dangerouslySetInnerHTML?: {
|
|
1987
|
-
__html: string;
|
|
1988
|
-
} | undefined;
|
|
1989
|
-
children?: any;
|
|
1990
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1991
|
-
disabled?: boolean | undefined;
|
|
1992
|
-
className?: string | undefined;
|
|
1993
|
-
themeShallow?: boolean | undefined;
|
|
1994
|
-
id?: string | undefined;
|
|
1995
|
-
tag?: string | undefined;
|
|
1996
|
-
theme?: string | null | undefined;
|
|
1997
|
-
group?: undefined;
|
|
1998
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1999
|
-
componentName?: string | undefined;
|
|
2000
|
-
tabIndex?: string | number | undefined;
|
|
2001
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2002
|
-
disableOptimization?: boolean | undefined;
|
|
2003
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2004
|
-
disableClassName?: boolean | undefined;
|
|
2005
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2006
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2007
|
-
} & {
|
|
432
|
+
Label: React.ForwardRefExoticComponent<Omit<import("@tamagui/text").TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2008
433
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
2009
434
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
2010
435
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -2026,32 +451,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
2026
451
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
2027
452
|
readonly active?: boolean | undefined;
|
|
2028
453
|
readonly disabled?: boolean | undefined;
|
|
2029
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2030
|
-
target?: string | undefined;
|
|
2031
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2032
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2033
|
-
dangerouslySetInnerHTML?: {
|
|
2034
|
-
__html: string;
|
|
2035
|
-
} | undefined;
|
|
2036
|
-
children?: any;
|
|
2037
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2038
|
-
disabled?: boolean | undefined;
|
|
2039
|
-
className?: string | undefined;
|
|
2040
|
-
themeShallow?: boolean | undefined;
|
|
2041
|
-
id?: string | undefined;
|
|
2042
|
-
tag?: string | undefined;
|
|
2043
|
-
theme?: string | null | undefined;
|
|
2044
|
-
group?: undefined;
|
|
2045
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2046
|
-
componentName?: string | undefined;
|
|
2047
|
-
tabIndex?: string | number | undefined;
|
|
2048
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2049
|
-
disableOptimization?: boolean | undefined;
|
|
2050
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2051
|
-
disableClassName?: boolean | undefined;
|
|
2052
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2053
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2054
|
-
} & {
|
|
454
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2055
455
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
2056
456
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
2057
457
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -2073,32 +473,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
2073
473
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
2074
474
|
readonly active?: boolean | undefined;
|
|
2075
475
|
readonly disabled?: boolean | undefined;
|
|
2076
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2077
|
-
target?: string | undefined;
|
|
2078
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2079
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2080
|
-
dangerouslySetInnerHTML?: {
|
|
2081
|
-
__html: string;
|
|
2082
|
-
} | undefined;
|
|
2083
|
-
children?: any;
|
|
2084
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2085
|
-
disabled?: boolean | undefined;
|
|
2086
|
-
className?: string | undefined;
|
|
2087
|
-
themeShallow?: boolean | undefined;
|
|
2088
|
-
id?: string | undefined;
|
|
2089
|
-
tag?: string | undefined;
|
|
2090
|
-
theme?: string | null | undefined;
|
|
2091
|
-
group?: undefined;
|
|
2092
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2093
|
-
componentName?: string | undefined;
|
|
2094
|
-
tabIndex?: string | number | undefined;
|
|
2095
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2096
|
-
disableOptimization?: boolean | undefined;
|
|
2097
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2098
|
-
disableClassName?: boolean | undefined;
|
|
2099
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2100
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2101
|
-
} & {
|
|
476
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2102
477
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
2103
478
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
2104
479
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -2138,32 +513,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
2138
513
|
} & React.RefAttributes<TamaguiElement>>;
|
|
2139
514
|
ScrollDownButton: React.ForwardRefExoticComponent<import("./types").SelectScrollButtonProps & React.RefAttributes<TamaguiElement>>;
|
|
2140
515
|
ScrollUpButton: React.ForwardRefExoticComponent<import("./types").SelectScrollButtonProps & React.RefAttributes<TamaguiElement>>;
|
|
2141
|
-
Trigger: React.ForwardRefExoticComponent<Omit<import("@tamagui/text").TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2142
|
-
target?: string | undefined;
|
|
2143
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2144
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2145
|
-
dangerouslySetInnerHTML?: {
|
|
2146
|
-
__html: string;
|
|
2147
|
-
} | undefined;
|
|
2148
|
-
children?: any;
|
|
2149
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2150
|
-
disabled?: boolean | undefined;
|
|
2151
|
-
className?: string | undefined;
|
|
2152
|
-
themeShallow?: boolean | undefined;
|
|
2153
|
-
id?: string | undefined;
|
|
2154
|
-
tag?: string | undefined;
|
|
2155
|
-
theme?: string | null | undefined;
|
|
2156
|
-
group?: undefined;
|
|
2157
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2158
|
-
componentName?: string | undefined;
|
|
2159
|
-
tabIndex?: string | number | undefined;
|
|
2160
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2161
|
-
disableOptimization?: boolean | undefined;
|
|
2162
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2163
|
-
disableClassName?: boolean | undefined;
|
|
2164
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2165
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2166
|
-
} & {
|
|
516
|
+
Trigger: React.ForwardRefExoticComponent<Omit<import("@tamagui/text").TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2167
517
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
2168
518
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
2169
519
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -2185,32 +535,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
2185
535
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
2186
536
|
readonly active?: boolean | undefined;
|
|
2187
537
|
readonly disabled?: boolean | undefined;
|
|
2188
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2189
|
-
target?: string | undefined;
|
|
2190
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2191
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2192
|
-
dangerouslySetInnerHTML?: {
|
|
2193
|
-
__html: string;
|
|
2194
|
-
} | undefined;
|
|
2195
|
-
children?: any;
|
|
2196
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2197
|
-
disabled?: boolean | undefined;
|
|
2198
|
-
className?: string | undefined;
|
|
2199
|
-
themeShallow?: boolean | undefined;
|
|
2200
|
-
id?: string | undefined;
|
|
2201
|
-
tag?: string | undefined;
|
|
2202
|
-
theme?: string | null | undefined;
|
|
2203
|
-
group?: undefined;
|
|
2204
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2205
|
-
componentName?: string | undefined;
|
|
2206
|
-
tabIndex?: string | number | undefined;
|
|
2207
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2208
|
-
disableOptimization?: boolean | undefined;
|
|
2209
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2210
|
-
disableClassName?: boolean | undefined;
|
|
2211
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2212
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2213
|
-
} & {
|
|
538
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2214
539
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
2215
540
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
2216
541
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -2232,32 +557,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
2232
557
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
2233
558
|
readonly active?: boolean | undefined;
|
|
2234
559
|
readonly disabled?: boolean | undefined;
|
|
2235
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2236
|
-
target?: string | undefined;
|
|
2237
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2238
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2239
|
-
dangerouslySetInnerHTML?: {
|
|
2240
|
-
__html: string;
|
|
2241
|
-
} | undefined;
|
|
2242
|
-
children?: any;
|
|
2243
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2244
|
-
disabled?: boolean | undefined;
|
|
2245
|
-
className?: string | undefined;
|
|
2246
|
-
themeShallow?: boolean | undefined;
|
|
2247
|
-
id?: string | undefined;
|
|
2248
|
-
tag?: string | undefined;
|
|
2249
|
-
theme?: string | null | undefined;
|
|
2250
|
-
group?: undefined;
|
|
2251
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2252
|
-
componentName?: string | undefined;
|
|
2253
|
-
tabIndex?: string | number | undefined;
|
|
2254
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2255
|
-
disableOptimization?: boolean | undefined;
|
|
2256
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2257
|
-
disableClassName?: boolean | undefined;
|
|
2258
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2259
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2260
|
-
} & {
|
|
560
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2261
561
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
2262
562
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
2263
563
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -2295,186 +595,36 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
2295
595
|
subTitle?: React.ReactNode;
|
|
2296
596
|
noTextWrap?: boolean | "all" | undefined;
|
|
2297
597
|
} & React.RefAttributes<TamaguiElement>>;
|
|
2298
|
-
Value: import("@tamagui/core").ReactComponentWithRef<SelectValueProps & Omit<(Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2299
|
-
target?: string | undefined;
|
|
2300
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2301
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2302
|
-
dangerouslySetInnerHTML?: {
|
|
2303
|
-
__html: string;
|
|
2304
|
-
} | undefined;
|
|
2305
|
-
children?: any;
|
|
2306
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2307
|
-
disabled?: boolean | undefined;
|
|
2308
|
-
className?: string | undefined;
|
|
2309
|
-
themeShallow?: boolean | undefined;
|
|
2310
|
-
id?: string | undefined;
|
|
2311
|
-
tag?: string | undefined;
|
|
2312
|
-
theme?: string | null | undefined;
|
|
2313
|
-
group?: undefined;
|
|
2314
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2315
|
-
componentName?: string | undefined;
|
|
2316
|
-
tabIndex?: string | number | undefined;
|
|
2317
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2318
|
-
disableOptimization?: boolean | undefined;
|
|
2319
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2320
|
-
disableClassName?: boolean | undefined;
|
|
2321
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2322
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2323
|
-
} & {
|
|
598
|
+
Value: import("@tamagui/core").ReactComponentWithRef<SelectValueProps & Omit<(Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2324
599
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
2325
600
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
2326
601
|
readonly unstyled?: boolean | undefined;
|
|
2327
602
|
readonly size?: FontSizeTokens | undefined;
|
|
2328
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2329
|
-
target?: string | undefined;
|
|
2330
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2331
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2332
|
-
dangerouslySetInnerHTML?: {
|
|
2333
|
-
__html: string;
|
|
2334
|
-
} | undefined;
|
|
2335
|
-
children?: any;
|
|
2336
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2337
|
-
disabled?: boolean | undefined;
|
|
2338
|
-
className?: string | undefined;
|
|
2339
|
-
themeShallow?: boolean | undefined;
|
|
2340
|
-
id?: string | undefined;
|
|
2341
|
-
tag?: string | undefined;
|
|
2342
|
-
theme?: string | null | undefined;
|
|
2343
|
-
group?: undefined;
|
|
2344
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2345
|
-
componentName?: string | undefined;
|
|
2346
|
-
tabIndex?: string | number | undefined;
|
|
2347
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2348
|
-
disableOptimization?: boolean | undefined;
|
|
2349
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2350
|
-
disableClassName?: boolean | undefined;
|
|
2351
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2352
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2353
|
-
} & {
|
|
603
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2354
604
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
2355
605
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
2356
606
|
readonly unstyled?: boolean | undefined;
|
|
2357
607
|
readonly size?: FontSizeTokens | undefined;
|
|
2358
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2359
|
-
target?: string | undefined;
|
|
2360
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2361
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2362
|
-
dangerouslySetInnerHTML?: {
|
|
2363
|
-
__html: string;
|
|
2364
|
-
} | undefined;
|
|
2365
|
-
children?: any;
|
|
2366
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2367
|
-
disabled?: boolean | undefined;
|
|
2368
|
-
className?: string | undefined;
|
|
2369
|
-
themeShallow?: boolean | undefined;
|
|
2370
|
-
id?: string | undefined;
|
|
2371
|
-
tag?: string | undefined;
|
|
2372
|
-
theme?: string | null | undefined;
|
|
2373
|
-
group?: undefined;
|
|
2374
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2375
|
-
componentName?: string | undefined;
|
|
2376
|
-
tabIndex?: string | number | undefined;
|
|
2377
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2378
|
-
disableOptimization?: boolean | undefined;
|
|
2379
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2380
|
-
disableClassName?: boolean | undefined;
|
|
2381
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2382
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2383
|
-
} & {
|
|
608
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2384
609
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
2385
610
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
2386
611
|
readonly unstyled?: boolean | undefined;
|
|
2387
612
|
readonly size?: FontSizeTokens | undefined;
|
|
2388
|
-
}>>) | (Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2389
|
-
target?: string | undefined;
|
|
2390
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2391
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2392
|
-
dangerouslySetInnerHTML?: {
|
|
2393
|
-
__html: string;
|
|
2394
|
-
} | undefined;
|
|
2395
|
-
children?: any;
|
|
2396
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2397
|
-
disabled?: boolean | undefined;
|
|
2398
|
-
className?: string | undefined;
|
|
2399
|
-
themeShallow?: boolean | undefined;
|
|
2400
|
-
id?: string | undefined;
|
|
2401
|
-
tag?: string | undefined;
|
|
2402
|
-
theme?: string | null | undefined;
|
|
2403
|
-
group?: undefined;
|
|
2404
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2405
|
-
componentName?: string | undefined;
|
|
2406
|
-
tabIndex?: string | number | undefined;
|
|
2407
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2408
|
-
disableOptimization?: boolean | undefined;
|
|
2409
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2410
|
-
disableClassName?: boolean | undefined;
|
|
2411
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2412
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2413
|
-
} & {
|
|
613
|
+
}>>) | (Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2414
614
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
2415
615
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
2416
616
|
readonly unstyled?: boolean | undefined;
|
|
2417
617
|
readonly size?: FontSizeTokens | undefined;
|
|
2418
618
|
}, string | number> & {
|
|
2419
619
|
[x: string]: undefined;
|
|
2420
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2421
|
-
target?: string | undefined;
|
|
2422
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2423
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2424
|
-
dangerouslySetInnerHTML?: {
|
|
2425
|
-
__html: string;
|
|
2426
|
-
} | undefined;
|
|
2427
|
-
children?: any;
|
|
2428
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2429
|
-
disabled?: boolean | undefined;
|
|
2430
|
-
className?: string | undefined;
|
|
2431
|
-
themeShallow?: boolean | undefined;
|
|
2432
|
-
id?: string | undefined;
|
|
2433
|
-
tag?: string | undefined;
|
|
2434
|
-
theme?: string | null | undefined;
|
|
2435
|
-
group?: undefined;
|
|
2436
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2437
|
-
componentName?: string | undefined;
|
|
2438
|
-
tabIndex?: string | number | undefined;
|
|
2439
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2440
|
-
disableOptimization?: boolean | undefined;
|
|
2441
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2442
|
-
disableClassName?: boolean | undefined;
|
|
2443
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2444
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2445
|
-
} & {
|
|
620
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2446
621
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
2447
622
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
2448
623
|
readonly unstyled?: boolean | undefined;
|
|
2449
624
|
readonly size?: FontSizeTokens | undefined;
|
|
2450
625
|
}, string | number> & {
|
|
2451
626
|
[x: string]: undefined;
|
|
2452
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2453
|
-
target?: string | undefined;
|
|
2454
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2455
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2456
|
-
dangerouslySetInnerHTML?: {
|
|
2457
|
-
__html: string;
|
|
2458
|
-
} | undefined;
|
|
2459
|
-
children?: any;
|
|
2460
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2461
|
-
disabled?: boolean | undefined;
|
|
2462
|
-
className?: string | undefined;
|
|
2463
|
-
themeShallow?: boolean | undefined;
|
|
2464
|
-
id?: string | undefined;
|
|
2465
|
-
tag?: string | undefined;
|
|
2466
|
-
theme?: string | null | undefined;
|
|
2467
|
-
group?: undefined;
|
|
2468
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2469
|
-
componentName?: string | undefined;
|
|
2470
|
-
tabIndex?: string | number | undefined;
|
|
2471
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2472
|
-
disableOptimization?: boolean | undefined;
|
|
2473
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2474
|
-
disableClassName?: boolean | undefined;
|
|
2475
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2476
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2477
|
-
} & {
|
|
627
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2478
628
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
2479
629
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
2480
630
|
readonly unstyled?: boolean | undefined;
|
|
@@ -2483,186 +633,36 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
2483
633
|
[x: string]: undefined;
|
|
2484
634
|
}>>), "style" | "ellipse" | "disabled" | "size" | "className" | "id" | "placeholder" | "tabIndex" | "role" | "color" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-hidden" | "aria-label" | "aria-labelledby" | "aria-live" | "aria-modal" | "aria-selected" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onFocus" | "onMouseDown" | "onMouseEnter" | "onMouseLeave" | "onMouseUp" | "onScroll" | "space" | "zIndex" | `$${string}` | `$${number}` | "x" | "y" | "display" | "hitSlop" | "pointerEvents" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "importantForAccessibility" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | "group" | "fontFamily" | "fontSize" | "textShadowColor" | "lineHeight" | "fontWeight" | "letterSpacing" | `$theme-${string}` | `$theme-${number}` | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "target" | "asChild" | "debug" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "disableOptimization" | "forceStyle" | "disableClassName" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle" | "fontStyle" | "textAlign" | "maxFontSizeMultiplier" | "unstyled" | "allowFontScaling" | "ellipsizeMode" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "minimumFontScale" | "suppressHighlighting" | "lineBreakStrategyIOS" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | "textDecorationDistance" | "textOverflow" | "whiteSpace" | "wordWrap" | "textDecorationLine" | "textDecorationStyle" | "textDecorationColor" | "textShadowOffset" | "textShadowRadius" | "textTransform" | "fontVariant" | "writingDirection" | "textAlignVertical" | "verticalAlign" | "includeFontPadding">, TamaguiTextElement> & {
|
|
2485
635
|
staticConfig: import("@tamagui/core").StaticConfig;
|
|
2486
|
-
styleable: import("@tamagui/core").Styleable<(Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2487
|
-
target?: string | undefined;
|
|
2488
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2489
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2490
|
-
dangerouslySetInnerHTML?: {
|
|
2491
|
-
__html: string;
|
|
2492
|
-
} | undefined;
|
|
2493
|
-
children?: any;
|
|
2494
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2495
|
-
disabled?: boolean | undefined;
|
|
2496
|
-
className?: string | undefined;
|
|
2497
|
-
themeShallow?: boolean | undefined;
|
|
2498
|
-
id?: string | undefined;
|
|
2499
|
-
tag?: string | undefined;
|
|
2500
|
-
theme?: string | null | undefined;
|
|
2501
|
-
group?: undefined;
|
|
2502
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2503
|
-
componentName?: string | undefined;
|
|
2504
|
-
tabIndex?: string | number | undefined;
|
|
2505
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2506
|
-
disableOptimization?: boolean | undefined;
|
|
2507
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2508
|
-
disableClassName?: boolean | undefined;
|
|
2509
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2510
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2511
|
-
} & {
|
|
636
|
+
styleable: import("@tamagui/core").Styleable<(Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2512
637
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
2513
638
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
2514
639
|
readonly unstyled?: boolean | undefined;
|
|
2515
640
|
readonly size?: FontSizeTokens | undefined;
|
|
2516
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2517
|
-
target?: string | undefined;
|
|
2518
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2519
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2520
|
-
dangerouslySetInnerHTML?: {
|
|
2521
|
-
__html: string;
|
|
2522
|
-
} | undefined;
|
|
2523
|
-
children?: any;
|
|
2524
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2525
|
-
disabled?: boolean | undefined;
|
|
2526
|
-
className?: string | undefined;
|
|
2527
|
-
themeShallow?: boolean | undefined;
|
|
2528
|
-
id?: string | undefined;
|
|
2529
|
-
tag?: string | undefined;
|
|
2530
|
-
theme?: string | null | undefined;
|
|
2531
|
-
group?: undefined;
|
|
2532
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2533
|
-
componentName?: string | undefined;
|
|
2534
|
-
tabIndex?: string | number | undefined;
|
|
2535
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2536
|
-
disableOptimization?: boolean | undefined;
|
|
2537
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2538
|
-
disableClassName?: boolean | undefined;
|
|
2539
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2540
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2541
|
-
} & {
|
|
641
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2542
642
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
2543
643
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
2544
644
|
readonly unstyled?: boolean | undefined;
|
|
2545
645
|
readonly size?: FontSizeTokens | undefined;
|
|
2546
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2547
|
-
target?: string | undefined;
|
|
2548
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2549
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2550
|
-
dangerouslySetInnerHTML?: {
|
|
2551
|
-
__html: string;
|
|
2552
|
-
} | undefined;
|
|
2553
|
-
children?: any;
|
|
2554
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2555
|
-
disabled?: boolean | undefined;
|
|
2556
|
-
className?: string | undefined;
|
|
2557
|
-
themeShallow?: boolean | undefined;
|
|
2558
|
-
id?: string | undefined;
|
|
2559
|
-
tag?: string | undefined;
|
|
2560
|
-
theme?: string | null | undefined;
|
|
2561
|
-
group?: undefined;
|
|
2562
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2563
|
-
componentName?: string | undefined;
|
|
2564
|
-
tabIndex?: string | number | undefined;
|
|
2565
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2566
|
-
disableOptimization?: boolean | undefined;
|
|
2567
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2568
|
-
disableClassName?: boolean | undefined;
|
|
2569
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2570
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2571
|
-
} & {
|
|
646
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2572
647
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
2573
648
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
2574
649
|
readonly unstyled?: boolean | undefined;
|
|
2575
650
|
readonly size?: FontSizeTokens | undefined;
|
|
2576
|
-
}>>) | (Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2577
|
-
target?: string | undefined;
|
|
2578
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2579
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2580
|
-
dangerouslySetInnerHTML?: {
|
|
2581
|
-
__html: string;
|
|
2582
|
-
} | undefined;
|
|
2583
|
-
children?: any;
|
|
2584
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2585
|
-
disabled?: boolean | undefined;
|
|
2586
|
-
className?: string | undefined;
|
|
2587
|
-
themeShallow?: boolean | undefined;
|
|
2588
|
-
id?: string | undefined;
|
|
2589
|
-
tag?: string | undefined;
|
|
2590
|
-
theme?: string | null | undefined;
|
|
2591
|
-
group?: undefined;
|
|
2592
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2593
|
-
componentName?: string | undefined;
|
|
2594
|
-
tabIndex?: string | number | undefined;
|
|
2595
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2596
|
-
disableOptimization?: boolean | undefined;
|
|
2597
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2598
|
-
disableClassName?: boolean | undefined;
|
|
2599
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2600
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2601
|
-
} & {
|
|
651
|
+
}>>) | (Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2602
652
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
2603
653
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
2604
654
|
readonly unstyled?: boolean | undefined;
|
|
2605
655
|
readonly size?: FontSizeTokens | undefined;
|
|
2606
656
|
}, string | number> & {
|
|
2607
657
|
[x: string]: undefined;
|
|
2608
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2609
|
-
target?: string | undefined;
|
|
2610
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2611
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2612
|
-
dangerouslySetInnerHTML?: {
|
|
2613
|
-
__html: string;
|
|
2614
|
-
} | undefined;
|
|
2615
|
-
children?: any;
|
|
2616
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2617
|
-
disabled?: boolean | undefined;
|
|
2618
|
-
className?: string | undefined;
|
|
2619
|
-
themeShallow?: boolean | undefined;
|
|
2620
|
-
id?: string | undefined;
|
|
2621
|
-
tag?: string | undefined;
|
|
2622
|
-
theme?: string | null | undefined;
|
|
2623
|
-
group?: undefined;
|
|
2624
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2625
|
-
componentName?: string | undefined;
|
|
2626
|
-
tabIndex?: string | number | undefined;
|
|
2627
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2628
|
-
disableOptimization?: boolean | undefined;
|
|
2629
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2630
|
-
disableClassName?: boolean | undefined;
|
|
2631
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2632
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2633
|
-
} & {
|
|
658
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2634
659
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
2635
660
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
2636
661
|
readonly unstyled?: boolean | undefined;
|
|
2637
662
|
readonly size?: FontSizeTokens | undefined;
|
|
2638
663
|
}, string | number> & {
|
|
2639
664
|
[x: string]: undefined;
|
|
2640
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2641
|
-
target?: string | undefined;
|
|
2642
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2643
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2644
|
-
dangerouslySetInnerHTML?: {
|
|
2645
|
-
__html: string;
|
|
2646
|
-
} | undefined;
|
|
2647
|
-
children?: any;
|
|
2648
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2649
|
-
disabled?: boolean | undefined;
|
|
2650
|
-
className?: string | undefined;
|
|
2651
|
-
themeShallow?: boolean | undefined;
|
|
2652
|
-
id?: string | undefined;
|
|
2653
|
-
tag?: string | undefined;
|
|
2654
|
-
theme?: string | null | undefined;
|
|
2655
|
-
group?: undefined;
|
|
2656
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2657
|
-
componentName?: string | undefined;
|
|
2658
|
-
tabIndex?: string | number | undefined;
|
|
2659
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2660
|
-
disableOptimization?: boolean | undefined;
|
|
2661
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2662
|
-
disableClassName?: boolean | undefined;
|
|
2663
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2664
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2665
|
-
} & {
|
|
665
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseTextProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2666
666
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").TextStyle | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
2667
667
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
2668
668
|
readonly unstyled?: boolean | undefined;
|
|
@@ -2671,32 +671,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
2671
671
|
[x: string]: undefined;
|
|
2672
672
|
}>>), TamaguiTextElement>;
|
|
2673
673
|
};
|
|
2674
|
-
Viewport: import("@tamagui/core").ReactComponentWithRef<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2675
|
-
target?: string | undefined;
|
|
2676
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2677
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2678
|
-
dangerouslySetInnerHTML?: {
|
|
2679
|
-
__html: string;
|
|
2680
|
-
} | undefined;
|
|
2681
|
-
children?: any;
|
|
2682
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2683
|
-
disabled?: boolean | undefined;
|
|
2684
|
-
className?: string | undefined;
|
|
2685
|
-
themeShallow?: boolean | undefined;
|
|
2686
|
-
id?: string | undefined;
|
|
2687
|
-
tag?: string | undefined;
|
|
2688
|
-
theme?: string | null | undefined;
|
|
2689
|
-
group?: undefined;
|
|
2690
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2691
|
-
componentName?: string | undefined;
|
|
2692
|
-
tabIndex?: string | number | undefined;
|
|
2693
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2694
|
-
disableOptimization?: boolean | undefined;
|
|
2695
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2696
|
-
disableClassName?: boolean | undefined;
|
|
2697
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2698
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2699
|
-
} & {
|
|
674
|
+
Viewport: import("@tamagui/core").ReactComponentWithRef<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2700
675
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
2701
676
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
2702
677
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -2713,32 +688,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
2713
688
|
readonly bordered?: number | boolean | undefined;
|
|
2714
689
|
readonly transparent?: boolean | undefined;
|
|
2715
690
|
readonly chromeless?: boolean | "all" | undefined;
|
|
2716
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2717
|
-
target?: string | undefined;
|
|
2718
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2719
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2720
|
-
dangerouslySetInnerHTML?: {
|
|
2721
|
-
__html: string;
|
|
2722
|
-
} | undefined;
|
|
2723
|
-
children?: any;
|
|
2724
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2725
|
-
disabled?: boolean | undefined;
|
|
2726
|
-
className?: string | undefined;
|
|
2727
|
-
themeShallow?: boolean | undefined;
|
|
2728
|
-
id?: string | undefined;
|
|
2729
|
-
tag?: string | undefined;
|
|
2730
|
-
theme?: string | null | undefined;
|
|
2731
|
-
group?: undefined;
|
|
2732
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2733
|
-
componentName?: string | undefined;
|
|
2734
|
-
tabIndex?: string | number | undefined;
|
|
2735
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2736
|
-
disableOptimization?: boolean | undefined;
|
|
2737
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2738
|
-
disableClassName?: boolean | undefined;
|
|
2739
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2740
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2741
|
-
} & {
|
|
691
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2742
692
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
2743
693
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
2744
694
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -2755,32 +705,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
2755
705
|
readonly bordered?: number | boolean | undefined;
|
|
2756
706
|
readonly transparent?: boolean | undefined;
|
|
2757
707
|
readonly chromeless?: boolean | "all" | undefined;
|
|
2758
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2759
|
-
target?: string | undefined;
|
|
2760
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2761
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2762
|
-
dangerouslySetInnerHTML?: {
|
|
2763
|
-
__html: string;
|
|
2764
|
-
} | undefined;
|
|
2765
|
-
children?: any;
|
|
2766
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2767
|
-
disabled?: boolean | undefined;
|
|
2768
|
-
className?: string | undefined;
|
|
2769
|
-
themeShallow?: boolean | undefined;
|
|
2770
|
-
id?: string | undefined;
|
|
2771
|
-
tag?: string | undefined;
|
|
2772
|
-
theme?: string | null | undefined;
|
|
2773
|
-
group?: undefined;
|
|
2774
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2775
|
-
componentName?: string | undefined;
|
|
2776
|
-
tabIndex?: string | number | undefined;
|
|
2777
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2778
|
-
disableOptimization?: boolean | undefined;
|
|
2779
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2780
|
-
disableClassName?: boolean | undefined;
|
|
2781
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2782
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2783
|
-
} & {
|
|
708
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2784
709
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
2785
710
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
2786
711
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -2801,32 +726,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
2801
726
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
2802
727
|
disableScroll?: boolean | undefined;
|
|
2803
728
|
unstyled?: boolean | undefined;
|
|
2804
|
-
} & Omit<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2805
|
-
target?: string | undefined;
|
|
2806
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2807
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2808
|
-
dangerouslySetInnerHTML?: {
|
|
2809
|
-
__html: string;
|
|
2810
|
-
} | undefined;
|
|
2811
|
-
children?: any;
|
|
2812
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2813
|
-
disabled?: boolean | undefined;
|
|
2814
|
-
className?: string | undefined;
|
|
2815
|
-
themeShallow?: boolean | undefined;
|
|
2816
|
-
id?: string | undefined;
|
|
2817
|
-
tag?: string | undefined;
|
|
2818
|
-
theme?: string | null | undefined;
|
|
2819
|
-
group?: undefined;
|
|
2820
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2821
|
-
componentName?: string | undefined;
|
|
2822
|
-
tabIndex?: string | number | undefined;
|
|
2823
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2824
|
-
disableOptimization?: boolean | undefined;
|
|
2825
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2826
|
-
disableClassName?: boolean | undefined;
|
|
2827
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2828
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2829
|
-
} & {
|
|
729
|
+
} & Omit<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2830
730
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
2831
731
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
2832
732
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -2846,32 +746,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
2846
746
|
}, "size" | "unstyled"> & {
|
|
2847
747
|
readonly unstyled?: boolean | undefined;
|
|
2848
748
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
2849
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2850
|
-
target?: string | undefined;
|
|
2851
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2852
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2853
|
-
dangerouslySetInnerHTML?: {
|
|
2854
|
-
__html: string;
|
|
2855
|
-
} | undefined;
|
|
2856
|
-
children?: any;
|
|
2857
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2858
|
-
disabled?: boolean | undefined;
|
|
2859
|
-
className?: string | undefined;
|
|
2860
|
-
themeShallow?: boolean | undefined;
|
|
2861
|
-
id?: string | undefined;
|
|
2862
|
-
tag?: string | undefined;
|
|
2863
|
-
theme?: string | null | undefined;
|
|
2864
|
-
group?: undefined;
|
|
2865
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2866
|
-
componentName?: string | undefined;
|
|
2867
|
-
tabIndex?: string | number | undefined;
|
|
2868
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2869
|
-
disableOptimization?: boolean | undefined;
|
|
2870
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2871
|
-
disableClassName?: boolean | undefined;
|
|
2872
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2873
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2874
|
-
} & {
|
|
749
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2875
750
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
2876
751
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
2877
752
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -2891,32 +766,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
2891
766
|
}, "size" | "unstyled"> & {
|
|
2892
767
|
readonly unstyled?: boolean | undefined;
|
|
2893
768
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
2894
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
2895
|
-
target?: string | undefined;
|
|
2896
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2897
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2898
|
-
dangerouslySetInnerHTML?: {
|
|
2899
|
-
__html: string;
|
|
2900
|
-
} | undefined;
|
|
2901
|
-
children?: any;
|
|
2902
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2903
|
-
disabled?: boolean | undefined;
|
|
2904
|
-
className?: string | undefined;
|
|
2905
|
-
themeShallow?: boolean | undefined;
|
|
2906
|
-
id?: string | undefined;
|
|
2907
|
-
tag?: string | undefined;
|
|
2908
|
-
theme?: string | null | undefined;
|
|
2909
|
-
group?: undefined;
|
|
2910
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2911
|
-
componentName?: string | undefined;
|
|
2912
|
-
tabIndex?: string | number | undefined;
|
|
2913
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2914
|
-
disableOptimization?: boolean | undefined;
|
|
2915
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2916
|
-
disableClassName?: boolean | undefined;
|
|
2917
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2918
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2919
|
-
} & {
|
|
769
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2920
770
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
2921
771
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
2922
772
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -2936,7 +786,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
2936
786
|
}, "size" | "unstyled"> & {
|
|
2937
787
|
readonly unstyled?: boolean | undefined;
|
|
2938
788
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
2939
|
-
}>>, "style" | "
|
|
789
|
+
}>>, "style" | "size" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-hidden" | "aria-label" | "aria-labelledby" | "aria-live" | "aria-modal" | "aria-selected" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onTouchCancel" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchStart" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "zIndex" | `$${string}` | `$${number}` | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "importantForAccessibility" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "elevation" | keyof {
|
|
2940
790
|
columnGap?: import("@tamagui/core").SpaceValue | undefined;
|
|
2941
791
|
contain?: import("csstype").Property.Contain | undefined;
|
|
2942
792
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
@@ -2954,32 +804,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
2954
804
|
animation?: import("@tamagui/core").AnimationProp | null | undefined;
|
|
2955
805
|
animateOnly?: string[] | undefined;
|
|
2956
806
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2957
|
-
} | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "transparent" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "fullscreen" | keyof import("@tamagui/core").TransformStyleProps |
|
|
2958
|
-
target?: string | undefined;
|
|
2959
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
2960
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
2961
|
-
dangerouslySetInnerHTML?: {
|
|
2962
|
-
__html: string;
|
|
2963
|
-
} | undefined;
|
|
2964
|
-
children?: any;
|
|
2965
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
2966
|
-
disabled?: boolean | undefined;
|
|
2967
|
-
className?: string | undefined;
|
|
2968
|
-
themeShallow?: boolean | undefined;
|
|
2969
|
-
id?: string | undefined;
|
|
2970
|
-
tag?: string | undefined;
|
|
2971
|
-
theme?: string | null | undefined;
|
|
2972
|
-
group?: undefined;
|
|
2973
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
2974
|
-
componentName?: string | undefined;
|
|
2975
|
-
tabIndex?: string | number | undefined;
|
|
2976
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
2977
|
-
disableOptimization?: boolean | undefined;
|
|
2978
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
2979
|
-
disableClassName?: boolean | undefined;
|
|
2980
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
2981
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
2982
|
-
} & {
|
|
807
|
+
} | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "transparent" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "fullscreen" | keyof import("@tamagui/core").TransformStyleProps | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/core").WebOnlyPressEvents | keyof import("@tamagui/core").TamaguiComponentPropsBaseBase | keyof import("@tamagui/core").RNViewProps | keyof import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
2983
808
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
2984
809
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
2985
810
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -2998,32 +823,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
2998
823
|
readonly chromeless?: boolean | "all" | undefined;
|
|
2999
824
|
}>> | "unstyled" | "disableScroll">, TamaguiElement> & {
|
|
3000
825
|
staticConfig: import("@tamagui/core").StaticConfig;
|
|
3001
|
-
styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
3002
|
-
target?: string | undefined;
|
|
3003
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
3004
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
3005
|
-
dangerouslySetInnerHTML?: {
|
|
3006
|
-
__html: string;
|
|
3007
|
-
} | undefined;
|
|
3008
|
-
children?: any;
|
|
3009
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
3010
|
-
disabled?: boolean | undefined;
|
|
3011
|
-
className?: string | undefined;
|
|
3012
|
-
themeShallow?: boolean | undefined;
|
|
3013
|
-
id?: string | undefined;
|
|
3014
|
-
tag?: string | undefined;
|
|
3015
|
-
theme?: string | null | undefined;
|
|
3016
|
-
group?: undefined;
|
|
3017
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
3018
|
-
componentName?: string | undefined;
|
|
3019
|
-
tabIndex?: string | number | undefined;
|
|
3020
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
3021
|
-
disableOptimization?: boolean | undefined;
|
|
3022
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
3023
|
-
disableClassName?: boolean | undefined;
|
|
3024
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
3025
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
3026
|
-
} & {
|
|
826
|
+
styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
3027
827
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
3028
828
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
3029
829
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -3043,32 +843,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
3043
843
|
}, "size" | "unstyled"> & {
|
|
3044
844
|
readonly unstyled?: boolean | undefined;
|
|
3045
845
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
3046
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
3047
|
-
target?: string | undefined;
|
|
3048
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
3049
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
3050
|
-
dangerouslySetInnerHTML?: {
|
|
3051
|
-
__html: string;
|
|
3052
|
-
} | undefined;
|
|
3053
|
-
children?: any;
|
|
3054
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
3055
|
-
disabled?: boolean | undefined;
|
|
3056
|
-
className?: string | undefined;
|
|
3057
|
-
themeShallow?: boolean | undefined;
|
|
3058
|
-
id?: string | undefined;
|
|
3059
|
-
tag?: string | undefined;
|
|
3060
|
-
theme?: string | null | undefined;
|
|
3061
|
-
group?: undefined;
|
|
3062
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
3063
|
-
componentName?: string | undefined;
|
|
3064
|
-
tabIndex?: string | number | undefined;
|
|
3065
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
3066
|
-
disableOptimization?: boolean | undefined;
|
|
3067
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
3068
|
-
disableClassName?: boolean | undefined;
|
|
3069
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
3070
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
3071
|
-
} & {
|
|
846
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
3072
847
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
3073
848
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
3074
849
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -3088,32 +863,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
3088
863
|
}, "size" | "unstyled"> & {
|
|
3089
864
|
readonly unstyled?: boolean | undefined;
|
|
3090
865
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
3091
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
3092
|
-
target?: string | undefined;
|
|
3093
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
3094
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
3095
|
-
dangerouslySetInnerHTML?: {
|
|
3096
|
-
__html: string;
|
|
3097
|
-
} | undefined;
|
|
3098
|
-
children?: any;
|
|
3099
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
3100
|
-
disabled?: boolean | undefined;
|
|
3101
|
-
className?: string | undefined;
|
|
3102
|
-
themeShallow?: boolean | undefined;
|
|
3103
|
-
id?: string | undefined;
|
|
3104
|
-
tag?: string | undefined;
|
|
3105
|
-
theme?: string | null | undefined;
|
|
3106
|
-
group?: undefined;
|
|
3107
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
3108
|
-
componentName?: string | undefined;
|
|
3109
|
-
tabIndex?: string | number | undefined;
|
|
3110
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
3111
|
-
disableOptimization?: boolean | undefined;
|
|
3112
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
3113
|
-
disableClassName?: boolean | undefined;
|
|
3114
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
3115
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
3116
|
-
} & {
|
|
866
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
3117
867
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
3118
868
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
3119
869
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -3136,96 +886,21 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
3136
886
|
}>>, TamaguiElement>;
|
|
3137
887
|
};
|
|
3138
888
|
Sheet: React.FunctionComponent<Omit<import("@tamagui/sheet").SheetProps, "open" | "onOpenChange"> & React.RefAttributes<import("react-native").View>> & {
|
|
3139
|
-
Frame: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
3140
|
-
target?: string | undefined;
|
|
3141
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
3142
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
3143
|
-
dangerouslySetInnerHTML?: {
|
|
3144
|
-
__html: string;
|
|
3145
|
-
} | undefined;
|
|
3146
|
-
children?: any;
|
|
3147
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
3148
|
-
disabled?: boolean | undefined;
|
|
3149
|
-
className?: string | undefined;
|
|
3150
|
-
themeShallow?: boolean | undefined;
|
|
3151
|
-
id?: string | undefined;
|
|
3152
|
-
tag?: string | undefined;
|
|
3153
|
-
theme?: string | null | undefined;
|
|
3154
|
-
group?: undefined;
|
|
3155
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
3156
|
-
componentName?: string | undefined;
|
|
3157
|
-
tabIndex?: string | number | undefined;
|
|
3158
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
3159
|
-
disableOptimization?: boolean | undefined;
|
|
3160
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
3161
|
-
disableClassName?: boolean | undefined;
|
|
3162
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
3163
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
3164
|
-
} & {
|
|
889
|
+
Frame: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
3165
890
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
3166
891
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
3167
892
|
readonly fullscreen?: boolean | undefined;
|
|
3168
893
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
3169
894
|
}, "unstyled"> & {
|
|
3170
895
|
readonly unstyled?: boolean | undefined;
|
|
3171
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
3172
|
-
target?: string | undefined;
|
|
3173
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
3174
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
3175
|
-
dangerouslySetInnerHTML?: {
|
|
3176
|
-
__html: string;
|
|
3177
|
-
} | undefined;
|
|
3178
|
-
children?: any;
|
|
3179
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
3180
|
-
disabled?: boolean | undefined;
|
|
3181
|
-
className?: string | undefined;
|
|
3182
|
-
themeShallow?: boolean | undefined;
|
|
3183
|
-
id?: string | undefined;
|
|
3184
|
-
tag?: string | undefined;
|
|
3185
|
-
theme?: string | null | undefined;
|
|
3186
|
-
group?: undefined;
|
|
3187
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
3188
|
-
componentName?: string | undefined;
|
|
3189
|
-
tabIndex?: string | number | undefined;
|
|
3190
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
3191
|
-
disableOptimization?: boolean | undefined;
|
|
3192
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
3193
|
-
disableClassName?: boolean | undefined;
|
|
3194
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
3195
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
3196
|
-
} & {
|
|
896
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
3197
897
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
3198
898
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
3199
899
|
readonly fullscreen?: boolean | undefined;
|
|
3200
900
|
readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
3201
901
|
}, "unstyled"> & {
|
|
3202
902
|
readonly unstyled?: boolean | undefined;
|
|
3203
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
3204
|
-
target?: string | undefined;
|
|
3205
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
3206
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
3207
|
-
dangerouslySetInnerHTML?: {
|
|
3208
|
-
__html: string;
|
|
3209
|
-
} | undefined;
|
|
3210
|
-
children?: any;
|
|
3211
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
3212
|
-
disabled?: boolean | undefined;
|
|
3213
|
-
className?: string | undefined;
|
|
3214
|
-
themeShallow?: boolean | undefined;
|
|
3215
|
-
id?: string | undefined;
|
|
3216
|
-
tag?: string | undefined;
|
|
3217
|
-
theme?: string | null | undefined;
|
|
3218
|
-
group?: undefined;
|
|
3219
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
3220
|
-
componentName?: string | undefined;
|
|
3221
|
-
tabIndex?: string | number | undefined;
|
|
3222
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
3223
|
-
disableOptimization?: boolean | undefined;
|
|
3224
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
3225
|
-
disableClassName?: boolean | undefined;
|
|
3226
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
3227
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
3228
|
-
} & {
|
|
903
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
3229
904
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
3230
905
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
3231
906
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -3238,32 +913,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
3238
913
|
} & {
|
|
3239
914
|
__scopeSheet?: import("@tamagui/create-context").Scope<any>;
|
|
3240
915
|
} & React.RefAttributes<unknown>>;
|
|
3241
|
-
Overlay: React.MemoExoticComponent<(propsIn: import("@tamagui/sheet").SheetScopedProps<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
3242
|
-
target?: string | undefined;
|
|
3243
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
3244
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
3245
|
-
dangerouslySetInnerHTML?: {
|
|
3246
|
-
__html: string;
|
|
3247
|
-
} | undefined;
|
|
3248
|
-
children?: any;
|
|
3249
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
3250
|
-
disabled?: boolean | undefined;
|
|
3251
|
-
className?: string | undefined;
|
|
3252
|
-
themeShallow?: boolean | undefined;
|
|
3253
|
-
id?: string | undefined;
|
|
3254
|
-
tag?: string | undefined;
|
|
3255
|
-
theme?: string | null | undefined;
|
|
3256
|
-
group?: undefined;
|
|
3257
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
3258
|
-
componentName?: string | undefined;
|
|
3259
|
-
tabIndex?: string | number | undefined;
|
|
3260
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
3261
|
-
disableOptimization?: boolean | undefined;
|
|
3262
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
3263
|
-
disableClassName?: boolean | undefined;
|
|
3264
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
3265
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
3266
|
-
} & {
|
|
916
|
+
Overlay: React.MemoExoticComponent<(propsIn: import("@tamagui/sheet").SheetScopedProps<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
3267
917
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
3268
918
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
3269
919
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -3283,32 +933,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
3283
933
|
}, "open" | "unstyled"> & {
|
|
3284
934
|
readonly open?: boolean | undefined;
|
|
3285
935
|
readonly unstyled?: boolean | undefined;
|
|
3286
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
3287
|
-
target?: string | undefined;
|
|
3288
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
3289
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
3290
|
-
dangerouslySetInnerHTML?: {
|
|
3291
|
-
__html: string;
|
|
3292
|
-
} | undefined;
|
|
3293
|
-
children?: any;
|
|
3294
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
3295
|
-
disabled?: boolean | undefined;
|
|
3296
|
-
className?: string | undefined;
|
|
3297
|
-
themeShallow?: boolean | undefined;
|
|
3298
|
-
id?: string | undefined;
|
|
3299
|
-
tag?: string | undefined;
|
|
3300
|
-
theme?: string | null | undefined;
|
|
3301
|
-
group?: undefined;
|
|
3302
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
3303
|
-
componentName?: string | undefined;
|
|
3304
|
-
tabIndex?: string | number | undefined;
|
|
3305
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
3306
|
-
disableOptimization?: boolean | undefined;
|
|
3307
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
3308
|
-
disableClassName?: boolean | undefined;
|
|
3309
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
3310
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
3311
|
-
} & {
|
|
936
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
3312
937
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
3313
938
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
3314
939
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -3328,32 +953,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
3328
953
|
}, "open" | "unstyled"> & {
|
|
3329
954
|
readonly open?: boolean | undefined;
|
|
3330
955
|
readonly unstyled?: boolean | undefined;
|
|
3331
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
3332
|
-
target?: string | undefined;
|
|
3333
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
3334
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
3335
|
-
dangerouslySetInnerHTML?: {
|
|
3336
|
-
__html: string;
|
|
3337
|
-
} | undefined;
|
|
3338
|
-
children?: any;
|
|
3339
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
3340
|
-
disabled?: boolean | undefined;
|
|
3341
|
-
className?: string | undefined;
|
|
3342
|
-
themeShallow?: boolean | undefined;
|
|
3343
|
-
id?: string | undefined;
|
|
3344
|
-
tag?: string | undefined;
|
|
3345
|
-
theme?: string | null | undefined;
|
|
3346
|
-
group?: undefined;
|
|
3347
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
3348
|
-
componentName?: string | undefined;
|
|
3349
|
-
tabIndex?: string | number | undefined;
|
|
3350
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
3351
|
-
disableOptimization?: boolean | undefined;
|
|
3352
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
3353
|
-
disableClassName?: boolean | undefined;
|
|
3354
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
3355
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
3356
|
-
} & {
|
|
956
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
3357
957
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
3358
958
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
3359
959
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -3374,32 +974,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
3374
974
|
readonly open?: boolean | undefined;
|
|
3375
975
|
readonly unstyled?: boolean | undefined;
|
|
3376
976
|
}>>>) => null>;
|
|
3377
|
-
Handle: ({ __scopeSheet, ...props }: import("@tamagui/sheet").SheetScopedProps<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
3378
|
-
target?: string | undefined;
|
|
3379
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
3380
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
3381
|
-
dangerouslySetInnerHTML?: {
|
|
3382
|
-
__html: string;
|
|
3383
|
-
} | undefined;
|
|
3384
|
-
children?: any;
|
|
3385
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
3386
|
-
disabled?: boolean | undefined;
|
|
3387
|
-
className?: string | undefined;
|
|
3388
|
-
themeShallow?: boolean | undefined;
|
|
3389
|
-
id?: string | undefined;
|
|
3390
|
-
tag?: string | undefined;
|
|
3391
|
-
theme?: string | null | undefined;
|
|
3392
|
-
group?: undefined;
|
|
3393
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
3394
|
-
componentName?: string | undefined;
|
|
3395
|
-
tabIndex?: string | number | undefined;
|
|
3396
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
3397
|
-
disableOptimization?: boolean | undefined;
|
|
3398
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
3399
|
-
disableClassName?: boolean | undefined;
|
|
3400
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
3401
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
3402
|
-
} & {
|
|
977
|
+
Handle: ({ __scopeSheet, ...props }: import("@tamagui/sheet").SheetScopedProps<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
3403
978
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
3404
979
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
3405
980
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -3407,32 +982,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
3407
982
|
}, "open" | "unstyled"> & {
|
|
3408
983
|
readonly open?: boolean | undefined;
|
|
3409
984
|
readonly unstyled?: boolean | undefined;
|
|
3410
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
3411
|
-
target?: string | undefined;
|
|
3412
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
3413
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
3414
|
-
dangerouslySetInnerHTML?: {
|
|
3415
|
-
__html: string;
|
|
3416
|
-
} | undefined;
|
|
3417
|
-
children?: any;
|
|
3418
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
3419
|
-
disabled?: boolean | undefined;
|
|
3420
|
-
className?: string | undefined;
|
|
3421
|
-
themeShallow?: boolean | undefined;
|
|
3422
|
-
id?: string | undefined;
|
|
3423
|
-
tag?: string | undefined;
|
|
3424
|
-
theme?: string | null | undefined;
|
|
3425
|
-
group?: undefined;
|
|
3426
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
3427
|
-
componentName?: string | undefined;
|
|
3428
|
-
tabIndex?: string | number | undefined;
|
|
3429
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
3430
|
-
disableOptimization?: boolean | undefined;
|
|
3431
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
3432
|
-
disableClassName?: boolean | undefined;
|
|
3433
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
3434
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
3435
|
-
} & {
|
|
985
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
3436
986
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
3437
987
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
3438
988
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -3440,32 +990,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
3440
990
|
}, "open" | "unstyled"> & {
|
|
3441
991
|
readonly open?: boolean | undefined;
|
|
3442
992
|
readonly unstyled?: boolean | undefined;
|
|
3443
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
3444
|
-
target?: string | undefined;
|
|
3445
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
3446
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
3447
|
-
dangerouslySetInnerHTML?: {
|
|
3448
|
-
__html: string;
|
|
3449
|
-
} | undefined;
|
|
3450
|
-
children?: any;
|
|
3451
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
3452
|
-
disabled?: boolean | undefined;
|
|
3453
|
-
className?: string | undefined;
|
|
3454
|
-
themeShallow?: boolean | undefined;
|
|
3455
|
-
id?: string | undefined;
|
|
3456
|
-
tag?: string | undefined;
|
|
3457
|
-
theme?: string | null | undefined;
|
|
3458
|
-
group?: undefined;
|
|
3459
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
3460
|
-
componentName?: string | undefined;
|
|
3461
|
-
tabIndex?: string | number | undefined;
|
|
3462
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
3463
|
-
disableOptimization?: boolean | undefined;
|
|
3464
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
3465
|
-
disableClassName?: boolean | undefined;
|
|
3466
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
3467
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
3468
|
-
} & {
|
|
993
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
3469
994
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
3470
995
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
3471
996
|
readonly fullscreen?: boolean | undefined;
|