@tamagui/tabs 1.73.1 → 1.73.2

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,32 +11,7 @@ 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").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
- } & {
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 & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
40
15
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
41
16
  } & 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<{
42
17
  readonly fullscreen?: boolean | undefined;
@@ -57,32 +32,7 @@ declare const TabsTriggerFrame: import("@tamagui/web").TamaguiComponent<Omit<imp
57
32
  readonly size?: SizeTokens | undefined;
58
33
  readonly disabled?: boolean | undefined;
59
34
  readonly unstyled?: boolean | undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
86
36
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
87
37
  } & 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<{
88
38
  readonly fullscreen?: boolean | undefined;
@@ -103,32 +53,7 @@ declare const TabsTriggerFrame: import("@tamagui/web").TamaguiComponent<Omit<imp
103
53
  readonly size?: SizeTokens | undefined;
104
54
  readonly disabled?: boolean | undefined;
105
55
  readonly unstyled?: boolean | undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
132
57
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
133
58
  } & 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<{
134
59
  readonly fullscreen?: boolean | undefined;
@@ -149,32 +74,7 @@ declare const TabsTriggerFrame: import("@tamagui/web").TamaguiComponent<Omit<imp
149
74
  readonly size?: SizeTokens | undefined;
150
75
  readonly disabled?: boolean | undefined;
151
76
  readonly unstyled?: boolean | undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
178
78
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
179
79
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
180
80
  readonly fullscreen?: boolean | undefined;
@@ -197,59 +97,9 @@ declare const TabsTriggerFrame: import("@tamagui/web").TamaguiComponent<Omit<imp
197
97
  readonly unstyled?: boolean | undefined;
198
98
  }, {
199
99
  displayName: string | undefined;
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
- } & {
100
+ __baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
226
101
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
227
102
  } & 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
- } & {
253
103
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
254
104
  };
255
105
  __variantProps: {
@@ -289,32 +139,7 @@ type TabsTriggerProps = TabsTriggerFrameProps & {
289
139
  onInteraction?: (type: InteractionType, layout: TabLayout | null) => void;
290
140
  };
291
141
  type TabsTabProps = TabsTriggerProps;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
318
143
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
319
144
  } & 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<{
320
145
  readonly fullscreen?: boolean | undefined;
@@ -331,32 +156,7 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
331
156
  readonly bordered?: number | boolean | undefined;
332
157
  readonly transparent?: boolean | undefined;
333
158
  readonly chromeless?: boolean | "all" | undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
360
160
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
361
161
  } & 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<{
362
162
  readonly fullscreen?: boolean | undefined;
@@ -373,32 +173,7 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
373
173
  readonly bordered?: number | boolean | undefined;
374
174
  readonly transparent?: boolean | undefined;
375
175
  readonly chromeless?: boolean | "all" | undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
402
177
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
403
178
  } & 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<{
404
179
  readonly fullscreen?: boolean | undefined;
@@ -415,32 +190,7 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
415
190
  readonly bordered?: number | boolean | undefined;
416
191
  readonly transparent?: boolean | undefined;
417
192
  readonly chromeless?: boolean | "all" | undefined;
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
- } & {
193
+ }>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
444
194
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
445
195
  } & 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<{
446
196
  readonly fullscreen?: boolean | undefined;
@@ -459,32 +209,7 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
459
209
  readonly chromeless?: boolean | "all" | undefined;
460
210
  }, string | number> & {
461
211
  [x: string]: undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
488
213
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
489
214
  } & 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<{
490
215
  readonly fullscreen?: boolean | undefined;
@@ -503,32 +228,7 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
503
228
  readonly chromeless?: boolean | "all" | undefined;
504
229
  }, string | number> & {
505
230
  [x: string]: undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
532
232
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
533
233
  } & 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<{
534
234
  readonly fullscreen?: boolean | undefined;
@@ -547,32 +247,7 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
547
247
  readonly chromeless?: boolean | "all" | undefined;
548
248
  }, string | number> & {
549
249
  [x: string]: undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
576
251
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
577
252
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
578
253
  readonly fullscreen?: boolean | undefined;
@@ -593,59 +268,9 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
593
268
  [x: string]: undefined;
594
269
  }), {
595
270
  displayName: string | undefined;
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
- } & {
271
+ __baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
622
272
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
623
273
  } & 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
- } & {
649
274
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
650
275
  };
