@tamagui/tabs 1.73.0 → 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/Tabs.d.ts CHANGED
@@ -11,11 +11,36 @@ type TabsListProps = TabsListFrameProps & {
11
11
  */
12
12
  loop?: boolean;
13
13
  };
14
- declare const TabsTriggerFrame: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
14
+ declare const TabsTriggerFrame: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
15
+ target?: string | undefined;
16
+ hitSlop?: number | import("react-native").Insets | null | undefined;
17
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
18
+ dangerouslySetInnerHTML?: {
19
+ __html: string;
20
+ } | undefined;
21
+ children?: any;
22
+ debug?: import("@tamagui/web").DebugProp | undefined;
23
+ disabled?: boolean | undefined;
24
+ className?: string | undefined;
25
+ themeShallow?: boolean | undefined;
26
+ id?: string | undefined;
27
+ tag?: string | undefined;
28
+ theme?: string | null | undefined;
29
+ group?: undefined;
30
+ untilMeasured?: "hide" | "show" | undefined;
31
+ componentName?: string | undefined;
32
+ tabIndex?: string | number | undefined;
33
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
34
+ disableOptimization?: boolean | undefined;
35
+ forceStyle?: "hover" | "press" | "focus" | undefined;
36
+ disableClassName?: boolean | undefined;
37
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
38
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
39
+ } & {
15
40
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
16
41
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
17
42
  readonly fullscreen?: boolean | undefined;
18
- readonly elevation?: SizeTokens | undefined;
43
+ readonly elevation?: number | SizeTokens | undefined;
19
44
  } & {
20
45
  readonly backgrounded?: boolean | undefined;
21
46
  readonly radiused?: boolean | undefined;
@@ -32,11 +57,36 @@ declare const TabsTriggerFrame: import("@tamagui/web").TamaguiComponent<Omit<imp
32
57
  readonly size?: SizeTokens | undefined;
33
58
  readonly disabled?: boolean | undefined;
34
59
  readonly unstyled?: boolean | undefined;
35
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
60
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
61
+ target?: string | undefined;
62
+ hitSlop?: number | import("react-native").Insets | null | undefined;
63
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
64
+ dangerouslySetInnerHTML?: {
65
+ __html: string;
66
+ } | undefined;
67
+ children?: any;
68
+ debug?: import("@tamagui/web").DebugProp | undefined;
69
+ disabled?: boolean | undefined;
70
+ className?: string | undefined;
71
+ themeShallow?: boolean | undefined;
72
+ id?: string | undefined;
73
+ tag?: string | undefined;
74
+ theme?: string | null | undefined;
75
+ group?: undefined;
76
+ untilMeasured?: "hide" | "show" | undefined;
77
+ componentName?: string | undefined;
78
+ tabIndex?: string | number | undefined;
79
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
80
+ disableOptimization?: boolean | undefined;
81
+ forceStyle?: "hover" | "press" | "focus" | undefined;
82
+ disableClassName?: boolean | undefined;
83
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
84
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
85
+ } & {
36
86
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
37
87
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
38
88
  readonly fullscreen?: boolean | undefined;
39
- readonly elevation?: SizeTokens | undefined;
89
+ readonly elevation?: number | SizeTokens | undefined;
40
90
  } & {
41
91
  readonly backgrounded?: boolean | undefined;
42
92
  readonly radiused?: boolean | undefined;
@@ -53,11 +103,36 @@ declare const TabsTriggerFrame: import("@tamagui/web").TamaguiComponent<Omit<imp
53
103
  readonly size?: SizeTokens | undefined;
54
104
  readonly disabled?: boolean | undefined;
55
105
  readonly unstyled?: boolean | undefined;
56
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
106
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
107
+ target?: string | undefined;
108
+ hitSlop?: number | import("react-native").Insets | null | undefined;
109
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
110
+ dangerouslySetInnerHTML?: {
111
+ __html: string;
112
+ } | undefined;
113
+ children?: any;
114
+ debug?: import("@tamagui/web").DebugProp | undefined;
115
+ disabled?: boolean | undefined;
116
+ className?: string | undefined;
117
+ themeShallow?: boolean | undefined;
118
+ id?: string | undefined;
119
+ tag?: string | undefined;
120
+ theme?: string | null | undefined;
121
+ group?: undefined;
122
+ untilMeasured?: "hide" | "show" | undefined;
123
+ componentName?: string | undefined;
124
+ tabIndex?: string | number | undefined;
125
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
126
+ disableOptimization?: boolean | undefined;
127
+ forceStyle?: "hover" | "press" | "focus" | undefined;
128
+ disableClassName?: boolean | undefined;
129
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
130
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
131
+ } & {
57
132
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
58
133
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
59
134
  readonly fullscreen?: boolean | undefined;
60
- readonly elevation?: SizeTokens | undefined;
135
+ readonly elevation?: number | SizeTokens | undefined;
61
136
  } & {
62
137
  readonly backgrounded?: boolean | undefined;
63
138
  readonly radiused?: boolean | undefined;
@@ -74,11 +149,36 @@ declare const TabsTriggerFrame: import("@tamagui/web").TamaguiComponent<Omit<imp
74
149
  readonly size?: SizeTokens | undefined;
75
150
  readonly disabled?: boolean | undefined;
76
151
  readonly unstyled?: boolean | undefined;
77
- }>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
152
+ }>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
153
+ target?: string | undefined;
154
+ hitSlop?: number | import("react-native").Insets | null | undefined;
155
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
156
+ dangerouslySetInnerHTML?: {
157
+ __html: string;
158
+ } | undefined;
159
+ children?: any;
160
+ debug?: import("@tamagui/web").DebugProp | undefined;
161
+ disabled?: boolean | undefined;
162
+ className?: string | undefined;
163
+ themeShallow?: boolean | undefined;
164
+ id?: string | undefined;
165
+ tag?: string | undefined;
166
+ theme?: string | null | undefined;
167
+ group?: undefined;
168
+ untilMeasured?: "hide" | "show" | undefined;
169
+ componentName?: string | undefined;
170
+ tabIndex?: string | number | undefined;
171
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
172
+ disableOptimization?: boolean | undefined;
173
+ forceStyle?: "hover" | "press" | "focus" | undefined;
174
+ disableClassName?: boolean | undefined;
175
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
176
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
177
+ } & {
78
178
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
79
179
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
80
180
  readonly fullscreen?: boolean | undefined;
81
- readonly elevation?: SizeTokens | undefined;
181
+ readonly elevation?: number | SizeTokens | undefined;
82
182
  } & {
83
183
  readonly backgrounded?: boolean | undefined;
84
184
  readonly radiused?: boolean | undefined;
@@ -97,17 +197,67 @@ declare const TabsTriggerFrame: import("@tamagui/web").TamaguiComponent<Omit<imp
97
197
  readonly unstyled?: boolean | undefined;
98
198
  }, {
99
199
  displayName: string | undefined;
100
- __baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
200
+ __baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
201
+ target?: string | undefined;
202
+ hitSlop?: number | import("react-native").Insets | null | undefined;
203
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
204
+ dangerouslySetInnerHTML?: {
205
+ __html: string;
206
+ } | undefined;
207
+ children?: any;
208
+ debug?: import("@tamagui/web").DebugProp | undefined;
209
+ disabled?: boolean | undefined;
210
+ className?: string | undefined;
211
+ themeShallow?: boolean | undefined;
212
+ id?: string | undefined;
213
+ tag?: string | undefined;
214
+ theme?: string | null | undefined;
215
+ group?: undefined;
216
+ untilMeasured?: "hide" | "show" | undefined;
217
+ componentName?: string | undefined;
218
+ tabIndex?: string | number | undefined;
219
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
220
+ disableOptimization?: boolean | undefined;
221
+ forceStyle?: "hover" | "press" | "focus" | undefined;
222
+ disableClassName?: boolean | undefined;
223
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
224
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
225
+ } & {
101
226
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
102
227
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
228
+ target?: string | undefined;
229
+ hitSlop?: number | import("react-native").Insets | null | undefined;
230
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
231
+ dangerouslySetInnerHTML?: {
232
+ __html: string;
233
+ } | undefined;
234
+ children?: any;
235
+ debug?: import("@tamagui/web").DebugProp | undefined;
236
+ disabled?: boolean | undefined;
237
+ className?: string | undefined;
238
+ themeShallow?: boolean | undefined;
239
+ id?: string | undefined;
240
+ tag?: string | undefined;
241
+ theme?: string | null | undefined;
242
+ group?: undefined;
243
+ untilMeasured?: "hide" | "show" | undefined;
244
+ componentName?: string | undefined;
245
+ tabIndex?: string | number | undefined;
246
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
247
+ disableOptimization?: boolean | undefined;
248
+ forceStyle?: "hover" | "press" | "focus" | undefined;
249
+ disableClassName?: boolean | undefined;
250
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
251
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
252
+ } & {
103
253
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
104
254
  };
