@tamagui/avatar 1.72.3 → 1.73.1

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/types/Avatar.d.ts CHANGED
@@ -9,113 +9,513 @@ type AvatarImageProps = Partial<ImageProps> & {
9
9
  declare const AvatarImage: React.ForwardRefExoticComponent<Partial<ImageProps> & {
10
10
  onLoadingStatusChange?: ((status: ImageLoadingStatus) => void) | undefined;
11
11
  } & React.RefAttributes<TamaguiElement>>;
12
- export declare const AvatarFallbackFrame: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
12
+ export declare const AvatarFallbackFrame: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
13
+ target?: string | undefined;
14
+ hitSlop?: number | import("react-native").Insets | null | undefined;
15
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
16
+ dangerouslySetInnerHTML?: {
17
+ __html: string;
18
+ } | undefined;
19
+ children?: any;
20
+ debug?: import("@tamagui/core").DebugProp | undefined;
21
+ disabled?: boolean | undefined;
22
+ className?: string | undefined;
23
+ themeShallow?: boolean | undefined;
24
+ id?: string | undefined;
25
+ tag?: string | undefined;
26
+ theme?: string | null | undefined;
27
+ group?: undefined;
28
+ untilMeasured?: "hide" | "show" | undefined;
29
+ componentName?: string | undefined;
30
+ tabIndex?: string | number | undefined;
31
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
32
+ disableOptimization?: boolean | undefined;
33
+ forceStyle?: "hover" | "press" | "focus" | undefined;
34
+ disableClassName?: boolean | undefined;
35
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
36
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
37
+ } & {
13
38
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
14
39
  } & 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"> & {
15
40
  readonly fullscreen?: boolean | undefined;
16
- readonly elevation?: SizeTokens | undefined;
17
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
41
+ readonly elevation?: number | SizeTokens | undefined;
42
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
43
+ target?: string | undefined;
44
+ hitSlop?: number | import("react-native").Insets | null | undefined;
45
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
46
+ dangerouslySetInnerHTML?: {
47
+ __html: string;
48
+ } | undefined;
49
+ children?: any;
50
+ debug?: import("@tamagui/core").DebugProp | undefined;
51
+ disabled?: boolean | undefined;
52
+ className?: string | undefined;
53
+ themeShallow?: boolean | undefined;
54
+ id?: string | undefined;
55
+ tag?: string | undefined;
56
+ theme?: string | null | undefined;
57
+ group?: undefined;
58
+ untilMeasured?: "hide" | "show" | undefined;
59
+ componentName?: string | undefined;
60
+ tabIndex?: string | number | undefined;
61
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
62
+ disableOptimization?: boolean | undefined;
63
+ forceStyle?: "hover" | "press" | "focus" | undefined;
64
+ disableClassName?: boolean | undefined;
65
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
66
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
67
+ } & {
18
68
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
19
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"> & {
20
70
  readonly fullscreen?: boolean | undefined;
21
- readonly elevation?: SizeTokens | undefined;
22
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
71
+ readonly elevation?: number | SizeTokens | undefined;
72
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
73
+ target?: string | undefined;
74
+ hitSlop?: number | import("react-native").Insets | null | undefined;
75
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
76
+ dangerouslySetInnerHTML?: {
77
+ __html: string;
78
+ } | undefined;
79
+ children?: any;
80
+ debug?: import("@tamagui/core").DebugProp | undefined;
81
+ disabled?: boolean | undefined;
82
+ className?: string | undefined;
83
+ themeShallow?: boolean | undefined;
84
+ id?: string | undefined;
85
+ tag?: string | undefined;
86
+ theme?: string | null | undefined;
87
+ group?: undefined;
88
+ untilMeasured?: "hide" | "show" | undefined;
89
+ componentName?: string | undefined;
90
+ tabIndex?: string | number | undefined;
91
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
92
+ disableOptimization?: boolean | undefined;
93
+ forceStyle?: "hover" | "press" | "focus" | undefined;
94
+ disableClassName?: boolean | undefined;
95
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
96
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
97
+ } & {
23
98
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
24
99
  } & 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"> & {
25
100
  readonly fullscreen?: boolean | undefined;