651
276
  __variantProps: {
@@ -678,32 +303,7 @@ type TabsContentProps = TabsContentFrameProps & {
678
303
  */
679
304
  forceMount?: true;
680
305
  };
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
707
307
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
708
308
  } & 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<{
709
309
  readonly fullscreen?: boolean | undefined;
@@ -717,32 +317,7 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
717
317
  readonly elevate?: boolean | undefined;
718
318
  readonly bordered?: number | boolean | undefined;
719
319
  readonly size?: SizeTokens | undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
746
321
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
747
322
  } & 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<{
748
323
  readonly fullscreen?: boolean | undefined;
@@ -756,32 +331,7 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
756
331
  readonly elevate?: boolean | undefined;
757
332
  readonly bordered?: number | boolean | undefined;
758
333
  readonly size?: SizeTokens | undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
785
335
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
786
336
  } & 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<{
787
337
  readonly fullscreen?: boolean | undefined;
@@ -795,32 +345,7 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
795
345
  readonly elevate?: boolean | undefined;
796
346
  readonly bordered?: number | boolean | undefined;
797
347
  readonly size?: SizeTokens | undefined;
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
- } & {
348
+ }>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
824
349
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
825
350
  } & 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<{
826
351
  readonly fullscreen?: boolean | undefined;
@@ -836,32 +361,7 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
836
361
  readonly size?: SizeTokens | undefined;
837
362
  }, string | number> & {
838
363
  [x: string]: undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
865
365
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
866
366
  } & 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<{
867
367
  readonly fullscreen?: boolean | undefined;
@@ -877,32 +377,7 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
877
377
  readonly size?: SizeTokens | undefined;
878
378
  }, string | number> & {
879
379
  [x: string]: undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
906
381
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
907
382
  } & 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<{
908
383
  readonly fullscreen?: boolean | undefined;
@@ -918,32 +393,7 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
918
393
  readonly size?: SizeTokens | undefined;
919
394
  }, string | number> & {
920
395
  [x: string]: undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
947
397
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
948
398
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
949
399
  readonly fullscreen?: boolean | undefined;
@@ -961,59 +411,9 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
961
411
  [x: string]: undefined;
962
412
  }), {
963
413
  displayName: string | undefined;
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 */
414
+ __baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
415
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
991
416
  } & 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
- } & {
1017
417
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1018
418
  };
1019
419
  __variantProps: {
@@ -1058,32 +458,7 @@ type TabsProps = TabsFrameProps & {
1058
458
  * */
1059
459
  activationMode?: 'automatic' | 'manual';
1060
460
  };
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1087
462
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1088
463
  } & 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<{
1089
464
  readonly fullscreen?: boolean | undefined;
@@ -1097,32 +472,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1097
472
  readonly elevate?: boolean | undefined;
1098
473
  readonly bordered?: number | boolean | undefined;
1099
474
  readonly size?: SizeTokens | undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1126
476
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1127
477
  } & 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<{
1128
478
  readonly fullscreen?: boolean | undefined;
@@ -1136,32 +486,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1136
486
  readonly elevate?: boolean | undefined;
1137
487
  readonly bordered?: number | boolean | undefined;
1138
488
  readonly size?: SizeTokens | undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1165
490
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1166
491
  } & 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<{
1167
492
  readonly fullscreen?: boolean | undefined;
@@ -1199,32 +524,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1199
524
  activationMode?: "automatic" | "manual" | undefined;
1200
525
  } & {
1201
526
  __scopeTabs?: string | undefined;
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
- } & {
527
+ }) | Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1228
528
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1229
529
  } & 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<{
1230
530
  readonly fullscreen?: boolean | undefined;
@@ -1240,32 +540,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1240
540
  readonly size?: SizeTokens | undefined;
1241
541
  }, string | number> & {
1242
542
  [x: string]: undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1269
544
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1270
545
  } & 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<{
1271
546
  readonly fullscreen?: boolean | undefined;
@@ -1281,32 +556,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1281
556
  readonly size?: SizeTokens | undefined;
1282
557
  }, string | number> & {
1283
558
  [x: string]: undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1310
560
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1311
561
  } & 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<{
1312
562
  readonly fullscreen?: boolean | undefined;
@@ -1347,32 +597,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1347
597
  } & {
1348
598
  __scopeTabs?: string | undefined;
1349
599
  }, "ref">) & React.RefAttributes<HTMLDivElement>> & {
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1376
601
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1377
602
  } & 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<{
1378
603
  readonly fullscreen?: boolean | undefined;
@@ -1392,32 +617,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1392
617
  }, "size" | "unstyled"> & {
1393
618
  readonly unstyled?: boolean | undefined;
1394
619
  readonly size?: any;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1421
621
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1422
622
  } & 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<{
1423
623
  readonly fullscreen?: boolean | undefined;
@@ -1437,32 +637,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1437
637
  }, "size" | "unstyled"> & {
1438
638
  readonly unstyled?: boolean | undefined;
1439
639
  readonly size?: any;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1466
641
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1467
642
  } & 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<{
1468
643
  readonly fullscreen?: boolean | undefined;
@@ -1500,32 +675,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1500
675
  /**
1501
676
  * @deprecated Use Tabs.Tab instead
1502
677
  */
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1529
679
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1530
680
  } & 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<{
1531
681
  readonly fullscreen?: boolean | undefined;
@@ -1546,32 +696,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1546
696
  readonly size?: SizeTokens | undefined;
1547
697
  readonly disabled?: boolean | undefined;
1548
698
  readonly unstyled?: boolean | undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1575
700
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1576
701
  } & 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<{
1577
702
  readonly fullscreen?: boolean | undefined;
@@ -1592,32 +717,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1592
717
  readonly size?: SizeTokens | undefined;
1593
718
  readonly disabled?: boolean | undefined;
1594
719
  readonly unstyled?: boolean | undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1621
721
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1622
722
  } & 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<{
1623
723
  readonly fullscreen?: boolean | undefined;
@@ -1646,32 +746,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1646
746
  } & {
1647
747
  __scopeTabs?: string | undefined;
1648
748
  } & React.RefAttributes<HTMLButtonElement>>;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1675