105
255
  __variantProps: {
106
256
  readonly fullscreen?: boolean | undefined;
107
- readonly elevation?: SizeTokens | undefined;
257
+ readonly elevation?: number | SizeTokens | undefined;
108
258
  } & {
109
259
  readonly fullscreen?: boolean | undefined;
110
- readonly elevation?: SizeTokens | undefined;
260
+ readonly elevation?: number | SizeTokens | undefined;
111
261
  } & {
112
262
  readonly backgrounded?: boolean | undefined;
113
263
  readonly radiused?: boolean | undefined;
@@ -139,11 +289,36 @@ type TabsTriggerProps = TabsTriggerFrameProps & {
139
289
  onInteraction?: (type: InteractionType, layout: TabLayout | null) => void;
140
290
  };
141
291
  type TabsTabProps = TabsTriggerProps;
142
- declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
292
+ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
293
+ target?: string | undefined;
294
+ hitSlop?: number | import("react-native").Insets | null | undefined;
295
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
296
+ dangerouslySetInnerHTML?: {
297
+ __html: string;
298
+ } | undefined;
299
+ children?: any;
300
+ debug?: import("@tamagui/web").DebugProp | undefined;
301
+ disabled?: boolean | undefined;
302
+ className?: string | undefined;
303
+ themeShallow?: boolean | undefined;
304
+ id?: string | undefined;
305
+ tag?: string | undefined;
306
+ theme?: string | null | undefined;
307
+ group?: undefined;
308
+ untilMeasured?: "hide" | "show" | undefined;
309
+ componentName?: string | undefined;
310
+ tabIndex?: string | number | undefined;
311
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
312
+ disableOptimization?: boolean | undefined;
313
+ forceStyle?: "hover" | "press" | "focus" | undefined;
314
+ disableClassName?: boolean | undefined;
315
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
316
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
317
+ } & {
143
318
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
144
319
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
145
320
  readonly fullscreen?: boolean | undefined;
146
- readonly elevation?: SizeTokens | undefined;
321
+ readonly elevation?: number | SizeTokens | undefined;
147
322
  }, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
148
323
  readonly backgrounded?: boolean | undefined;
149
324
  readonly radiused?: boolean | undefined;
@@ -156,11 +331,36 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
156
331
  readonly bordered?: number | boolean | undefined;
157
332
  readonly transparent?: boolean | undefined;
158
333
  readonly chromeless?: boolean | "all" | undefined;
159
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
334
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
335
+ target?: string | undefined;
336
+ hitSlop?: number | import("react-native").Insets | null | undefined;
337
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
338
+ dangerouslySetInnerHTML?: {
339
+ __html: string;
340
+ } | undefined;
341
+ children?: any;
342
+ debug?: import("@tamagui/web").DebugProp | undefined;
343
+ disabled?: boolean | undefined;
344
+ className?: string | undefined;
345
+ themeShallow?: boolean | undefined;
346
+ id?: string | undefined;
347
+ tag?: string | undefined;
348
+ theme?: string | null | undefined;
349
+ group?: undefined;
350
+ untilMeasured?: "hide" | "show" | undefined;
351
+ componentName?: string | undefined;
352
+ tabIndex?: string | number | undefined;
353
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
354
+ disableOptimization?: boolean | undefined;
355
+ forceStyle?: "hover" | "press" | "focus" | undefined;
356
+ disableClassName?: boolean | undefined;
357
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
358
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
359
+ } & {
160
360
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
161
361
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
162
362
  readonly fullscreen?: boolean | undefined;
163
- readonly elevation?: SizeTokens | undefined;
363
+ readonly elevation?: number | SizeTokens | undefined;
164
364
  }, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
165
365
  readonly backgrounded?: boolean | undefined;
166
366
  readonly radiused?: boolean | undefined;
@@ -173,11 +373,36 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
173
373
  readonly bordered?: number | boolean | undefined;
174
374
  readonly transparent?: boolean | undefined;
175
375
  readonly chromeless?: boolean | "all" | undefined;
176
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
376
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
377
+ target?: string | undefined;
378
+ hitSlop?: number | import("react-native").Insets | null | undefined;
379
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
380
+ dangerouslySetInnerHTML?: {
381
+ __html: string;
382
+ } | undefined;
383
+ children?: any;
384
+ debug?: import("@tamagui/web").DebugProp | undefined;
385
+ disabled?: boolean | undefined;
386
+ className?: string | undefined;
387
+ themeShallow?: boolean | undefined;
388
+ id?: string | undefined;
389
+ tag?: string | undefined;
390
+ theme?: string | null | undefined;
391
+ group?: undefined;
392
+ untilMeasured?: "hide" | "show" | undefined;
393
+ componentName?: string | undefined;
394
+ tabIndex?: string | number | undefined;
395
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
396
+ disableOptimization?: boolean | undefined;
397
+ forceStyle?: "hover" | "press" | "focus" | undefined;
398
+ disableClassName?: boolean | undefined;
399
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
400
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
401
+ } & {
177
402
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
178
403
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
179
404
  readonly fullscreen?: boolean | undefined;
180
- readonly elevation?: SizeTokens | undefined;
405
+ readonly elevation?: number | SizeTokens | undefined;
181
406
  }, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
182
407
  readonly backgrounded?: boolean | undefined;
183
408
  readonly radiused?: boolean | undefined;
@@ -190,11 +415,36 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
190
415
  readonly bordered?: number | boolean | undefined;
191
416
  readonly transparent?: boolean | undefined;
192
417
  readonly chromeless?: boolean | "all" | undefined;