26
- readonly elevation?: SizeTokens | undefined;
27
- }>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
101
+ readonly elevation?: number | SizeTokens | undefined;
102
+ }>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
103
+ target?: string | undefined;
104
+ hitSlop?: number | import("react-native").Insets | null | undefined;
105
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
106
+ dangerouslySetInnerHTML?: {
107
+ __html: string;
108
+ } | undefined;
109
+ children?: any;
110
+ debug?: import("@tamagui/core").DebugProp | undefined;
111
+ disabled?: boolean | undefined;
112
+ className?: string | undefined;
113
+ themeShallow?: boolean | undefined;
114
+ id?: string | undefined;
115
+ tag?: string | undefined;
116
+ theme?: string | null | undefined;
117
+ group?: undefined;
118
+ untilMeasured?: "hide" | "show" | undefined;
119
+ componentName?: string | undefined;
120
+ tabIndex?: string | number | undefined;
121
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
122
+ disableOptimization?: boolean | undefined;
123
+ forceStyle?: "hover" | "press" | "focus" | undefined;
124
+ disableClassName?: boolean | undefined;
125
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
126
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
127
+ } & {
28
128
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
29
129
  } & 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<{
30
130
  readonly fullscreen?: boolean | undefined;
31
- readonly elevation?: SizeTokens | undefined;
131
+ readonly elevation?: number | SizeTokens | undefined;
32
132
  }, string | number> & {
33
133
  [x: string]: undefined;
34
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
134
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
135
+ target?: string | undefined;
136
+ hitSlop?: number | import("react-native").Insets | null | undefined;
137
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
138
+ dangerouslySetInnerHTML?: {
139
+ __html: string;
140
+ } | undefined;
141
+ children?: any;
142
+ debug?: import("@tamagui/core").DebugProp | undefined;
143
+ disabled?: boolean | undefined;
144
+ className?: string | undefined;
145
+ themeShallow?: boolean | undefined;
146
+ id?: string | undefined;
147
+ tag?: string | undefined;
148
+ theme?: string | null | undefined;
149
+ group?: undefined;
150
+ untilMeasured?: "hide" | "show" | undefined;
151
+ componentName?: string | undefined;
152
+ tabIndex?: string | number | undefined;
153
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
154
+ disableOptimization?: boolean | undefined;
155
+ forceStyle?: "hover" | "press" | "focus" | undefined;
156
+ disableClassName?: boolean | undefined;
157
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
158
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
159
+ } & {
35
160
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
36
161
  } & 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<{
37
162
  readonly fullscreen?: boolean | undefined;
38
- readonly elevation?: SizeTokens | undefined;
163
+ readonly elevation?: number | SizeTokens | undefined;
39
164
  }, string | number> & {
40
165
  [x: string]: undefined;
41
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
166
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
167
+ target?: string | undefined;
168
+ hitSlop?: number | import("react-native").Insets | null | undefined;
169
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
170
+ dangerouslySetInnerHTML?: {
171
+ __html: string;
172
+ } | undefined;
173
+ children?: any;
174
+ debug?: import("@tamagui/core").DebugProp | undefined;
175
+ disabled?: boolean | undefined;
176
+ className?: string | undefined;
177
+ themeShallow?: boolean | undefined;
178
+ id?: string | undefined;
179
+ tag?: string | undefined;
180
+ theme?: string | null | undefined;
181
+ group?: undefined;
182
+ untilMeasured?: "hide" | "show" | undefined;
183
+ componentName?: string | undefined;
184
+ tabIndex?: string | number | undefined;
185
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
186
+ disableOptimization?: boolean | undefined;
187
+ forceStyle?: "hover" | "press" | "focus" | undefined;
188
+ disableClassName?: boolean | undefined;
189
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
190
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
191
+ } & {
42
192
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
43
193
  } & 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<{
44
194
  readonly fullscreen?: boolean | undefined;
45
- readonly elevation?: SizeTokens | undefined;
195
+ readonly elevation?: number | SizeTokens | undefined;
46
196
  }, string | number> & {
47
197
  [x: string]: undefined;
48
- }>>), TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
198
+ }>>), TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
199
+ target?: string | undefined;
200
+ hitSlop?: number | import("react-native").Insets | null | undefined;
201
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
202
+ dangerouslySetInnerHTML?: {
203
+ __html: string;
204
+ } | undefined;
205
+ children?: any;
206
+ debug?: import("@tamagui/core").DebugProp | undefined;
207
+ disabled?: boolean | undefined;
208
+ className?: string | undefined;
209
+ themeShallow?: boolean | undefined;
210
+ id?: string | undefined;
211
+ tag?: string | undefined;
212
+ theme?: string | null | undefined;
213
+ group?: undefined;
214
+ untilMeasured?: "hide" | "show" | undefined;
215
+ componentName?: string | undefined;
216
+ tabIndex?: string | number | undefined;
217
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
218
+ disableOptimization?: boolean | undefined;
219
+ forceStyle?: "hover" | "press" | "focus" | undefined;
220
+ disableClassName?: boolean | undefined;
221
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
222
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
223
+ } & {
49
224
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
50
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, {
51
226
  readonly fullscreen?: boolean | undefined;
52
- readonly elevation?: SizeTokens | undefined;
227
+ readonly elevation?: number | SizeTokens | undefined;
53
228
  } | ({
54
229
  readonly fullscreen?: boolean | undefined;
55
- readonly elevation?: SizeTokens | undefined;
230
+ readonly elevation?: number | SizeTokens | undefined;
56
231
  } & {
57
232
  [x: string]: undefined;
58
233
  }), {
59
234
  displayName: string | undefined;
60
- __baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
235
+ __baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
236
+ target?: string | undefined;
237
+ hitSlop?: number | import("react-native").Insets | null | undefined;
238
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
239
+ dangerouslySetInnerHTML?: {
240
+ __html: string;
241
+ } | undefined;
242
+ children?: any;
243
+ debug?: import("@tamagui/core").DebugProp | undefined;
244
+ disabled?: boolean | undefined;
245
+ className?: string | undefined;
246
+ themeShallow?: boolean | undefined;
247
+ id?: string | undefined;
248
+ tag?: string | undefined;
249
+ theme?: string | null | undefined;
250
+ group?: undefined;
251
+ untilMeasured?: "hide" | "show" | undefined;
252
+ componentName?: string | undefined;
253
+ tabIndex?: string | number | undefined;
254
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
255
+ disableOptimization?: boolean | undefined;
256
+ forceStyle?: "hover" | "press" | "focus" | undefined;
257
+ disableClassName?: boolean | undefined;
258
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
259
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
260
+ } & {
61
261
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
62
262
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
263
+ target?: string | undefined;
264
+ hitSlop?: number | import("react-native").Insets | null | undefined;
265
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
266
+ dangerouslySetInnerHTML?: {
267
+ __html: string;
268
+ } | undefined;
269
+ children?: any;
270
+ debug?: import("@tamagui/core").DebugProp | undefined;
271
+ disabled?: boolean | undefined;
272
+ className?: string | undefined;
273
+ themeShallow?: boolean | undefined;
274
+ id?: string | undefined;
275
+ tag?: string | undefined;
276
+ theme?: string | null | undefined;
277
+ group?: undefined;
278
+ untilMeasured?: "hide" | "show" | undefined;
279
+ componentName?: string | undefined;
280
+ tabIndex?: string | number | undefined;
281
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
282
+ disableOptimization?: boolean | undefined;
283
+ forceStyle?: "hover" | "press" | "focus" | undefined;
284
+ disableClassName?: boolean | undefined;
285
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
286
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
287
+ } & {
63
288
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
64
289
  };
65
290
  __variantProps: {
66
291
  readonly fullscreen?: boolean | undefined;
67
- readonly elevation?: SizeTokens | undefined;
292
+ readonly elevation?: number | SizeTokens | undefined;
68
293
  };
69
294
  }>;
70
295
  type AvatarFallbackProps = GetProps<typeof AvatarFallbackFrame> & {
71
296
  delayMs?: number;
72
297
  };
73
- declare const AvatarFallback: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
298
+ declare const AvatarFallback: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
299
+ target?: string | undefined;
300
+ hitSlop?: number | import("react-native").Insets | null | undefined;
301
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
302
+ dangerouslySetInnerHTML?: {
303
+ __html: string;
304
+ } | undefined;
305
+ children?: any;
306
+ debug?: import("@tamagui/core").DebugProp | undefined;
307
+ disabled?: boolean | undefined;
308
+ className?: string | undefined;
309
+ themeShallow?: boolean | undefined;
310
+ id?: string | undefined;
311
+ tag?: string | undefined;
312
+ theme?: string | null | undefined;
313
+ group?: undefined;
314
+ untilMeasured?: "hide" | "show" | undefined;
315
+ componentName?: string | undefined;
316
+ tabIndex?: string | number | undefined;
317
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
318
+ disableOptimization?: boolean | undefined;
319
+ forceStyle?: "hover" | "press" | "focus" | undefined;
320
+ disableClassName?: boolean | undefined;
321
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
322
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
323
+ } & {
74
324
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
75
325
  } & 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"> & {
76
326
  readonly fullscreen?: boolean | undefined;