750
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1676
751
  } & 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<{
1677
752
  readonly fullscreen?: boolean | undefined;
@@ -1692,32 +767,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1692
767
  readonly size?: SizeTokens | undefined;
1693
768
  readonly disabled?: boolean | undefined;
1694
769
  readonly unstyled?: boolean | undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1721
771
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1722
772
  } & 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<{
1723
773
  readonly fullscreen?: boolean | undefined;
@@ -1738,32 +788,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1738
788
  readonly size?: SizeTokens | undefined;
1739
789
  readonly disabled?: boolean | undefined;
1740
790
  readonly unstyled?: boolean | undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1767
792
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1768
793
  } & 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<{
1769
794
  readonly fullscreen?: boolean | undefined;
@@ -1792,32 +817,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1792
817
  } & {
1793
818
  __scopeTabs?: string | undefined;
1794
819
  } & React.RefAttributes<HTMLButtonElement>>;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1821
821
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1822
822
  } & 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<{
1823
823
  readonly fullscreen?: boolean | undefined;
@@ -1834,32 +834,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1834
834
  readonly bordered?: number | boolean | undefined;
1835
835
  readonly transparent?: boolean | undefined;
1836
836
  readonly chromeless?: boolean | "all" | undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1863
838
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1864
839
  } & 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<{
1865
840
  readonly fullscreen?: boolean | undefined;
@@ -1876,32 +851,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1876
851
  readonly bordered?: number | boolean | undefined;
1877
852
  readonly transparent?: boolean | undefined;
1878
853
  readonly chromeless?: boolean | "all" | undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1905
855
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1906
856
  } & 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<{
1907
857
  readonly fullscreen?: boolean | undefined;
@@ -1926,32 +876,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1926
876
  * controlling animation with Tamagui animations.
1927
877
  */
1928
878
  forceMount?: true | undefined;
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
- } & {
879
+ }) | Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1955
880
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1956
881
  } & 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<{
1957
882
  readonly fullscreen?: boolean | undefined;
@@ -1970,32 +895,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
1970
895
  readonly chromeless?: boolean | "all" | undefined;
1971
896
  }, string | number> & {
1972
897
  [x: string]: undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1999
899
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
2000
900
  } & 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<{
2001
901
  readonly fullscreen?: boolean | undefined;
@@ -2014,32 +914,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
2014
914
  readonly chromeless?: boolean | "all" | undefined;
2015
915
  }, string | number> & {
2016
916
  [x: string]: undefined;
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
- } & {
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").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2043
918
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
2044
919
  } & 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<{
2045
920
  readonly fullscreen?: boolean | undefined;