193
- }>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
418
+ }>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
419
+ target?: string | undefined;
420
+ hitSlop?: number | import("react-native").Insets | null | undefined;
421
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
422
+ dangerouslySetInnerHTML?: {
423
+ __html: string;
424
+ } | undefined;
425
+ children?: any;
426
+ debug?: import("@tamagui/web").DebugProp | undefined;
427
+ disabled?: boolean | undefined;
428
+ className?: string | undefined;
429
+ themeShallow?: boolean | undefined;
430
+ id?: string | undefined;
431
+ tag?: string | undefined;
432
+ theme?: string | null | undefined;
433
+ group?: undefined;
434
+ untilMeasured?: "hide" | "show" | undefined;
435
+ componentName?: string | undefined;
436
+ tabIndex?: string | number | undefined;
437
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
438
+ disableOptimization?: boolean | undefined;
439
+ forceStyle?: "hover" | "press" | "focus" | undefined;
440
+ disableClassName?: boolean | undefined;
441
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
442
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
443
+ } & {
194
444
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
195
445
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
196
446
  readonly fullscreen?: boolean | undefined;
197
- readonly elevation?: SizeTokens | undefined;
447
+ readonly elevation?: number | SizeTokens | undefined;
198
448
  } & {
199
449
  readonly backgrounded?: boolean | undefined;
200
450
  readonly radiused?: boolean | undefined;
@@ -209,11 +459,36 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
209
459
  readonly chromeless?: boolean | "all" | undefined;
210
460
  }, string | number> & {
211
461
  [x: string]: undefined;
212
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
462
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
463
+ target?: string | undefined;
464
+ hitSlop?: number | import("react-native").Insets | null | undefined;
465
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
466
+ dangerouslySetInnerHTML?: {
467
+ __html: string;
468
+ } | undefined;
469
+ children?: any;
470
+ debug?: import("@tamagui/web").DebugProp | undefined;
471
+ disabled?: boolean | undefined;
472
+ className?: string | undefined;
473
+ themeShallow?: boolean | undefined;
474
+ id?: string | undefined;
475
+ tag?: string | undefined;
476
+ theme?: string | null | undefined;
477
+ group?: undefined;
478
+ untilMeasured?: "hide" | "show" | undefined;
479
+ componentName?: string | undefined;
480
+ tabIndex?: string | number | undefined;
481
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
482
+ disableOptimization?: boolean | undefined;
483
+ forceStyle?: "hover" | "press" | "focus" | undefined;
484
+ disableClassName?: boolean | undefined;
485
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
486
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
487
+ } & {
213
488
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
214
489
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
215
490
  readonly fullscreen?: boolean | undefined;
216
- readonly elevation?: SizeTokens | undefined;
491
+ readonly elevation?: number | SizeTokens | undefined;
217
492
  } & {
218
493
  readonly backgrounded?: boolean | undefined;
219
494
  readonly radiused?: boolean | undefined;
@@ -228,11 +503,36 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
228
503
  readonly chromeless?: boolean | "all" | undefined;
229
504
  }, string | number> & {
230
505
  [x: string]: undefined;
231
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
506
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
507
+ target?: string | undefined;
508
+ hitSlop?: number | import("react-native").Insets | null | undefined;
509
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
510
+ dangerouslySetInnerHTML?: {
511
+ __html: string;
512
+ } | undefined;
513
+ children?: any;
514
+ debug?: import("@tamagui/web").DebugProp | undefined;
515
+ disabled?: boolean | undefined;
516
+ className?: string | undefined;
517
+ themeShallow?: boolean | undefined;
518
+ id?: string | undefined;
519
+ tag?: string | undefined;
520
+ theme?: string | null | undefined;
521
+ group?: undefined;
522
+ untilMeasured?: "hide" | "show" | undefined;
523
+ componentName?: string | undefined;
524
+ tabIndex?: string | number | undefined;
525
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
526
+ disableOptimization?: boolean | undefined;
527
+ forceStyle?: "hover" | "press" | "focus" | undefined;
528
+ disableClassName?: boolean | undefined;
529
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
530
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
531
+ } & {
232
532
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
233
533
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
234
534
  readonly fullscreen?: boolean | undefined;
235
- readonly elevation?: SizeTokens | undefined;
535
+ readonly elevation?: number | SizeTokens | undefined;
236
536
  } & {
237
537
  readonly backgrounded?: boolean | undefined;
238
538
  readonly radiused?: boolean | undefined;
@@ -247,11 +547,36 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
247
547
  readonly chromeless?: boolean | "all" | undefined;
248
548
  }, string | number> & {
249
549
  [x: string]: undefined;
250
- }>>), import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
550
+ }>>), import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
551
+ target?: string | undefined;
552
+ hitSlop?: number | import("react-native").Insets | null | undefined;
553
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
554
+ dangerouslySetInnerHTML?: {
555
+ __html: string;
556
+ } | undefined;
557
+ children?: any;
558
+ debug?: import("@tamagui/web").DebugProp | undefined;
559
+ disabled?: boolean | undefined;
560
+ className?: string | undefined;
561
+ themeShallow?: boolean | undefined;
562
+ id?: string | undefined;
563
+ tag?: string | undefined;
564
+ theme?: string | null | undefined;
565
+ group?: undefined;
566
+ untilMeasured?: "hide" | "show" | undefined;
567
+ componentName?: string | undefined;
568
+ tabIndex?: string | number | undefined;
569
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
570
+ disableOptimization?: boolean | undefined;
571
+ forceStyle?: "hover" | "press" | "focus" | undefined;
572
+ disableClassName?: boolean | undefined;
573
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
574
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
575
+ } & {
251
576
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
252
577
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
253
578
  readonly fullscreen?: boolean | undefined;
254
- readonly elevation?: SizeTokens | undefined;
579
+ readonly elevation?: number | SizeTokens | undefined;
255
580
  } & {
256
581
  readonly backgrounded?: boolean | undefined;
257
582
  readonly radiused?: boolean | undefined;
@@ -268,17 +593,67 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
268
593
  [x: string]: undefined;
269
594
  }), {
270
595
  displayName: string | undefined;
271
- __baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
596
+ __baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
597
+ target?: string | undefined;
598
+ hitSlop?: number | import("react-native").Insets | null | undefined;
599
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
600
+ dangerouslySetInnerHTML?: {
601
+ __html: string;
602
+ } | undefined;
603
+ children?: any;
604
+ debug?: import("@tamagui/web").DebugProp | undefined;
605
+ disabled?: boolean | undefined;
606
+ className?: string | undefined;
607
+ themeShallow?: boolean | undefined;
608
+ id?: string | undefined;
609
+ tag?: string | undefined;
610
+ theme?: string | null | undefined;
611
+ group?: undefined;
612
+ untilMeasured?: "hide" | "show" | undefined;
613
+ componentName?: string | undefined;
614
+ tabIndex?: string | number | undefined;
615
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
616
+ disableOptimization?: boolean | undefined;
617
+ forceStyle?: "hover" | "press" | "focus" | undefined;
618
+ disableClassName?: boolean | undefined;
619
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
620
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
621
+ } & {
272
622
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
273
623
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
624
+ target?: string | undefined;
625
+ hitSlop?: number | import("react-native").Insets | null | undefined;
626
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
627
+ dangerouslySetInnerHTML?: {
628
+ __html: string;
629
+ } | undefined;
630
+ children?: any;
631
+ debug?: import("@tamagui/web").DebugProp | undefined;
632
+ disabled?: boolean | undefined;
633
+ className?: string | undefined;
634
+ themeShallow?: boolean | undefined;
635
+ id?: string | undefined;
636
+ tag?: string | undefined;
637
+ theme?: string | null | undefined;
638
+ group?: undefined;
639
+ untilMeasured?: "hide" | "show" | undefined;
640
+ componentName?: string | undefined;
641
+ tabIndex?: string | number | undefined;
642
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
643
+ disableOptimization?: boolean | undefined;
644
+ forceStyle?: "hover" | "press" | "focus" | undefined;
645
+ disableClassName?: boolean | undefined;
646
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
647
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
648
+ } & {
274
649
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
275
650
  };
276
651
  __variantProps: {
277
652
  readonly fullscreen?: boolean | undefined;
278
- readonly elevation?: SizeTokens | undefined;
653
+ readonly elevation?: number | SizeTokens | undefined;
279
654
  } & {
280
655
  readonly fullscreen?: boolean | undefined;
281
- readonly elevation?: SizeTokens | undefined;
656
+ readonly elevation?: number | SizeTokens | undefined;
282
657
  } & {
283
658
  readonly backgrounded?: boolean | undefined;
284
659
  readonly radiused?: boolean | undefined;
@@ -303,11 +678,36 @@ type TabsContentProps = TabsContentFrameProps & {
303
678
  */
304
679
  forceMount?: true;
305
680
  };
306
- declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
681
+ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
682
+ target?: string | undefined;
683
+ hitSlop?: number | import("react-native").Insets | null | undefined;
684
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
685
+ dangerouslySetInnerHTML?: {
686
+ __html: string;
687
+ } | undefined;
688
+ children?: any;
689
+ debug?: import("@tamagui/web").DebugProp | undefined;
690
+ disabled?: boolean | undefined;
691
+ className?: string | undefined;
692
+ themeShallow?: boolean | undefined;
693
+ id?: string | undefined;
694
+ tag?: string | undefined;
695
+ theme?: string | null | undefined;
696
+ group?: undefined;
697
+ untilMeasured?: "hide" | "show" | undefined;
698
+ componentName?: string | undefined;
699
+ tabIndex?: string | number | undefined;
700
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
701
+ disableOptimization?: boolean | undefined;
702
+ forceStyle?: "hover" | "press" | "focus" | undefined;
703
+ disableClassName?: boolean | undefined;
704
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
705
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
706
+ } & {
307
707
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
308
708
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
309
709
  readonly fullscreen?: boolean | undefined;
310
- readonly elevation?: SizeTokens | undefined;
710
+ readonly elevation?: number | SizeTokens | undefined;
311
711
  }, "size" | "unstyled" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered"> & {
312
712
  readonly unstyled?: boolean | undefined;
313
713
  readonly hoverTheme?: boolean | undefined;
@@ -317,11 +717,36 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
317
717
  readonly elevate?: boolean | undefined;
318
718
  readonly bordered?: number | boolean | undefined;
319
719
  readonly size?: SizeTokens | undefined;