77
- readonly elevation?: SizeTokens | undefined;
78
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
327
+ readonly elevation?: number | SizeTokens | undefined;
328
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
329
+ target?: string | undefined;
330
+ hitSlop?: number | import("react-native").Insets | null | undefined;
331
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
332
+ dangerouslySetInnerHTML?: {
333
+ __html: string;
334
+ } | undefined;
335
+ children?: any;
336
+ debug?: import("@tamagui/core").DebugProp | undefined;
337
+ disabled?: boolean | undefined;
338
+ className?: string | undefined;
339
+ themeShallow?: boolean | undefined;
340
+ id?: string | undefined;
341
+ tag?: string | undefined;
342
+ theme?: string | null | undefined;
343
+ group?: undefined;
344
+ untilMeasured?: "hide" | "show" | undefined;
345
+ componentName?: string | undefined;
346
+ tabIndex?: string | number | undefined;
347
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
348
+ disableOptimization?: boolean | undefined;
349
+ forceStyle?: "hover" | "press" | "focus" | undefined;
350
+ disableClassName?: boolean | undefined;
351
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
352
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
353
+ } & {
79
354
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
80
355
  } & 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"> & {
81
356
  readonly fullscreen?: boolean | undefined;
82
- readonly elevation?: SizeTokens | undefined;
83
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
357
+ readonly elevation?: number | SizeTokens | undefined;
358
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
359
+ target?: string | undefined;
360
+ hitSlop?: number | import("react-native").Insets | null | undefined;
361
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
362
+ dangerouslySetInnerHTML?: {
363
+ __html: string;
364
+ } | undefined;
365
+ children?: any;
366
+ debug?: import("@tamagui/core").DebugProp | undefined;
367
+ disabled?: boolean | undefined;
368
+ className?: string | undefined;
369
+ themeShallow?: boolean | undefined;
370
+ id?: string | undefined;
371
+ tag?: string | undefined;
372
+ theme?: string | null | undefined;
373
+ group?: undefined;
374
+ untilMeasured?: "hide" | "show" | undefined;
375
+ componentName?: string | undefined;
376
+ tabIndex?: string | number | undefined;
377
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
378
+ disableOptimization?: boolean | undefined;
379
+ forceStyle?: "hover" | "press" | "focus" | undefined;
380
+ disableClassName?: boolean | undefined;
381
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
382
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
383
+ } & {
84
384
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
85
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"> & {
86
386
  readonly fullscreen?: boolean | undefined;
87
- readonly elevation?: SizeTokens | undefined;
387
+ readonly elevation?: number | SizeTokens | undefined;
88
388
  }>> & {
89
389
  delayMs?: number | undefined;
90
- }) | Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
390
+ }) | Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
391
+ target?: string | undefined;
392
+ hitSlop?: number | import("react-native").Insets | null | undefined;
393
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
394
+ dangerouslySetInnerHTML?: {
395
+ __html: string;
396
+ } | undefined;
397
+ children?: any;
398
+ debug?: import("@tamagui/core").DebugProp | undefined;
399
+ disabled?: boolean | undefined;
400
+ className?: string | undefined;
401
+ themeShallow?: boolean | undefined;
402
+ id?: string | undefined;
403
+ tag?: string | undefined;
404
+ theme?: string | null | undefined;
405
+ group?: undefined;
406
+ untilMeasured?: "hide" | "show" | undefined;
407
+ componentName?: string | undefined;
408
+ tabIndex?: string | number | undefined;
409
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
410
+ disableOptimization?: boolean | undefined;
411
+ forceStyle?: "hover" | "press" | "focus" | undefined;
412
+ disableClassName?: boolean | undefined;
413
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
414
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
415
+ } & {
91
416
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
92
417
  } & 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<{
93
418
  readonly fullscreen?: boolean | undefined;
94
- readonly elevation?: SizeTokens | undefined;
419
+ readonly elevation?: number | SizeTokens | undefined;
95
420
  }, string | number> & {
96
421
  [x: string]: undefined;
97
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
422
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
423
+ target?: string | undefined;
424
+ hitSlop?: number | import("react-native").Insets | null | undefined;
425
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
426
+ dangerouslySetInnerHTML?: {
427
+ __html: string;
428
+ } | undefined;
429
+ children?: any;
430
+ debug?: import("@tamagui/core").DebugProp | undefined;
431
+ disabled?: boolean | undefined;
432
+ className?: string | undefined;
433
+ themeShallow?: boolean | undefined;
434
+ id?: string | undefined;
435
+ tag?: string | undefined;
436
+ theme?: string | null | undefined;
437
+ group?: undefined;
438
+ untilMeasured?: "hide" | "show" | undefined;
439
+ componentName?: string | undefined;
440
+ tabIndex?: string | number | undefined;
441
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
442
+ disableOptimization?: boolean | undefined;
443
+ forceStyle?: "hover" | "press" | "focus" | undefined;
444
+ disableClassName?: boolean | undefined;
445
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
446
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
447
+ } & {
98
448
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
99
449
  } & 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<{
100
450
  readonly fullscreen?: boolean | undefined;
101
- readonly elevation?: SizeTokens | undefined;
451
+ readonly elevation?: number | SizeTokens | undefined;
102
452
  }, string | number> & {
103
453
  [x: string]: undefined;
104
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
454
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
455
+ target?: string | undefined;
456
+ hitSlop?: number | import("react-native").Insets | null | undefined;
457
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
458
+ dangerouslySetInnerHTML?: {
459
+ __html: string;
460
+ } | undefined;
461
+ children?: any;
462
+ debug?: import("@tamagui/core").DebugProp | undefined;
463
+ disabled?: boolean | undefined;
464
+ className?: string | undefined;
465
+ themeShallow?: boolean | undefined;
466
+ id?: string | undefined;
467
+ tag?: string | undefined;
468
+ theme?: string | null | undefined;
469
+ group?: undefined;
470
+ untilMeasured?: "hide" | "show" | undefined;
471
+ componentName?: string | undefined;
472
+ tabIndex?: string | number | undefined;
473
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
474
+ disableOptimization?: boolean | undefined;
475
+ forceStyle?: "hover" | "press" | "focus" | undefined;
476
+ disableClassName?: boolean | undefined;
477
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
478
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
479
+ } & {
105
480
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
106
481
  } & 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<{
107
482
  readonly fullscreen?: boolean | undefined;
108
- readonly elevation?: SizeTokens | undefined;
483
+ readonly elevation?: number | SizeTokens | undefined;
109
484
  }, string | number> & {
110
485
  [x: string]: undefined;
111
486
  }>> & {
112
487
  delayMs?: number | undefined;
113
488
  }, "ref">) & React.RefAttributes<TamaguiElement>>;