320
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
720
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
721
+ target?: string | undefined;
722
+ hitSlop?: number | import("react-native").Insets | null | undefined;
723
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
724
+ dangerouslySetInnerHTML?: {
725
+ __html: string;
726
+ } | undefined;
727
+ children?: any;
728
+ debug?: import("@tamagui/web").DebugProp | undefined;
729
+ disabled?: boolean | undefined;
730
+ className?: string | undefined;
731
+ themeShallow?: boolean | undefined;
732
+ id?: string | undefined;
733
+ tag?: string | undefined;
734
+ theme?: string | null | undefined;
735
+ group?: undefined;
736
+ untilMeasured?: "hide" | "show" | undefined;
737
+ componentName?: string | undefined;
738
+ tabIndex?: string | number | undefined;
739
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
740
+ disableOptimization?: boolean | undefined;
741
+ forceStyle?: "hover" | "press" | "focus" | undefined;
742
+ disableClassName?: boolean | undefined;
743
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
744
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
745
+ } & {
321
746
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
322
747
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
323
748
  readonly fullscreen?: boolean | undefined;
324
- readonly elevation?: SizeTokens | undefined;
749
+ readonly elevation?: number | SizeTokens | undefined;
325
750
  }, "size" | "unstyled" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered"> & {
326
751
  readonly unstyled?: boolean | undefined;
327
752
  readonly hoverTheme?: boolean | undefined;
@@ -331,11 +756,36 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
331
756
  readonly elevate?: boolean | undefined;
332
757
  readonly bordered?: number | boolean | undefined;
333
758
  readonly size?: SizeTokens | undefined;
334
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
759
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").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/web").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
+ } & {
335
785
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
336
786
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
337
787
  readonly fullscreen?: boolean | undefined;
338
- readonly elevation?: SizeTokens | undefined;
788
+ readonly elevation?: number | SizeTokens | undefined;
339
789
  }, "size" | "unstyled" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered"> & {
340
790
  readonly unstyled?: boolean | undefined;
341
791
  readonly hoverTheme?: boolean | undefined;
@@ -345,11 +795,36 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
345
795
  readonly elevate?: boolean | undefined;
346
796
  readonly bordered?: number | boolean | undefined;
347
797
  readonly size?: SizeTokens | undefined;
348
- }>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
798
+ }>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
799
+ target?: string | undefined;
800
+ hitSlop?: number | import("react-native").Insets | null | undefined;
801
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
802
+ dangerouslySetInnerHTML?: {
803
+ __html: string;
804
+ } | undefined;
805
+ children?: any;
806
+ debug?: import("@tamagui/web").DebugProp | undefined;
807
+ disabled?: boolean | undefined;
808
+ className?: string | undefined;
809
+ themeShallow?: boolean | undefined;
810
+ id?: string | undefined;
811
+ tag?: string | undefined;
812
+ theme?: string | null | undefined;
813
+ group?: undefined;
814
+ untilMeasured?: "hide" | "show" | undefined;
815
+ componentName?: string | undefined;
816
+ tabIndex?: string | number | undefined;
817
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
818
+ disableOptimization?: boolean | undefined;
819
+ forceStyle?: "hover" | "press" | "focus" | undefined;
820
+ disableClassName?: boolean | undefined;
821
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
822
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
823
+ } & {
349
824
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
350
825
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
351
826
  readonly fullscreen?: boolean | undefined;
352
- readonly elevation?: SizeTokens | undefined;
827
+ readonly elevation?: number | SizeTokens | undefined;
353
828
  } & {
354
829
  readonly unstyled?: boolean | undefined;
355
830
  readonly hoverTheme?: boolean | undefined;
@@ -361,11 +836,36 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
361
836
  readonly size?: SizeTokens | undefined;
362
837
  }, string | number> & {
363
838
  [x: string]: undefined;
364
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
839
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
840
+ target?: string | undefined;
841
+ hitSlop?: number | import("react-native").Insets | null | undefined;
842
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
843
+ dangerouslySetInnerHTML?: {
844
+ __html: string;
845
+ } | undefined;
846
+ children?: any;
847
+ debug?: import("@tamagui/web").DebugProp | undefined;
848
+ disabled?: boolean | undefined;
849
+ className?: string | undefined;
850
+ themeShallow?: boolean | undefined;
851
+ id?: string | undefined;
852
+ tag?: string | undefined;
853
+ theme?: string | null | undefined;
854
+ group?: undefined;
855
+ untilMeasured?: "hide" | "show" | undefined;
856
+ componentName?: string | undefined;
857
+ tabIndex?: string | number | undefined;
858
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
859
+ disableOptimization?: boolean | undefined;
860
+ forceStyle?: "hover" | "press" | "focus" | undefined;
861
+ disableClassName?: boolean | undefined;
862
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
863
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
864
+ } & {
365
865
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
366
866
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
367
867
  readonly fullscreen?: boolean | undefined;
368
- readonly elevation?: SizeTokens | undefined;
868
+ readonly elevation?: number | SizeTokens | undefined;
369
869
  } & {
370
870
  readonly unstyled?: boolean | undefined;
371
871
  readonly hoverTheme?: boolean | undefined;
@@ -377,11 +877,36 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
377
877
  readonly size?: SizeTokens | undefined;
378
878
  }, string | number> & {
379
879
  [x: string]: undefined;
380
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
880
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
881
+ target?: string | undefined;
882
+ hitSlop?: number | import("react-native").Insets | null | undefined;
883
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
884
+ dangerouslySetInnerHTML?: {
885
+ __html: string;
886
+ } | undefined;
887
+ children?: any;
888
+ debug?: import("@tamagui/web").DebugProp | undefined;
889
+ disabled?: boolean | undefined;
890
+ className?: string | undefined;
891
+ themeShallow?: boolean | undefined;
892
+ id?: string | undefined;
893
+ tag?: string | undefined;
894
+ theme?: string | null | undefined;
895
+ group?: undefined;
896
+ untilMeasured?: "hide" | "show" | undefined;
897
+ componentName?: string | undefined;
898
+ tabIndex?: string | number | undefined;
899
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
900
+ disableOptimization?: boolean | undefined;
901
+ forceStyle?: "hover" | "press" | "focus" | undefined;
902
+ disableClassName?: boolean | undefined;
903
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
904
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
905
+ } & {
381
906
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
382
907
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
383
908
  readonly fullscreen?: boolean | undefined;
384
- readonly elevation?: SizeTokens | undefined;
909
+ readonly elevation?: number | SizeTokens | undefined;
385
910
  } & {
386
911
  readonly unstyled?: boolean | undefined;
387
912
  readonly hoverTheme?: boolean | undefined;
@@ -393,11 +918,36 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
393
918
  readonly size?: SizeTokens | undefined;
394
919
  }, string | number> & {
395
920
  [x: string]: undefined;
396
- }>>), import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
921
+ }>>), import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
922
+ target?: string | undefined;
923
+ hitSlop?: number | import("react-native").Insets | null | undefined;
924
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
925
+ dangerouslySetInnerHTML?: {
926
+ __html: string;
927
+ } | undefined;
928
+ children?: any;
929
+ debug?: import("@tamagui/web").DebugProp | undefined;
930
+ disabled?: boolean | undefined;
931
+ className?: string | undefined;
932
+ themeShallow?: boolean | undefined;
933
+ id?: string | undefined;
934
+ tag?: string | undefined;
935
+ theme?: string | null | undefined;
936
+ group?: undefined;
937
+ untilMeasured?: "hide" | "show" | undefined;
938
+ componentName?: string | undefined;
939
+ tabIndex?: string | number | undefined;
940
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
941
+ disableOptimization?: boolean | undefined;
942
+ forceStyle?: "hover" | "press" | "focus" | undefined;
943
+ disableClassName?: boolean | undefined;
944
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
945
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
946
+ } & {
397
947
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
398
948
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
399
949
  readonly fullscreen?: boolean | undefined;
400
- readonly elevation?: SizeTokens | undefined;
950
+ readonly elevation?: number | SizeTokens | undefined;
401
951
  } & {
402
952
  readonly unstyled?: boolean | undefined;
403
953
  readonly hoverTheme?: boolean | undefined;
@@ -411,17 +961,67 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
411
961
  [x: string]: undefined;
412
962
  }), {
413
963
  displayName: string | undefined;
414
- __baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
415
- style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
964
+ __baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
965
+ target?: string | undefined;
966
+ hitSlop?: number | import("react-native").Insets | null | undefined;
967
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
968
+ dangerouslySetInnerHTML?: {
969
+ __html: string;
970
+ } | undefined;
971
+ children?: any;
972
+ debug?: import("@tamagui/web").DebugProp | undefined;
973
+ disabled?: boolean | undefined;
974
+ className?: string | undefined;
975
+ themeShallow?: boolean | undefined;
976
+ id?: string | undefined;
977
+ tag?: string | undefined;
978
+ theme?: string | null | undefined;
979
+ group?: undefined;
980
+ untilMeasured?: "hide" | "show" | undefined;
981
+ componentName?: string | undefined;
982
+ tabIndex?: string | number | undefined;
983
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
984
+ disableOptimization?: boolean | undefined;
985
+ forceStyle?: "hover" | "press" | "focus" | undefined;
986
+ disableClassName?: boolean | undefined;
987
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
988
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
989
+ } & {
990
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>; /** The value of the tab to select by default, if uncontrolled */
416
991
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
992
+ target?: string | undefined;
993
+ hitSlop?: number | import("react-native").Insets | null | undefined;
994
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
995
+ dangerouslySetInnerHTML?: {
996
+ __html: string;
997
+ } | undefined;
998
+ children?: any;
999
+ debug?: import("@tamagui/web").DebugProp | undefined;
1000
+ disabled?: boolean | undefined;
1001
+ className?: string | undefined;
1002
+ themeShallow?: boolean | undefined;
1003
+ id?: string | undefined;
1004
+ tag?: string | undefined;
1005
+ theme?: string | null | undefined;
1006
+ group?: undefined;
1007
+ untilMeasured?: "hide" | "show" | undefined;
1008
+ componentName?: string | undefined;
1009
+ tabIndex?: string | number | undefined;
1010
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1011
+ disableOptimization?: boolean | undefined;
1012
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1013
+ disableClassName?: boolean | undefined;
1014
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1015
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1016
+ } & {
417
1017
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
418
1018
  };
419
1019
  __variantProps: {
420
1020
  readonly fullscreen?: boolean | undefined;
421
- readonly elevation?: SizeTokens | undefined;
1021
+ readonly elevation?: number | SizeTokens | undefined;
422
1022
  } & {
423
1023
  readonly fullscreen?: boolean | undefined;
424
- readonly elevation?: SizeTokens | undefined;
1024
+ readonly elevation?: number | SizeTokens | undefined;
425
1025
  } & {
426
1026
  readonly unstyled?: boolean | undefined;
427
1027
  readonly hoverTheme?: boolean | undefined;
@@ -458,11 +1058,36 @@ type TabsProps = TabsFrameProps & {
458
1058
  * */
459
1059
  activationMode?: 'automatic' | 'manual';
460
1060
  };
461
- export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1061
+ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1062
+ target?: string | undefined;
1063
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1064
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1065
+ dangerouslySetInnerHTML?: {
1066
+ __html: string;
1067
+ } | undefined;
1068
+ children?: any;
1069
+ debug?: import("@tamagui/web").DebugProp | undefined;
1070
+ disabled?: boolean | undefined;
1071
+ className?: string | undefined;
1072
+ themeShallow?: boolean | undefined;
1073
+ id?: string | undefined;
1074
+ tag?: string | undefined;
1075
+ theme?: string | null | undefined;
1076
+ group?: undefined;
1077
+ untilMeasured?: "hide" | "show" | undefined;
1078
+ componentName?: string | undefined;
1079
+ tabIndex?: string | number | undefined;
1080
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1081
+ disableOptimization?: boolean | undefined;
1082
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1083
+ disableClassName?: boolean | undefined;
1084
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1085
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1086
+ } & {
462
1087
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
463
1088
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
464
1089
  readonly fullscreen?: boolean | undefined;
465
- readonly elevation?: SizeTokens | undefined;
1090
+ readonly elevation?: number | SizeTokens | undefined;
466
1091
  }, "size" | "unstyled" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered"> & {
467
1092
  readonly unstyled?: boolean | undefined;
468
1093
  readonly hoverTheme?: boolean | undefined;
@@ -472,11 +1097,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
472
1097
  readonly elevate?: boolean | undefined;
473
1098
  readonly bordered?: number | boolean | undefined;
474
1099
  readonly size?: SizeTokens | undefined;
475
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1100
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1101
+ target?: string | undefined;
1102
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1103
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1104
+ dangerouslySetInnerHTML?: {
1105
+ __html: string;
1106
+ } | undefined;
1107
+ children?: any;
1108
+ debug?: import("@tamagui/web").DebugProp | undefined;
1109
+ disabled?: boolean | undefined;
1110
+ className?: string | undefined;
1111
+ themeShallow?: boolean | undefined;
1112
+ id?: string | undefined;
1113
+ tag?: string | undefined;
1114
+ theme?: string | null | undefined;
1115
+ group?: undefined;
1116
+ untilMeasured?: "hide" | "show" | undefined;
1117
+ componentName?: string | undefined;
1118
+ tabIndex?: string | number | undefined;
1119
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1120
+ disableOptimization?: boolean | undefined;
1121
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1122
+ disableClassName?: boolean | undefined;
1123
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1124
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1125
+ } & {
476
1126
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
477
1127
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
478
1128
  readonly fullscreen?: boolean | undefined;
479
- readonly elevation?: SizeTokens | undefined;
1129
+ readonly elevation?: number | SizeTokens | undefined;
480
1130
  }, "size" | "unstyled" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered"> & {
481
1131
  readonly unstyled?: boolean | undefined;
482
1132
  readonly hoverTheme?: boolean | undefined;
@@ -486,11 +1136,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
486
1136
  readonly elevate?: boolean | undefined;
487
1137
  readonly bordered?: number | boolean | undefined;
488
1138
  readonly size?: SizeTokens | undefined;
489
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1139
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1140
+ target?: string | undefined;
1141
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1142
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1143
+ dangerouslySetInnerHTML?: {
1144
+ __html: string;
1145
+ } | undefined;
1146
+ children?: any;
1147
+ debug?: import("@tamagui/web").DebugProp | undefined;
1148
+ disabled?: boolean | undefined;
1149
+ className?: string | undefined;
1150
+ themeShallow?: boolean | undefined;
1151
+ id?: string | undefined;
1152
+ tag?: string | undefined;
1153
+ theme?: string | null | undefined;
1154
+ group?: undefined;
1155
+ untilMeasured?: "hide" | "show" | undefined;
1156
+ componentName?: string | undefined;
1157
+ tabIndex?: string | number | undefined;
1158
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1159
+ disableOptimization?: boolean | undefined;
1160
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1161
+ disableClassName?: boolean | undefined;
1162
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1163
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1164
+ } & {
490
1165
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
491
1166
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
492
1167
  readonly fullscreen?: boolean | undefined;
493
- readonly elevation?: SizeTokens | undefined;
1168
+ readonly elevation?: number | SizeTokens | undefined;
494
1169
  }, "size" | "unstyled" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered"> & {
495
1170
  readonly unstyled?: boolean | undefined;
496
1171
  readonly hoverTheme?: boolean | undefined;
@@ -524,11 +1199,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
524
1199
  activationMode?: "automatic" | "manual" | undefined;