114
- export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
489
+ export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
490
+ target?: string | undefined;
491
+ hitSlop?: number | import("react-native").Insets | null | undefined;
492
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
493
+ dangerouslySetInnerHTML?: {
494
+ __html: string;
495
+ } | undefined;
496
+ children?: any;
497
+ debug?: import("@tamagui/core").DebugProp | undefined;
498
+ disabled?: boolean | undefined;
499
+ className?: string | undefined;
500
+ themeShallow?: boolean | undefined;
501
+ id?: string | undefined;
502
+ tag?: string | undefined;
503
+ theme?: string | null | undefined;
504
+ group?: undefined;
505
+ untilMeasured?: "hide" | "show" | undefined;
506
+ componentName?: string | undefined;
507
+ tabIndex?: string | number | undefined;
508
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
509
+ disableOptimization?: boolean | undefined;
510
+ forceStyle?: "hover" | "press" | "focus" | undefined;
511
+ disableClassName?: boolean | undefined;
512
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
513
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
514
+ } & {
115
515
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
116
516
  } & 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<{
117
517
  readonly fullscreen?: boolean | undefined;
118
- readonly elevation?: SizeTokens | undefined;
518
+ readonly elevation?: number | SizeTokens | undefined;
119
519
  } & {
120
520
  readonly backgrounded?: boolean | undefined;
121
521
  readonly radiused?: boolean | undefined;
@@ -129,12 +529,37 @@ export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit
129
529
  readonly transparent?: boolean | undefined;
130
530
  readonly chromeless?: boolean | "all" | undefined;
131
531
  }, "size"> & {
132
- readonly size?: SizeTokens | undefined;
133
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
532
+ readonly size?: number | SizeTokens | undefined;
533
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
534
+ target?: string | undefined;
535
+ hitSlop?: number | import("react-native").Insets | null | undefined;
536
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
537
+ dangerouslySetInnerHTML?: {
538
+ __html: string;
539
+ } | undefined;
540
+ children?: any;
541
+ debug?: import("@tamagui/core").DebugProp | undefined;
542
+ disabled?: boolean | undefined;
543
+ className?: string | undefined;
544
+ themeShallow?: boolean | undefined;
545
+ id?: string | undefined;
546
+ tag?: string | undefined;
547
+ theme?: string | null | undefined;
548
+ group?: undefined;
549
+ untilMeasured?: "hide" | "show" | undefined;
550
+ componentName?: string | undefined;
551
+ tabIndex?: string | number | undefined;
552
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
553
+ disableOptimization?: boolean | undefined;
554
+ forceStyle?: "hover" | "press" | "focus" | undefined;
555
+ disableClassName?: boolean | undefined;
556
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
557
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
558
+ } & {
134
559
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
135
560
  } & 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<{
136
561
  readonly fullscreen?: boolean | undefined;
137
- readonly elevation?: SizeTokens | undefined;
562
+ readonly elevation?: number | SizeTokens | undefined;
138
563
  } & {
139
564
  readonly backgrounded?: boolean | undefined;
140
565
  readonly radiused?: boolean | undefined;
@@ -148,12 +573,37 @@ export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit
148
573
  readonly transparent?: boolean | undefined;
149
574
  readonly chromeless?: boolean | "all" | undefined;
150
575
  }, "size"> & {
151
- readonly size?: SizeTokens | undefined;
152
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
576
+ readonly size?: number | SizeTokens | undefined;
577
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
578
+ target?: string | undefined;
579
+ hitSlop?: number | import("react-native").Insets | null | undefined;
580
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
581
+ dangerouslySetInnerHTML?: {
582
+ __html: string;
583
+ } | undefined;
584
+ children?: any;
585
+ debug?: import("@tamagui/core").DebugProp | undefined;
586
+ disabled?: boolean | undefined;
587
+ className?: string | undefined;
588
+ themeShallow?: boolean | undefined;
589
+ id?: string | undefined;
590
+ tag?: string | undefined;
591
+ theme?: string | null | undefined;
592
+ group?: undefined;
593
+ untilMeasured?: "hide" | "show" | undefined;
594
+ componentName?: string | undefined;
595
+ tabIndex?: string | number | undefined;
596
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
597
+ disableOptimization?: boolean | undefined;
598
+ forceStyle?: "hover" | "press" | "focus" | undefined;
599
+ disableClassName?: boolean | undefined;
600
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
601
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
602
+ } & {
153
603
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
154
604
  } & 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<{
155
605
  readonly fullscreen?: boolean | undefined;
156
- readonly elevation?: SizeTokens | undefined;
606
+ readonly elevation?: number | SizeTokens | undefined;
157
607
  } & {
158
608
  readonly backgrounded?: boolean | undefined;
159
609
  readonly radiused?: boolean | undefined;
@@ -167,12 +617,37 @@ export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit
167
617
  readonly transparent?: boolean | undefined;
168
618
  readonly chromeless?: boolean | "all" | undefined;
169
619
  }, "size"> & {
170
- readonly size?: SizeTokens | undefined;
171
- }>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
620
+ readonly size?: number | SizeTokens | undefined;
621
+ }>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
622
+ target?: string | undefined;
623
+ hitSlop?: number | import("react-native").Insets | null | undefined;
624
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
625
+ dangerouslySetInnerHTML?: {
626
+ __html: string;
627
+ } | undefined;
628
+ children?: any;
629
+ debug?: import("@tamagui/core").DebugProp | undefined;
630
+ disabled?: boolean | undefined;
631
+ className?: string | undefined;
632
+ themeShallow?: boolean | undefined;
633
+ id?: string | undefined;
634
+ tag?: string | undefined;
635
+ theme?: string | null | undefined;
636
+ group?: undefined;
637
+ untilMeasured?: "hide" | "show" | undefined;
638
+ componentName?: string | undefined;
639
+ tabIndex?: string | number | undefined;
640
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
641
+ disableOptimization?: boolean | undefined;
642
+ forceStyle?: "hover" | "press" | "focus" | undefined;
643
+ disableClassName?: boolean | undefined;
644
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
645
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
646
+ } & {
172
647
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
173
648
  } & 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<{
174
649
  readonly fullscreen?: boolean | undefined;
175
- readonly elevation?: SizeTokens | undefined;
650
+ readonly elevation?: number | SizeTokens | undefined;
176
651
  } & {
177
652
  readonly backgrounded?: boolean | undefined;
178
653
  readonly radiused?: boolean | undefined;
@@ -186,14 +661,39 @@ export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit
186
661
  readonly transparent?: boolean | undefined;
187
662
  readonly chromeless?: boolean | "all" | undefined;
188
663
  } & {
189
- readonly size?: SizeTokens | undefined;
664
+ readonly size?: number | SizeTokens | undefined;
190
665
  }, string | number> & {
191
666
  [x: string]: undefined;
192
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
667
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
668
+ target?: string | undefined;
669
+ hitSlop?: number | import("react-native").Insets | null | undefined;
670
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
671
+ dangerouslySetInnerHTML?: {
672
+ __html: string;
673
+ } | undefined;
674
+ children?: any;
675
+ debug?: import("@tamagui/core").DebugProp | undefined;
676
+ disabled?: boolean | undefined;
677
+ className?: string | undefined;
678
+ themeShallow?: boolean | undefined;
679
+ id?: string | undefined;
680
+ tag?: string | undefined;
681
+ theme?: string | null | undefined;
682
+ group?: undefined;
683
+ untilMeasured?: "hide" | "show" | undefined;
684
+ componentName?: string | undefined;
685
+ tabIndex?: string | number | undefined;
686
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
687
+ disableOptimization?: boolean | undefined;
688
+ forceStyle?: "hover" | "press" | "focus" | undefined;
689
+ disableClassName?: boolean | undefined;
690
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
691
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
692
+ } & {
193
693
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
194
694
  } & 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<{
195
695
  readonly fullscreen?: boolean | undefined;
196
- readonly elevation?: SizeTokens | undefined;
696
+ readonly elevation?: number | SizeTokens | undefined;
197
697
  } & {
198
698
  readonly backgrounded?: boolean | undefined;
199
699
  readonly radiused?: boolean | undefined;
@@ -207,14 +707,39 @@ export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit
207
707
  readonly transparent?: boolean | undefined;
208
708
  readonly chromeless?: boolean | "all" | undefined;
209
709
  } & {
210
- readonly size?: SizeTokens | undefined;
710
+ readonly size?: number | SizeTokens | undefined;
211
711
  }, string | number> & {
212
712
  [x: string]: undefined;
213
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
713
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
714
+ target?: string | undefined;
715
+ hitSlop?: number | import("react-native").Insets | null | undefined;
716
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
717
+ dangerouslySetInnerHTML?: {
718
+ __html: string;
719
+ } | undefined;
720
+ children?: any;
721
+ debug?: import("@tamagui/core").DebugProp | undefined;
722
+ disabled?: boolean | undefined;
723
+ className?: string | undefined;
724
+ themeShallow?: boolean | undefined;
725
+ id?: string | undefined;
726
+ tag?: string | undefined;
727
+ theme?: string | null | undefined;
728
+ group?: undefined;
729
+ untilMeasured?: "hide" | "show" | undefined;
730
+ componentName?: string | undefined;
731
+ tabIndex?: string | number | undefined;
732
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
733
+ disableOptimization?: boolean | undefined;
734
+ forceStyle?: "hover" | "press" | "focus" | undefined;
735
+ disableClassName?: boolean | undefined;
736
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
737
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
738
+ } & {
214
739
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
215
740
  } & 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<{
216
741
  readonly fullscreen?: boolean | undefined;
217
- readonly elevation?: SizeTokens | undefined;
742
+ readonly elevation?: number | SizeTokens | undefined;
218
743
  } & {
219
744
  readonly backgrounded?: boolean | undefined;
220
745
  readonly radiused?: boolean | undefined;
@@ -228,14 +753,39 @@ export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit
228
753
  readonly transparent?: boolean | undefined;
229
754
  readonly chromeless?: boolean | "all" | undefined;
230
755
  } & {
231
- readonly size?: SizeTokens | undefined;
756
+ readonly size?: number | SizeTokens | undefined;
232
757
  }, string | number> & {
233
758
  [x: string]: undefined;
234
- }>>), TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
759
+ }>>), TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
760
+ target?: string | undefined;
761
+ hitSlop?: number | import("react-native").Insets | null | undefined;
762
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
763
+ dangerouslySetInnerHTML?: {
764
+ __html: string;
765
+ } | undefined;
766
+ children?: any;
767
+ debug?: import("@tamagui/core").DebugProp | undefined;
768
+ disabled?: boolean | undefined;
769
+ className?: string | undefined;
770
+ themeShallow?: boolean | undefined;
771
+ id?: string | undefined;
772
+ tag?: string | undefined;
773
+ theme?: string | null | undefined;
774
+ group?: undefined;
775
+ untilMeasured?: "hide" | "show" | undefined;
776
+ componentName?: string | undefined;
777
+ tabIndex?: string | number | undefined;
778
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
779
+ disableOptimization?: boolean | undefined;
780
+ forceStyle?: "hover" | "press" | "focus" | undefined;
781
+ disableClassName?: boolean | undefined;
782
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
783
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
784
+ } & {
235
785
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
236
786
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
237
787
  readonly fullscreen?: boolean | undefined;
238
- readonly elevation?: SizeTokens | undefined;
788
+ readonly elevation?: number | SizeTokens | undefined;
239
789
  } & {
240
790
  readonly backgrounded?: boolean | undefined;
241
791
  readonly radiused?: boolean | undefined;
@@ -249,24 +799,99 @@ export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit
249
799
  readonly transparent?: boolean | undefined;
250
800
  readonly chromeless?: boolean | "all" | undefined;
251
801
  } & {
252
- readonly size?: SizeTokens | undefined;
802
+ readonly size?: number | SizeTokens | undefined;
253
803
  } & ({} | {
254
804
  [x: string]: undefined;
255
805
  }), {
256
806
  displayName: string | undefined;
257
- __baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
807
+ __baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
808
+ target?: string | undefined;
809
+ hitSlop?: number | import("react-native").Insets | null | undefined;
810
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
811
+ dangerouslySetInnerHTML?: {
812
+ __html: string;
813
+ } | undefined;
814
+ children?: any;
815
+ debug?: import("@tamagui/core").DebugProp | undefined;
816
+ disabled?: boolean | undefined;
817
+ className?: string | undefined;
818
+ themeShallow?: boolean | undefined;
819
+ id?: string | undefined;
820
+ tag?: string | undefined;
821
+ theme?: string | null | undefined;
822
+ group?: undefined;
823
+ untilMeasured?: "hide" | "show" | undefined;
824
+ componentName?: string | undefined;
825
+ tabIndex?: string | number | undefined;
826
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
827
+ disableOptimization?: boolean | undefined;
828
+ forceStyle?: "hover" | "press" | "focus" | undefined;
829
+ disableClassName?: boolean | undefined;
830
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
831
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
832
+ } & {
258
833
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
259
834
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
835
+ target?: string | undefined;
836
+ hitSlop?: number | import("react-native").Insets | null | undefined;
837
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
838
+ dangerouslySetInnerHTML?: {
839
+ __html: string;
840
+ } | undefined;
841
+ children?: any;
842
+ debug?: import("@tamagui/core").DebugProp | undefined;
843
+ disabled?: boolean | undefined;
844
+ className?: string | undefined;
845
+ themeShallow?: boolean | undefined;
846
+ id?: string | undefined;
847
+ tag?: string | undefined;
848
+ theme?: string | null | undefined;
849
+ group?: undefined;
850
+ untilMeasured?: "hide" | "show" | undefined;
851
+ componentName?: string | undefined;
852
+ tabIndex?: string | number | undefined;
853
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
854
+ disableOptimization?: boolean | undefined;
855
+ forceStyle?: "hover" | "press" | "focus" | undefined;
856
+ disableClassName?: boolean | undefined;
857
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
858
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
859
+ } & {
260
860
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
861
+ } & {
862
+ target?: string | undefined;
863
+ hitSlop?: number | import("react-native").Insets | null | undefined;
864
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
865
+ dangerouslySetInnerHTML?: {
866
+ __html: string;
867
+ } | undefined;
868
+ children?: any;
869
+ debug?: import("@tamagui/core").DebugProp | undefined;
870
+ disabled?: boolean | undefined;
871
+ className?: string | undefined;
872
+ themeShallow?: boolean | undefined;
873
+ id?: string | undefined;
874
+ tag?: string | undefined;
875
+ theme?: string | null | undefined;
876
+ group?: undefined;
877
+ untilMeasured?: "hide" | "show" | undefined;
878
+ componentName?: string | undefined;
879
+ tabIndex?: string | number | undefined;
880
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
881
+ disableOptimization?: boolean | undefined;
882
+ forceStyle?: "hover" | "press" | "focus" | undefined;
883
+ disableClassName?: boolean | undefined;
884
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
885
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
261
886
  } & {
262
887
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
263
888
  };