525
1200
  } & {
526
1201
  __scopeTabs?: string | undefined;
527
- }) | Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1202
+ }) | Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1203
+ target?: string | undefined;
1204
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1205
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1206
+ dangerouslySetInnerHTML?: {
1207
+ __html: string;
1208
+ } | undefined;
1209
+ children?: any;
1210
+ debug?: import("@tamagui/web").DebugProp | undefined;
1211
+ disabled?: boolean | undefined;
1212
+ className?: string | undefined;
1213
+ themeShallow?: boolean | undefined;
1214
+ id?: string | undefined;
1215
+ tag?: string | undefined;
1216
+ theme?: string | null | undefined;
1217
+ group?: undefined;
1218
+ untilMeasured?: "hide" | "show" | undefined;
1219
+ componentName?: string | undefined;
1220
+ tabIndex?: string | number | undefined;
1221
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1222
+ disableOptimization?: boolean | undefined;
1223
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1224
+ disableClassName?: boolean | undefined;
1225
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1226
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1227
+ } & {
528
1228
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
529
1229
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
530
1230
  readonly fullscreen?: boolean | undefined;
531
- readonly elevation?: SizeTokens | undefined;
1231
+ readonly elevation?: number | SizeTokens | undefined;
532
1232
  } & {
533
1233
  readonly unstyled?: boolean | undefined;
534
1234
  readonly hoverTheme?: boolean | undefined;
@@ -540,11 +1240,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
540
1240
  readonly size?: SizeTokens | undefined;
541
1241
  }, string | number> & {
542
1242
  [x: string]: undefined;
543
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1243
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1244
+ target?: string | undefined;
1245
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1246
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1247
+ dangerouslySetInnerHTML?: {
1248
+ __html: string;
1249
+ } | undefined;
1250
+ children?: any;
1251
+ debug?: import("@tamagui/web").DebugProp | undefined;
1252
+ disabled?: boolean | undefined;
1253
+ className?: string | undefined;
1254
+ themeShallow?: boolean | undefined;
1255
+ id?: string | undefined;
1256
+ tag?: string | undefined;
1257
+ theme?: string | null | undefined;
1258
+ group?: undefined;
1259
+ untilMeasured?: "hide" | "show" | undefined;
1260
+ componentName?: string | undefined;
1261
+ tabIndex?: string | number | undefined;
1262
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1263
+ disableOptimization?: boolean | undefined;
1264
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1265
+ disableClassName?: boolean | undefined;
1266
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1267
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1268
+ } & {
544
1269
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
545
1270
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
546
1271
  readonly fullscreen?: boolean | undefined;
547
- readonly elevation?: SizeTokens | undefined;
1272
+ readonly elevation?: number | SizeTokens | undefined;
548
1273
  } & {
549
1274
  readonly unstyled?: boolean | undefined;
550
1275
  readonly hoverTheme?: boolean | undefined;
@@ -556,11 +1281,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
556
1281
  readonly size?: SizeTokens | undefined;
557
1282
  }, string | number> & {
558
1283
  [x: string]: undefined;
559
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1284
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1285
+ target?: string | undefined;
1286
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1287
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1288
+ dangerouslySetInnerHTML?: {
1289
+ __html: string;
1290
+ } | undefined;
1291
+ children?: any;
1292
+ debug?: import("@tamagui/web").DebugProp | undefined;
1293
+ disabled?: boolean | undefined;
1294
+ className?: string | undefined;
1295
+ themeShallow?: boolean | undefined;
1296
+ id?: string | undefined;
1297
+ tag?: string | undefined;
1298
+ theme?: string | null | undefined;
1299
+ group?: undefined;
1300
+ untilMeasured?: "hide" | "show" | undefined;
1301
+ componentName?: string | undefined;
1302
+ tabIndex?: string | number | undefined;
1303
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1304
+ disableOptimization?: boolean | undefined;
1305
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1306
+ disableClassName?: boolean | undefined;
1307
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1308
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1309
+ } & {
560
1310
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
561
1311
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
562
1312
  readonly fullscreen?: boolean | undefined;
563
- readonly elevation?: SizeTokens | undefined;
1313
+ readonly elevation?: number | SizeTokens | undefined;
564
1314
  } & {
565
1315
  readonly unstyled?: boolean | undefined;
566
1316
  readonly hoverTheme?: boolean | undefined;
@@ -597,11 +1347,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
597
1347
  } & {
598
1348
  __scopeTabs?: string | undefined;
599
1349
  }, "ref">) & React.RefAttributes<HTMLDivElement>> & {
600
- List: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1350
+ List: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1351
+ target?: string | undefined;
1352
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1353
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1354
+ dangerouslySetInnerHTML?: {
1355
+ __html: string;
1356
+ } | undefined;
1357
+ children?: any;
1358
+ debug?: import("@tamagui/web").DebugProp | undefined;
1359
+ disabled?: boolean | undefined;
1360
+ className?: string | undefined;
1361
+ themeShallow?: boolean | undefined;
1362
+ id?: string | undefined;
1363
+ tag?: string | undefined;
1364
+ theme?: string | null | undefined;
1365
+ group?: undefined;
1366
+ untilMeasured?: "hide" | "show" | undefined;
1367
+ componentName?: string | undefined;
1368
+ tabIndex?: string | number | undefined;
1369
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1370
+ disableOptimization?: boolean | undefined;
1371
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1372
+ disableClassName?: boolean | undefined;
1373
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1374
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1375
+ } & {
601
1376
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
602
1377
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
603
1378
  readonly fullscreen?: boolean | undefined;
604
- readonly elevation?: SizeTokens | undefined;
1379
+ readonly elevation?: number | SizeTokens | undefined;
605
1380
  } & {
606
1381
  readonly backgrounded?: boolean | undefined;
607
1382
  readonly radiused?: boolean | undefined;
@@ -617,11 +1392,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
617
1392
  }, "size" | "unstyled"> & {
618
1393
  readonly unstyled?: boolean | undefined;
619
1394
  readonly size?: any;
620
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1395
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1396
+ target?: string | undefined;
1397
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1398
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1399
+ dangerouslySetInnerHTML?: {
1400
+ __html: string;
1401
+ } | undefined;
1402
+ children?: any;
1403
+ debug?: import("@tamagui/web").DebugProp | undefined;
1404
+ disabled?: boolean | undefined;
1405
+ className?: string | undefined;
1406
+ themeShallow?: boolean | undefined;
1407
+ id?: string | undefined;
1408
+ tag?: string | undefined;
1409
+ theme?: string | null | undefined;
1410
+ group?: undefined;
1411
+ untilMeasured?: "hide" | "show" | undefined;
1412
+ componentName?: string | undefined;
1413
+ tabIndex?: string | number | undefined;
1414
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1415
+ disableOptimization?: boolean | undefined;
1416
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1417
+ disableClassName?: boolean | undefined;
1418
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1419
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1420
+ } & {
621
1421
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
622
1422
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
623
1423
  readonly fullscreen?: boolean | undefined;
624
- readonly elevation?: SizeTokens | undefined;
1424
+ readonly elevation?: number | SizeTokens | undefined;
625
1425
  } & {
626
1426
  readonly backgrounded?: boolean | undefined;
627
1427
  readonly radiused?: boolean | undefined;
@@ -637,11 +1437,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
637
1437
  }, "size" | "unstyled"> & {
638
1438
  readonly unstyled?: boolean | undefined;
639
1439
  readonly size?: any;
640
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1440
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1441
+ target?: string | undefined;
1442
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1443
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1444
+ dangerouslySetInnerHTML?: {
1445
+ __html: string;
1446
+ } | undefined;
1447
+ children?: any;
1448
+ debug?: import("@tamagui/web").DebugProp | undefined;
1449
+ disabled?: boolean | undefined;
1450
+ className?: string | undefined;
1451
+ themeShallow?: boolean | undefined;
1452
+ id?: string | undefined;
1453
+ tag?: string | undefined;
1454
+ theme?: string | null | undefined;
1455
+ group?: undefined;
1456
+ untilMeasured?: "hide" | "show" | undefined;
1457
+ componentName?: string | undefined;
1458
+ tabIndex?: string | number | undefined;
1459
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1460
+ disableOptimization?: boolean | undefined;
1461
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1462
+ disableClassName?: boolean | undefined;
1463
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1464
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1465
+ } & {
641
1466
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
642
1467
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
643
1468
  readonly fullscreen?: boolean | undefined;
644
- readonly elevation?: SizeTokens | undefined;
1469
+ readonly elevation?: number | SizeTokens | undefined;
645
1470
  } & {
646
1471
  readonly backgrounded?: boolean | undefined;
647
1472
  readonly radiused?: boolean | undefined;
@@ -675,11 +1500,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
675
1500
  /**
676
1501
  * @deprecated Use Tabs.Tab instead
677
1502
  */
678
- Trigger: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1503
+ Trigger: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1504
+ target?: string | undefined;
1505
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1506
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1507
+ dangerouslySetInnerHTML?: {
1508
+ __html: string;
1509
+ } | undefined;
1510
+ children?: any;
1511
+ debug?: import("@tamagui/web").DebugProp | undefined;
1512
+ disabled?: boolean | undefined;
1513
+ className?: string | undefined;
1514
+ themeShallow?: boolean | undefined;
1515
+ id?: string | undefined;
1516
+ tag?: string | undefined;
1517
+ theme?: string | null | undefined;
1518
+ group?: undefined;
1519
+ untilMeasured?: "hide" | "show" | undefined;
1520
+ componentName?: string | undefined;
1521
+ tabIndex?: string | number | undefined;
1522
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1523
+ disableOptimization?: boolean | undefined;
1524
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1525
+ disableClassName?: boolean | undefined;
1526
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1527
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1528
+ } & {
679
1529
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
680
1530
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
681
1531
  readonly fullscreen?: boolean | undefined;
682
- readonly elevation?: SizeTokens | undefined;
1532
+ readonly elevation?: number | SizeTokens | undefined;
683
1533
  } & {
684
1534
  readonly backgrounded?: boolean | undefined;
685
1535
  readonly radiused?: boolean | undefined;
@@ -696,11 +1546,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
696
1546
  readonly size?: SizeTokens | undefined;
697
1547
  readonly disabled?: boolean | undefined;
698
1548
  readonly unstyled?: boolean | undefined;
699
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1549
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1550
+ target?: string | undefined;
1551
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1552
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1553
+ dangerouslySetInnerHTML?: {
1554
+ __html: string;
1555
+ } | undefined;
1556
+ children?: any;
1557
+ debug?: import("@tamagui/web").DebugProp | undefined;
1558
+ disabled?: boolean | undefined;
1559
+ className?: string | undefined;
1560
+ themeShallow?: boolean | undefined;
1561
+ id?: string | undefined;
1562
+ tag?: string | undefined;
1563
+ theme?: string | null | undefined;
1564
+ group?: undefined;
1565
+ untilMeasured?: "hide" | "show" | undefined;
1566
+ componentName?: string | undefined;
1567
+ tabIndex?: string | number | undefined;
1568
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1569
+ disableOptimization?: boolean | undefined;
1570
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1571
+ disableClassName?: boolean | undefined;
1572
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1573
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1574
+ } & {
700
1575
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
701
1576
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
702
1577
  readonly fullscreen?: boolean | undefined;
703
- readonly elevation?: SizeTokens | undefined;
1578
+ readonly elevation?: number | SizeTokens | undefined;
704
1579
  } & {
705
1580
  readonly backgrounded?: boolean | undefined;
706
1581
  readonly radiused?: boolean | undefined;
@@ -717,11 +1592,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
717
1592
  readonly size?: SizeTokens | undefined;
718
1593
  readonly disabled?: boolean | undefined;
719
1594
  readonly unstyled?: boolean | undefined;
720
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1595
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1596
+ target?: string | undefined;
1597
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1598
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1599
+ dangerouslySetInnerHTML?: {
1600
+ __html: string;
1601
+ } | undefined;
1602
+ children?: any;
1603
+ debug?: import("@tamagui/web").DebugProp | undefined;
1604
+ disabled?: boolean | undefined;
1605
+ className?: string | undefined;
1606
+ themeShallow?: boolean | undefined;
1607
+ id?: string | undefined;
1608
+ tag?: string | undefined;
1609
+ theme?: string | null | undefined;
1610
+ group?: undefined;
1611
+ untilMeasured?: "hide" | "show" | undefined;
1612
+ componentName?: string | undefined;
1613
+ tabIndex?: string | number | undefined;
1614
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1615
+ disableOptimization?: boolean | undefined;
1616
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1617
+ disableClassName?: boolean | undefined;
1618
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1619
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1620
+ } & {
721
1621
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
722
1622
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
723
1623
  readonly fullscreen?: boolean | undefined;
724
- readonly elevation?: SizeTokens | undefined;
1624
+ readonly elevation?: number | SizeTokens | undefined;
725
1625
  } & {
726
1626
  readonly backgrounded?: boolean | undefined;
727
1627
  readonly radiused?: boolean | undefined;
@@ -746,11 +1646,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
746
1646
  } & {
747
1647
  __scopeTabs?: string | undefined;
748
1648
  } & React.RefAttributes<HTMLButtonElement>>;
749
- Tab: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1649
+ Tab: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1650
+ target?: string | undefined;
1651
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1652
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1653
+ dangerouslySetInnerHTML?: {
1654
+ __html: string;
1655
+ } | undefined;
1656
+ children?: any;
1657
+ debug?: import("@tamagui/web").DebugProp | undefined;
1658
+ disabled?: boolean | undefined;
1659
+ className?: string | undefined;
1660
+ themeShallow?: boolean | undefined;
1661
+ id?: string | undefined;
1662
+ tag?: string | undefined;
1663
+ theme?: string | null | undefined;
1664
+ group?: undefined;
1665
+ untilMeasured?: "hide" | "show" | undefined;
1666
+ componentName?: string | undefined;
1667
+ tabIndex?: string | number | undefined;
1668
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1669
+ disableOptimization?: boolean | undefined;
1670
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1671
+ disableClassName?: boolean | undefined;
1672
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1673
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1674
+ } & {
750
1675
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
751
1676
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
752
1677
  readonly fullscreen?: boolean | undefined;
753
- readonly elevation?: SizeTokens | undefined;
1678
+ readonly elevation?: number | SizeTokens | undefined;
754
1679
  } & {
755
1680
  readonly backgrounded?: boolean | undefined;
756
1681
  readonly radiused?: boolean | undefined;
@@ -767,11 +1692,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
767
1692
  readonly size?: SizeTokens | undefined;
768
1693
  readonly disabled?: boolean | undefined;
769
1694
  readonly unstyled?: boolean | undefined;
770
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1695
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1696
+ target?: string | undefined;
1697
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1698
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1699
+ dangerouslySetInnerHTML?: {
1700
+ __html: string;
1701
+ } | undefined;
1702
+ children?: any;
1703
+ debug?: import("@tamagui/web").DebugProp | undefined;
1704
+ disabled?: boolean | undefined;
1705
+ className?: string | undefined;
1706
+ themeShallow?: boolean | undefined;
1707
+ id?: string | undefined;
1708
+ tag?: string | undefined;
1709
+ theme?: string | null | undefined;
1710
+ group?: undefined;
1711
+ untilMeasured?: "hide" | "show" | undefined;
1712
+ componentName?: string | undefined;
1713
+ tabIndex?: string | number | undefined;
1714
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1715
+ disableOptimization?: boolean | undefined;
1716
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1717
+ disableClassName?: boolean | undefined;
1718
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1719
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1720
+ } & {
771
1721
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
772
1722
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
773
1723
  readonly fullscreen?: boolean | undefined;
774
- readonly elevation?: SizeTokens | undefined;
1724
+ readonly elevation?: number | SizeTokens | undefined;
775
1725
  } & {
776
1726
  readonly backgrounded?: boolean | undefined;
777
1727
  readonly radiused?: boolean | undefined;
@@ -788,11 +1738,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
788
1738
  readonly size?: SizeTokens | undefined;
789
1739
  readonly disabled?: boolean | undefined;
790
1740
  readonly unstyled?: boolean | undefined;
791
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1741
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1742
+ target?: string | undefined;
1743
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1744
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1745
+ dangerouslySetInnerHTML?: {
1746
+ __html: string;
1747
+ } | undefined;
1748
+ children?: any;
1749
+ debug?: import("@tamagui/web").DebugProp | undefined;
1750
+ disabled?: boolean | undefined;
1751
+ className?: string | undefined;
1752
+ themeShallow?: boolean | undefined;
1753
+ id?: string | undefined;
1754
+ tag?: string | undefined;
1755
+ theme?: string | null | undefined;
1756
+ group?: undefined;
1757
+ untilMeasured?: "hide" | "show" | undefined;
1758
+ componentName?: string | undefined;
1759
+ tabIndex?: string | number | undefined;
1760
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1761
+ disableOptimization?: boolean | undefined;
1762
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1763
+ disableClassName?: boolean | undefined;
1764
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1765
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1766
+ } & {
792
1767
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
793
1768
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
794
1769
  readonly fullscreen?: boolean | undefined;
795
- readonly elevation?: SizeTokens | undefined;
1770
+ readonly elevation?: number | SizeTokens | undefined;
796
1771
  } & {
797
1772
  readonly backgrounded?: boolean | undefined;
798
1773
  readonly radiused?: boolean | undefined;
@@ -817,11 +1792,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
817
1792
  } & {
818
1793
  __scopeTabs?: string | undefined;
819
1794
  } & React.RefAttributes<HTMLButtonElement>>;