264
889
  __variantProps: {
265
890
  readonly fullscreen?: boolean | undefined;
266
- readonly elevation?: SizeTokens | undefined;
891
+ readonly elevation?: number | SizeTokens | undefined;
267
892
  } & {
268
893
  readonly fullscreen?: boolean | undefined;
269
- readonly elevation?: SizeTokens | undefined;
894
+ readonly elevation?: number | SizeTokens | undefined;
270
895
  } & {
271
896
  readonly backgrounded?: boolean | undefined;
272
897
  readonly radiused?: boolean | undefined;
@@ -281,7 +906,7 @@ export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit
281
906
  readonly chromeless?: boolean | "all" | undefined;
282
907
  } & {
283
908
  readonly fullscreen?: boolean | undefined;
284
- readonly elevation?: SizeTokens | undefined;
909
+ readonly elevation?: number | SizeTokens | undefined;
285
910
  } & {
286
911
  readonly backgrounded?: boolean | undefined;
287
912
  readonly radiused?: boolean | undefined;
@@ -295,15 +920,40 @@ export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit
295
920
  readonly transparent?: boolean | undefined;
296
921
  readonly chromeless?: boolean | "all" | undefined;
297
922
  } & {
298
- readonly size?: SizeTokens | undefined;
923
+ readonly size?: number | SizeTokens | undefined;
299
924
  };