820
- Content: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1795
+ Content: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1796
+ target?: string | undefined;
1797
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1798
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1799
+ dangerouslySetInnerHTML?: {
1800
+ __html: string;
1801
+ } | undefined;
1802
+ children?: any;
1803
+ debug?: import("@tamagui/web").DebugProp | undefined;
1804
+ disabled?: boolean | undefined;
1805
+ className?: string | undefined;
1806
+ themeShallow?: boolean | undefined;
1807
+ id?: string | undefined;
1808
+ tag?: string | undefined;
1809
+ theme?: string | null | undefined;
1810
+ group?: undefined;
1811
+ untilMeasured?: "hide" | "show" | undefined;
1812
+ componentName?: string | undefined;
1813
+ tabIndex?: string | number | undefined;
1814
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1815
+ disableOptimization?: boolean | undefined;
1816
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1817
+ disableClassName?: boolean | undefined;
1818
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1819
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1820
+ } & {
821
1821
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
822
1822
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
823
1823
  readonly fullscreen?: boolean | undefined;
824
- readonly elevation?: SizeTokens | undefined;
1824
+ readonly elevation?: number | SizeTokens | undefined;
825
1825
  }, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
826
1826
  readonly backgrounded?: boolean | undefined;
827
1827
  readonly radiused?: boolean | undefined;
@@ -834,11 +1834,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
834
1834
  readonly bordered?: number | boolean | undefined;
835
1835
  readonly transparent?: boolean | undefined;
836
1836
  readonly chromeless?: boolean | "all" | undefined;
837
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1837
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1838
+ target?: string | undefined;
1839
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1840
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1841
+ dangerouslySetInnerHTML?: {
1842
+ __html: string;
1843
+ } | undefined;
1844
+ children?: any;
1845
+ debug?: import("@tamagui/web").DebugProp | undefined;
1846
+ disabled?: boolean | undefined;
1847
+ className?: string | undefined;
1848
+ themeShallow?: boolean | undefined;
1849
+ id?: string | undefined;
1850
+ tag?: string | undefined;
1851
+ theme?: string | null | undefined;
1852
+ group?: undefined;
1853
+ untilMeasured?: "hide" | "show" | undefined;
1854
+ componentName?: string | undefined;
1855
+ tabIndex?: string | number | undefined;
1856
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1857
+ disableOptimization?: boolean | undefined;
1858
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1859
+ disableClassName?: boolean | undefined;
1860
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1861
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1862
+ } & {
838
1863
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
839
1864
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
840
1865
  readonly fullscreen?: boolean | undefined;
841
- readonly elevation?: SizeTokens | undefined;
1866
+ readonly elevation?: number | SizeTokens | undefined;
842
1867
  }, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
843
1868
  readonly backgrounded?: boolean | undefined;
844
1869
  readonly radiused?: boolean | undefined;
@@ -851,11 +1876,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
851
1876
  readonly bordered?: number | boolean | undefined;
852
1877
  readonly transparent?: boolean | undefined;
853
1878
  readonly chromeless?: boolean | "all" | undefined;
854
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1879
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1880
+ target?: string | undefined;
1881
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1882
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1883
+ dangerouslySetInnerHTML?: {
1884
+ __html: string;
1885
+ } | undefined;
1886
+ children?: any;
1887
+ debug?: import("@tamagui/web").DebugProp | undefined;
1888
+ disabled?: boolean | undefined;
1889
+ className?: string | undefined;
1890
+ themeShallow?: boolean | undefined;
1891
+ id?: string | undefined;
1892
+ tag?: string | undefined;
1893
+ theme?: string | null | undefined;
1894
+ group?: undefined;
1895
+ untilMeasured?: "hide" | "show" | undefined;
1896
+ componentName?: string | undefined;
1897
+ tabIndex?: string | number | undefined;
1898
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1899
+ disableOptimization?: boolean | undefined;
1900
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1901
+ disableClassName?: boolean | undefined;
1902
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1903
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1904
+ } & {
855
1905
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
856
1906
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
857
1907
  readonly fullscreen?: boolean | undefined;
858
- readonly elevation?: SizeTokens | undefined;
1908
+ readonly elevation?: number | SizeTokens | undefined;
859
1909
  }, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
860
1910
  readonly backgrounded?: boolean | undefined;
861
1911
  readonly radiused?: boolean | undefined;
@@ -876,11 +1926,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
876
1926
  * controlling animation with Tamagui animations.
877
1927
  */
878
1928
  forceMount?: true | undefined;
879
- }) | Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1929
+ }) | Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1930
+ target?: string | undefined;
1931
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1932
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1933
+ dangerouslySetInnerHTML?: {
1934
+ __html: string;
1935
+ } | undefined;
1936
+ children?: any;
1937
+ debug?: import("@tamagui/web").DebugProp | undefined;
1938
+ disabled?: boolean | undefined;
1939
+ className?: string | undefined;
1940
+ themeShallow?: boolean | undefined;
1941
+ id?: string | undefined;
1942
+ tag?: string | undefined;
1943
+ theme?: string | null | undefined;
1944
+ group?: undefined;
1945
+ untilMeasured?: "hide" | "show" | undefined;
1946
+ componentName?: string | undefined;
1947
+ tabIndex?: string | number | undefined;
1948
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1949
+ disableOptimization?: boolean | undefined;
1950
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1951
+ disableClassName?: boolean | undefined;
1952
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1953
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1954
+ } & {
880
1955
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
881
1956
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
882
1957
  readonly fullscreen?: boolean | undefined;
883
- readonly elevation?: SizeTokens | undefined;
1958
+ readonly elevation?: number | SizeTokens | undefined;
884
1959
  } & {
885
1960
  readonly backgrounded?: boolean | undefined;
886
1961
  readonly radiused?: boolean | undefined;
@@ -895,11 +1970,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
895
1970
  readonly chromeless?: boolean | "all" | undefined;
896
1971
  }, string | number> & {
897
1972
  [x: string]: undefined;
898
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
1973
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1974
+ target?: string | undefined;
1975
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1976
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1977
+ dangerouslySetInnerHTML?: {
1978
+ __html: string;
1979
+ } | undefined;
1980
+ children?: any;
1981
+ debug?: import("@tamagui/web").DebugProp | undefined;
1982
+ disabled?: boolean | undefined;
1983
+ className?: string | undefined;
1984
+ themeShallow?: boolean | undefined;
1985
+ id?: string | undefined;
1986
+ tag?: string | undefined;
1987
+ theme?: string | null | undefined;
1988
+ group?: undefined;
1989
+ untilMeasured?: "hide" | "show" | undefined;
1990
+ componentName?: string | undefined;
1991
+ tabIndex?: string | number | undefined;
1992
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1993
+ disableOptimization?: boolean | undefined;
1994
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1995
+ disableClassName?: boolean | undefined;
1996
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1997
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1998
+ } & {
899
1999
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
900
2000
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
901
2001
  readonly fullscreen?: boolean | undefined;
902
- readonly elevation?: SizeTokens | undefined;
2002
+ readonly elevation?: number | SizeTokens | undefined;
903
2003
  } & {
904
2004
  readonly backgrounded?: boolean | undefined;
905
2005
  readonly radiused?: boolean | undefined;
@@ -914,11 +2014,36 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
914
2014
  readonly chromeless?: boolean | "all" | undefined;
915
2015
  }, string | number> & {
916
2016
  [x: string]: undefined;
917
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
2017
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
2018
+ target?: string | undefined;
2019
+ hitSlop?: number | import("react-native").Insets | null | undefined;
2020
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2021
+ dangerouslySetInnerHTML?: {
2022
+ __html: string;
2023
+ } | undefined;
2024
+ children?: any;
2025
+ debug?: import("@tamagui/web").DebugProp | undefined;
2026
+ disabled?: boolean | undefined;
2027
+ className?: string | undefined;
2028
+ themeShallow?: boolean | undefined;
2029
+ id?: string | undefined;
2030
+ tag?: string | undefined;
2031
+ theme?: string | null | undefined;
2032
+ group?: undefined;
2033
+ untilMeasured?: "hide" | "show" | undefined;
2034
+ componentName?: string | undefined;
2035
+ tabIndex?: string | number | undefined;
2036
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2037
+ disableOptimization?: boolean | undefined;
2038
+ forceStyle?: "hover" | "press" | "focus" | undefined;
2039
+ disableClassName?: boolean | undefined;
2040
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2041
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2042
+ } & {
918
2043
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
919
2044
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
920
2045
  readonly fullscreen?: boolean | undefined;
921
- readonly elevation?: SizeTokens | undefined;
2046
+ readonly elevation?: number | SizeTokens | undefined;
922
2047
  } & {
923
2048
  readonly backgrounded?: boolean | undefined;
924
2049
  readonly radiused?: boolean | undefined;