300
925
  }>;
301
926
  type AvatarProps = GetProps<typeof AvatarFrame>;
302
- declare const Avatar: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
927
+ declare const Avatar: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
928
+ target?: string | undefined;
929
+ hitSlop?: number | import("react-native").Insets | null | undefined;
930
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
931
+ dangerouslySetInnerHTML?: {
932
+ __html: string;
933
+ } | undefined;
934
+ children?: any;
935
+ debug?: import("@tamagui/core").DebugProp | undefined;
936
+ disabled?: boolean | undefined;
937
+ className?: string | undefined;
938
+ themeShallow?: boolean | undefined;
939
+ id?: string | undefined;
940
+ tag?: string | undefined;
941
+ theme?: string | null | undefined;
942
+ group?: undefined;
943
+ untilMeasured?: "hide" | "show" | undefined;
944
+ componentName?: string | undefined;
945
+ tabIndex?: string | number | undefined;
946
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
947
+ disableOptimization?: boolean | undefined;
948
+ forceStyle?: "hover" | "press" | "focus" | undefined;
949
+ disableClassName?: boolean | undefined;
950
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
951
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
952
+ } & {
303
953
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
304
954
  } & 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<{
305
955
  readonly fullscreen?: boolean | undefined;
306
- readonly elevation?: SizeTokens | undefined;
956
+ readonly elevation?: number | SizeTokens | undefined;
307
957
  } & {
308
958
  readonly backgrounded?: boolean | undefined;
309
959
  readonly radiused?: boolean | undefined;
@@ -317,12 +967,37 @@ declare const Avatar: React.ForwardRefExoticComponent<((Omit<import("react-nativ
317
967
  readonly transparent?: boolean | undefined;
318
968
  readonly chromeless?: boolean | "all" | undefined;
319
969
  }, "size"> & {
320
- readonly size?: SizeTokens | undefined;
321
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
970
+ readonly size?: number | SizeTokens | undefined;
971
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
972
+ target?: string | undefined;
973
+ hitSlop?: number | import("react-native").Insets | null | undefined;
974
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
975
+ dangerouslySetInnerHTML?: {
976
+ __html: string;
977
+ } | undefined;
978
+ children?: any;
979
+ debug?: import("@tamagui/core").DebugProp | undefined;
980
+ disabled?: boolean | undefined;
981
+ className?: string | undefined;
982
+ themeShallow?: boolean | undefined;
983
+ id?: string | undefined;
984
+ tag?: string | undefined;
985
+ theme?: string | null | undefined;
986
+ group?: undefined;
987
+ untilMeasured?: "hide" | "show" | undefined;
988
+ componentName?: string | undefined;
989
+ tabIndex?: string | number | undefined;
990
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
991
+ disableOptimization?: boolean | undefined;
992
+ forceStyle?: "hover" | "press" | "focus" | undefined;
993
+ disableClassName?: boolean | undefined;
994
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
995
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
996
+ } & {
322
997
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
323
998
  } & 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<{
324
999
  readonly fullscreen?: boolean | undefined;
325
- readonly elevation?: SizeTokens | undefined;
1000
+ readonly elevation?: number | SizeTokens | undefined;
326
1001
  } & {
327
1002
  readonly backgrounded?: boolean | undefined;
328
1003
  readonly radiused?: boolean | undefined;
@@ -336,12 +1011,37 @@ declare const Avatar: React.ForwardRefExoticComponent<((Omit<import("react-nativ
336
1011
  readonly transparent?: boolean | undefined;
337
1012
  readonly chromeless?: boolean | "all" | undefined;
338
1013
  }, "size"> & {
339
- readonly size?: SizeTokens | undefined;
340
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1014
+ readonly size?: number | SizeTokens | undefined;
1015
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1016
+ target?: string | undefined;
1017
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1018
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1019
+ dangerouslySetInnerHTML?: {
1020
+ __html: string;
1021
+ } | undefined;
1022
+ children?: any;
1023
+ debug?: import("@tamagui/core").DebugProp | undefined;
1024
+ disabled?: boolean | undefined;
1025
+ className?: string | undefined;
1026
+ themeShallow?: boolean | undefined;
1027
+ id?: string | undefined;
1028
+ tag?: string | undefined;
1029
+ theme?: string | null | undefined;
1030
+ group?: undefined;
1031
+ untilMeasured?: "hide" | "show" | undefined;
1032
+ componentName?: string | undefined;
1033
+ tabIndex?: string | number | undefined;
1034
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1035
+ disableOptimization?: boolean | undefined;
1036
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1037
+ disableClassName?: boolean | undefined;
1038
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1039
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1040
+ } & {
341
1041
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
342
1042
  } & 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<{
343
1043
  readonly fullscreen?: boolean | undefined;
344
- readonly elevation?: SizeTokens | undefined;
1044
+ readonly elevation?: number | SizeTokens | undefined;
345
1045
  } & {
346
1046
  readonly backgrounded?: boolean | undefined;
347
1047
  readonly radiused?: boolean | undefined;
@@ -355,12 +1055,37 @@ declare const Avatar: React.ForwardRefExoticComponent<((Omit<import("react-nativ
355
1055
  readonly transparent?: boolean | undefined;
356
1056
  readonly chromeless?: boolean | "all" | undefined;
357
1057
  }, "size"> & {
358
- readonly size?: SizeTokens | undefined;
359
- }>>) | Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1058
+ readonly size?: number | SizeTokens | undefined;
1059
+ }>>) | Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1060
+ target?: string | undefined;
1061
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1062
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1063
+ dangerouslySetInnerHTML?: {
1064
+ __html: string;
1065
+ } | undefined;
1066
+ children?: any;
1067
+ debug?: import("@tamagui/core").DebugProp | undefined;
1068
+ disabled?: boolean | undefined;
1069
+ className?: string | undefined;
1070
+ themeShallow?: boolean | undefined;
1071
+ id?: string | undefined;
1072
+ tag?: string | undefined;
1073
+ theme?: string | null | undefined;
1074
+ group?: undefined;
1075
+ untilMeasured?: "hide" | "show" | undefined;
1076
+ componentName?: string | undefined;
1077
+ tabIndex?: string | number | undefined;
1078
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1079
+ disableOptimization?: boolean | undefined;
1080
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1081
+ disableClassName?: boolean | undefined;
1082
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1083
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1084
+ } & {
360
1085
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
361
1086
  } & 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<{
362
1087
  readonly fullscreen?: boolean | undefined;
363
- readonly elevation?: SizeTokens | undefined;
1088
+ readonly elevation?: number | SizeTokens | undefined;
364
1089
  } & {
365
1090
  readonly backgrounded?: boolean | undefined;
366
1091
  readonly radiused?: boolean | undefined;
@@ -374,14 +1099,39 @@ declare const Avatar: React.ForwardRefExoticComponent<((Omit<import("react-nativ
374
1099
  readonly transparent?: boolean | undefined;
375
1100
  readonly chromeless?: boolean | "all" | undefined;
376
1101
  } & {
377
- readonly size?: SizeTokens | undefined;
1102
+ readonly size?: number | SizeTokens | undefined;
378
1103
  }, string | number> & {
379
1104
  [x: string]: undefined;
380
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1105
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1106
+ target?: string | undefined;
1107
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1108
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1109
+ dangerouslySetInnerHTML?: {
1110
+ __html: string;
1111
+ } | undefined;
1112
+ children?: any;
1113
+ debug?: import("@tamagui/core").DebugProp | undefined;
1114
+ disabled?: boolean | undefined;
1115
+ className?: string | undefined;
1116
+ themeShallow?: boolean | undefined;
1117
+ id?: string | undefined;
1118
+ tag?: string | undefined;
1119
+ theme?: string | null | undefined;
1120
+ group?: undefined;
1121
+ untilMeasured?: "hide" | "show" | undefined;
1122
+ componentName?: string | undefined;
1123
+ tabIndex?: string | number | undefined;
1124
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1125
+ disableOptimization?: boolean | undefined;
1126
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1127
+ disableClassName?: boolean | undefined;
1128
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1129
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1130
+ } & {
381
1131
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
382
1132
  } & 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<{
383
1133
  readonly fullscreen?: boolean | undefined;
384
- readonly elevation?: SizeTokens | undefined;
1134
+ readonly elevation?: number | SizeTokens | undefined;
385
1135
  } & {
386
1136
  readonly backgrounded?: boolean | undefined;
387
1137
  readonly radiused?: boolean | undefined;
@@ -395,14 +1145,39 @@ declare const Avatar: React.ForwardRefExoticComponent<((Omit<import("react-nativ
395
1145
  readonly transparent?: boolean | undefined;
396
1146
  readonly chromeless?: boolean | "all" | undefined;
397
1147
  } & {
398
- readonly size?: SizeTokens | undefined;
1148
+ readonly size?: number | SizeTokens | undefined;
399
1149
  }, string | number> & {
400
1150
  [x: string]: undefined;
401
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1151
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1152
+ target?: string | undefined;
1153
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1154
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1155
+ dangerouslySetInnerHTML?: {
1156
+ __html: string;
1157
+ } | undefined;
1158
+ children?: any;
1159
+ debug?: import("@tamagui/core").DebugProp | undefined;
1160
+ disabled?: boolean | undefined;
1161
+ className?: string | undefined;
1162
+ themeShallow?: boolean | undefined;
1163
+ id?: string | undefined;
1164
+ tag?: string | undefined;
1165
+ theme?: string | null | undefined;
1166
+ group?: undefined;
1167
+ untilMeasured?: "hide" | "show" | undefined;
1168
+ componentName?: string | undefined;
1169
+ tabIndex?: string | number | undefined;
1170
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1171
+ disableOptimization?: boolean | undefined;
1172
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1173
+ disableClassName?: boolean | undefined;
1174
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1175
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1176
+ } & {
402
1177
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
403
1178
  } & 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<{
404
1179
  readonly fullscreen?: boolean | undefined;
405
- readonly elevation?: SizeTokens | undefined;
1180
+ readonly elevation?: number | SizeTokens | undefined;
406
1181
  } & {
407
1182
  readonly backgrounded?: boolean | undefined;
408
1183
  readonly radiused?: boolean | undefined;
@@ -416,49 +1191,199 @@ declare const Avatar: React.ForwardRefExoticComponent<((Omit<import("react-nativ
416
1191
  readonly transparent?: boolean | undefined;
417
1192
  readonly chromeless?: boolean | "all" | undefined;
418
1193
  } & {
419
- readonly size?: SizeTokens | undefined;
1194
+ readonly size?: number | SizeTokens | undefined;
420
1195
  }, string | number> & {
421
1196
  [x: string]: undefined;
422
1197
  }>>, "ref">) & React.RefAttributes<TamaguiElement>> & {
423
1198
  Image: React.ForwardRefExoticComponent<Partial<ImageProps> & {
424
1199
  onLoadingStatusChange?: ((status: ImageLoadingStatus) => void) | undefined;
425
1200
  } & React.RefAttributes<TamaguiElement>>;
426
- Fallback: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1201
+ Fallback: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1202
+ target?: string | undefined;
1203
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1204
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1205
+ dangerouslySetInnerHTML?: {
1206
+ __html: string;
1207
+ } | undefined;
1208
+ children?: any;
1209
+ debug?: import("@tamagui/core").DebugProp | undefined;
1210
+ disabled?: boolean | undefined;
1211
+ className?: string | undefined;
1212
+ themeShallow?: boolean | undefined;
1213
+ id?: string | undefined;
1214
+ tag?: string | undefined;
1215
+ theme?: string | null | undefined;
1216
+ group?: undefined;
1217
+ untilMeasured?: "hide" | "show" | undefined;
1218
+ componentName?: string | undefined;
1219
+ tabIndex?: string | number | undefined;
1220
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1221
+ disableOptimization?: boolean | undefined;
1222
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1223
+ disableClassName?: boolean | undefined;
1224
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1225
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1226
+ } & {
427
1227
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
428
1228
  } & 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"> & {
429
1229
  readonly fullscreen?: boolean | undefined;
430
- readonly elevation?: SizeTokens | undefined;
431
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1230
+ readonly elevation?: number | SizeTokens | undefined;
1231
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1232
+ target?: string | undefined;
1233
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1234
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1235
+ dangerouslySetInnerHTML?: {
1236
+ __html: string;
1237
+ } | undefined;
1238
+ children?: any;
1239
+ debug?: import("@tamagui/core").DebugProp | undefined;
1240
+ disabled?: boolean | undefined;
1241
+ className?: string | undefined;
1242
+ themeShallow?: boolean | undefined;
1243
+ id?: string | undefined;
1244
+ tag?: string | undefined;
1245
+ theme?: string | null | undefined;
1246
+ group?: undefined;
1247
+ untilMeasured?: "hide" | "show" | undefined;
1248
+ componentName?: string | undefined;
1249
+ tabIndex?: string | number | undefined;
1250
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1251
+ disableOptimization?: boolean | undefined;
1252
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1253
+ disableClassName?: boolean | undefined;
1254
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1255
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1256
+ } & {
432
1257
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
433
1258
  } & 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"> & {
434
1259
  readonly fullscreen?: boolean | undefined;
435
- readonly elevation?: SizeTokens | undefined;
436
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1260
+ readonly elevation?: number | SizeTokens | undefined;
1261
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1262
+ target?: string | undefined;
1263
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1264
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1265
+ dangerouslySetInnerHTML?: {
1266
+ __html: string;
1267
+ } | undefined;
1268
+ children?: any;
1269
+ debug?: import("@tamagui/core").DebugProp | undefined;
1270
+ disabled?: boolean | undefined;
1271
+ className?: string | undefined;
1272
+ themeShallow?: boolean | undefined;
1273
+ id?: string | undefined;
1274
+ tag?: string | undefined;
1275
+ theme?: string | null | undefined;
1276
+ group?: undefined;
1277
+ untilMeasured?: "hide" | "show" | undefined;
1278
+ componentName?: string | undefined;
1279
+ tabIndex?: string | number | undefined;
1280
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1281
+ disableOptimization?: boolean | undefined;
1282
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1283
+ disableClassName?: boolean | undefined;
1284
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1285
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1286
+ } & {
437
1287
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
438
1288
  } & 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"> & {
439
1289
  readonly fullscreen?: boolean | undefined;
440
- readonly elevation?: SizeTokens | undefined;
1290
+ readonly elevation?: number | SizeTokens | undefined;
441
1291
  }>> & {
442
1292
  delayMs?: number | undefined;
443
- }) | Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1293
+ }) | Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1294
+ target?: string | undefined;
1295
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1296
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1297
+ dangerouslySetInnerHTML?: {
1298
+ __html: string;
1299
+ } | undefined;
1300
+ children?: any;
1301
+ debug?: import("@tamagui/core").DebugProp | undefined;
1302
+ disabled?: boolean | undefined;
1303
+ className?: string | undefined;
1304
+ themeShallow?: boolean | undefined;
1305
+ id?: string | undefined;
1306
+ tag?: string | undefined;
1307
+ theme?: string | null | undefined;
1308
+ group?: undefined;
1309
+ untilMeasured?: "hide" | "show" | undefined;
1310
+ componentName?: string | undefined;
1311
+ tabIndex?: string | number | undefined;
1312
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1313
+ disableOptimization?: boolean | undefined;
1314
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1315
+ disableClassName?: boolean | undefined;
1316
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1317
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1318
+ } & {
444
1319
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
445
1320
  } & 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<{
446
1321
  readonly fullscreen?: boolean | undefined;
447
- readonly elevation?: SizeTokens | undefined;
1322
+ readonly elevation?: number | SizeTokens | undefined;
448
1323
  }, string | number> & {
449
1324
  [x: string]: undefined;
450
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1325
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1326
+ target?: string | undefined;
1327
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1328
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1329
+ dangerouslySetInnerHTML?: {
1330
+ __html: string;
1331
+ } | undefined;
1332
+ children?: any;
1333
+ debug?: import("@tamagui/core").DebugProp | undefined;
1334
+ disabled?: boolean | undefined;
1335
+ className?: string | undefined;
1336
+ themeShallow?: boolean | undefined;
1337
+ id?: string | undefined;
1338
+ tag?: string | undefined;
1339
+ theme?: string | null | undefined;
1340
+ group?: undefined;
1341
+ untilMeasured?: "hide" | "show" | undefined;
1342
+ componentName?: string | undefined;
1343
+ tabIndex?: string | number | undefined;
1344
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1345
+ disableOptimization?: boolean | undefined;
1346
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1347
+ disableClassName?: boolean | undefined;
1348
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1349
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1350
+ } & {
451
1351
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
452
1352
  } & 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<{
453
1353
  readonly fullscreen?: boolean | undefined;
454
- readonly elevation?: SizeTokens | undefined;
1354
+ readonly elevation?: number | SizeTokens | undefined;
455
1355
  }, string | number> & {
456
1356
  [x: string]: undefined;
457
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1357
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1358
+ target?: string | undefined;
1359
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1360
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1361
+ dangerouslySetInnerHTML?: {
1362
+ __html: string;
1363
+ } | undefined;
1364
+ children?: any;
1365
+ debug?: import("@tamagui/core").DebugProp | undefined;
1366
+ disabled?: boolean | undefined;
1367
+ className?: string | undefined;
1368
+ themeShallow?: boolean | undefined;
1369
+ id?: string | undefined;
1370
+ tag?: string | undefined;
1371
+ theme?: string | null | undefined;
1372
+ group?: undefined;
1373
+ untilMeasured?: "hide" | "show" | undefined;
1374
+ componentName?: string | undefined;
1375
+ tabIndex?: string | number | undefined;
1376
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1377
+ disableOptimization?: boolean | undefined;
1378
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1379
+ disableClassName?: boolean | undefined;
1380
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1381
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1382
+ } & {
458
1383
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
459
1384
  } & 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<{
460
1385
  readonly fullscreen?: boolean | undefined;
461
- readonly elevation?: SizeTokens | undefined;
1386
+ readonly elevation?: number | SizeTokens | undefined;
462
1387
  }, string | number> & {
463
1388
  [x: string]: undefined;
464
1389
  }>> & {