@tamagui/slider 1.72.3 → 1.73.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types/Slider.d.ts CHANGED
@@ -4,44 +4,144 @@ import * as React from 'react';
4
4
  import { View } from 'react-native';
5
5
  import { SliderProps, SliderTrackProps } from './types';
6
6
  type SliderTrackElement = HTMLElement | View;
7
- export declare const SliderTrackFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
7
+ export declare const SliderTrackFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
8
+ target?: string | undefined;
9
+ hitSlop?: number | import("react-native").Insets | null | undefined;
10
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
11
+ dangerouslySetInnerHTML?: {
12
+ __html: string;
13
+ } | undefined;
14
+ children?: any;
15
+ debug?: import("@tamagui/core").DebugProp | undefined;
16
+ disabled?: boolean | undefined;
17
+ className?: string | undefined;
18
+ themeShallow?: boolean | undefined;
19
+ id?: string | undefined;
20
+ tag?: string | undefined;
21
+ theme?: string | null | undefined;
22
+ group?: undefined;
23
+ untilMeasured?: "hide" | "show" | undefined;
24
+ componentName?: string | undefined;
25
+ tabIndex?: string | number | undefined;
26
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
27
+ disableOptimization?: boolean | undefined;
28
+ forceStyle?: "hover" | "press" | "focus" | undefined;
29
+ disableClassName?: boolean | undefined;
30
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
31
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
32
+ } & {
8
33
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
9
34
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
10
35
  readonly fullscreen?: boolean | undefined;
11
- readonly elevation?: SizeTokens | undefined;
36
+ readonly elevation?: number | SizeTokens | undefined;
12
37
  } & {
13
38
  readonly orientation?: "vertical" | "horizontal" | undefined;
14
39
  } & {
15
40
  readonly size?: any;
16
41
  }, "unstyled"> & {
17
42
  readonly unstyled?: boolean | undefined;
18
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
43
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
44
+ target?: string | undefined;
45
+ hitSlop?: number | import("react-native").Insets | null | undefined;
46
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
47
+ dangerouslySetInnerHTML?: {
48
+ __html: string;
49
+ } | undefined;
50
+ children?: any;
51
+ debug?: import("@tamagui/core").DebugProp | undefined;
52
+ disabled?: boolean | undefined;
53
+ className?: string | undefined;
54
+ themeShallow?: boolean | undefined;
55
+ id?: string | undefined;
56
+ tag?: string | undefined;
57
+ theme?: string | null | undefined;
58
+ group?: undefined;
59
+ untilMeasured?: "hide" | "show" | undefined;
60
+ componentName?: string | undefined;
61
+ tabIndex?: string | number | undefined;
62
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
63
+ disableOptimization?: boolean | undefined;
64
+ forceStyle?: "hover" | "press" | "focus" | undefined;
65
+ disableClassName?: boolean | undefined;
66
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
67
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
68
+ } & {
19
69
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
20
70
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
21
71
  readonly fullscreen?: boolean | undefined;
22
- readonly elevation?: SizeTokens | undefined;
72
+ readonly elevation?: number | SizeTokens | undefined;
23
73
  } & {
24
74
  readonly orientation?: "vertical" | "horizontal" | undefined;
25
75
  } & {
26
76
  readonly size?: any;
27
77
  }, "unstyled"> & {
28
78
  readonly unstyled?: boolean | undefined;
29
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
79
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
80
+ target?: string | undefined;
81
+ hitSlop?: number | import("react-native").Insets | null | undefined;
82
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
83
+ dangerouslySetInnerHTML?: {
84
+ __html: string;
85
+ } | undefined;
86
+ children?: any;
87
+ debug?: import("@tamagui/core").DebugProp | undefined;
88
+ disabled?: boolean | undefined;
89
+ className?: string | undefined;
90
+ themeShallow?: boolean | undefined;
91
+ id?: string | undefined;
92
+ tag?: string | undefined;
93
+ theme?: string | null | undefined;
94
+ group?: undefined;
95
+ untilMeasured?: "hide" | "show" | undefined;
96
+ componentName?: string | undefined;
97
+ tabIndex?: string | number | undefined;
98
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
99
+ disableOptimization?: boolean | undefined;
100
+ forceStyle?: "hover" | "press" | "focus" | undefined;
101
+ disableClassName?: boolean | undefined;
102
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
103
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
104
+ } & {
30
105
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
31
106
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
32
107
  readonly fullscreen?: boolean | undefined;
33
- readonly elevation?: SizeTokens | undefined;
108
+ readonly elevation?: number | SizeTokens | undefined;
34
109
  } & {
35
110
  readonly orientation?: "vertical" | "horizontal" | undefined;
36
111
  } & {
37
112
  readonly size?: any;
38
113
  }, "unstyled"> & {
39
114
  readonly unstyled?: boolean | undefined;
40
- }>>, TamaguiElement, Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
115
+ }>>, TamaguiElement, Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
116
+ target?: string | undefined;
117
+ hitSlop?: number | import("react-native").Insets | null | undefined;
118
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
119
+ dangerouslySetInnerHTML?: {
120
+ __html: string;
121
+ } | undefined;
122
+ children?: any;
123
+ debug?: import("@tamagui/core").DebugProp | undefined;
124
+ disabled?: boolean | undefined;
125
+ className?: string | undefined;
126
+ themeShallow?: boolean | undefined;
127
+ id?: string | undefined;
128
+ tag?: string | undefined;
129
+ theme?: string | null | undefined;
130
+ group?: undefined;
131
+ untilMeasured?: "hide" | "show" | undefined;
132
+ componentName?: string | undefined;
133
+ tabIndex?: string | number | undefined;
134
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
135
+ disableOptimization?: boolean | undefined;
136
+ forceStyle?: "hover" | "press" | "focus" | undefined;
137
+ disableClassName?: boolean | undefined;
138
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
139
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
140
+ } & {
41
141
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
42
142
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
43
143
  readonly fullscreen?: boolean | undefined;
44
- readonly elevation?: SizeTokens | undefined;
144
+ readonly elevation?: number | SizeTokens | undefined;
45
145
  } & {
46
146
  readonly orientation?: "vertical" | "horizontal" | undefined;
47
147
  } & {
@@ -50,14 +150,64 @@ export declare const SliderTrackFrame: import("@tamagui/core").TamaguiComponent<
50
150
  readonly unstyled?: boolean | undefined;
51
151
  }, {
52
152
  displayName: string | undefined;
53
- __baseProps: Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
153
+ __baseProps: Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
154
+ target?: string | undefined;
155
+ hitSlop?: number | import("react-native").Insets | null | undefined;
156
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
157
+ dangerouslySetInnerHTML?: {
158
+ __html: string;
159
+ } | undefined;
160
+ children?: any;
161
+ debug?: import("@tamagui/core").DebugProp | undefined;
162
+ disabled?: boolean | undefined;
163
+ className?: string | undefined;
164
+ themeShallow?: boolean | undefined;
165
+ id?: string | undefined;
166
+ tag?: string | undefined;
167
+ theme?: string | null | undefined;
168
+ group?: undefined;
169
+ untilMeasured?: "hide" | "show" | undefined;
170
+ componentName?: string | undefined;
171
+ tabIndex?: string | number | undefined;
172
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
173
+ disableOptimization?: boolean | undefined;
174
+ forceStyle?: "hover" | "press" | "focus" | undefined;
175
+ disableClassName?: boolean | undefined;
176
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
177
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
178
+ } & {
54
179
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
55
180
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
181
+ target?: string | undefined;
182
+ hitSlop?: number | import("react-native").Insets | null | undefined;
183
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
184
+ dangerouslySetInnerHTML?: {
185
+ __html: string;
186
+ } | undefined;
187
+ children?: any;
188
+ debug?: import("@tamagui/core").DebugProp | undefined;
189
+ disabled?: boolean | undefined;
190
+ className?: string | undefined;
191
+ themeShallow?: boolean | undefined;
192
+ id?: string | undefined;
193
+ tag?: string | undefined;
194
+ theme?: string | null | undefined;
195
+ group?: undefined;
196
+ untilMeasured?: "hide" | "show" | undefined;
197
+ componentName?: string | undefined;
198
+ tabIndex?: string | number | undefined;
199
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
200
+ disableOptimization?: boolean | undefined;
201
+ forceStyle?: "hover" | "press" | "focus" | undefined;
202
+ disableClassName?: boolean | undefined;
203
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
204
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
205
+ } & {
56
206
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
57
207
  };
58
208
  __variantProps: {
59
209
  readonly fullscreen?: boolean | undefined;
60
- readonly elevation?: SizeTokens | undefined;
210
+ readonly elevation?: number | SizeTokens | undefined;
61
211
  } & {
62
212
  readonly orientation?: "vertical" | "horizontal" | undefined;
63
213
  } & {
@@ -65,71 +215,246 @@ export declare const SliderTrackFrame: import("@tamagui/core").TamaguiComponent<
65
215
  };
66
216
  }>;
67
217
  declare const SliderTrack: React.ForwardRefExoticComponent<SliderTrackProps & React.RefAttributes<SliderTrackElement>>;
68
- export declare const SliderTrackActiveFrame: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
218
+ export declare const SliderTrackActiveFrame: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
219
+ target?: string | undefined;
220
+ hitSlop?: number | import("react-native").Insets | null | undefined;
221
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
222
+ dangerouslySetInnerHTML?: {
223
+ __html: string;
224
+ } | undefined;
225
+ children?: any;
226
+ debug?: import("@tamagui/core").DebugProp | undefined;
227
+ disabled?: boolean | undefined;
228
+ className?: string | undefined;
229
+ themeShallow?: boolean | undefined;
230
+ id?: string | undefined;
231
+ tag?: string | undefined;
232
+ theme?: string | null | undefined;
233
+ group?: undefined;
234
+ untilMeasured?: "hide" | "show" | undefined;
235
+ componentName?: string | undefined;
236
+ tabIndex?: string | number | undefined;
237
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
238
+ disableOptimization?: boolean | undefined;
239
+ forceStyle?: "hover" | "press" | "focus" | undefined;
240
+ disableClassName?: boolean | undefined;
241
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
242
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
243
+ } & {
69
244
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
70
245
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
71
246
  readonly fullscreen?: boolean | undefined;
72
- readonly elevation?: SizeTokens | undefined;
247
+ readonly elevation?: number | SizeTokens | undefined;
73
248
  } & {
74
249
  readonly orientation?: "vertical" | "horizontal" | undefined;
75
250
  }, "size"> & {
76
251
  readonly size?: any;
77
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
252
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
253
+ target?: string | undefined;
254
+ hitSlop?: number | import("react-native").Insets | null | undefined;
255
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
256
+ dangerouslySetInnerHTML?: {
257
+ __html: string;
258
+ } | undefined;
259
+ children?: any;
260
+ debug?: import("@tamagui/core").DebugProp | undefined;
261
+ disabled?: boolean | undefined;
262
+ className?: string | undefined;
263
+ themeShallow?: boolean | undefined;
264
+ id?: string | undefined;
265
+ tag?: string | undefined;
266
+ theme?: string | null | undefined;
267
+ group?: undefined;
268
+ untilMeasured?: "hide" | "show" | undefined;
269
+ componentName?: string | undefined;
270
+ tabIndex?: string | number | undefined;
271
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
272
+ disableOptimization?: boolean | undefined;
273
+ forceStyle?: "hover" | "press" | "focus" | undefined;
274
+ disableClassName?: boolean | undefined;
275
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
276
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
277
+ } & {
78
278
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
79
279
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
80
280
  readonly fullscreen?: boolean | undefined;
81
- readonly elevation?: SizeTokens | undefined;
281
+ readonly elevation?: number | SizeTokens | undefined;
82
282
  } & {
83
283
  readonly orientation?: "vertical" | "horizontal" | undefined;
84
284
  }, "size"> & {
85
285
  readonly size?: any;
86
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
286
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
287
+ target?: string | undefined;
288
+ hitSlop?: number | import("react-native").Insets | null | undefined;
289
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
290
+ dangerouslySetInnerHTML?: {
291
+ __html: string;
292
+ } | undefined;
293
+ children?: any;
294
+ debug?: import("@tamagui/core").DebugProp | undefined;
295
+ disabled?: boolean | undefined;
296
+ className?: string | undefined;
297
+ themeShallow?: boolean | undefined;
298
+ id?: string | undefined;
299
+ tag?: string | undefined;
300
+ theme?: string | null | undefined;
301
+ group?: undefined;
302
+ untilMeasured?: "hide" | "show" | undefined;
303
+ componentName?: string | undefined;
304
+ tabIndex?: string | number | undefined;
305
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
306
+ disableOptimization?: boolean | undefined;
307
+ forceStyle?: "hover" | "press" | "focus" | undefined;
308
+ disableClassName?: boolean | undefined;
309
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
310
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
311
+ } & {
87
312
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
88
313
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
89
314
  readonly fullscreen?: boolean | undefined;
90
- readonly elevation?: SizeTokens | undefined;
315
+ readonly elevation?: number | SizeTokens | undefined;
91
316
  } & {
92
317
  readonly orientation?: "vertical" | "horizontal" | undefined;
93
318
  }, "size"> & {
94
319
  readonly size?: any;
95
- }>>) | (Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
320
+ }>>) | (Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
321
+ target?: string | undefined;
322
+ hitSlop?: number | import("react-native").Insets | null | undefined;
323
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
324
+ dangerouslySetInnerHTML?: {
325
+ __html: string;
326
+ } | undefined;
327
+ children?: any;
328
+ debug?: import("@tamagui/core").DebugProp | undefined;
329
+ disabled?: boolean | undefined;
330
+ className?: string | undefined;
331
+ themeShallow?: boolean | undefined;
332
+ id?: string | undefined;
333
+ tag?: string | undefined;
334
+ theme?: string | null | undefined;
335
+ group?: undefined;
336
+ untilMeasured?: "hide" | "show" | undefined;
337
+ componentName?: string | undefined;
338
+ tabIndex?: string | number | undefined;
339
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
340
+ disableOptimization?: boolean | undefined;
341
+ forceStyle?: "hover" | "press" | "focus" | undefined;
342
+ disableClassName?: boolean | undefined;
343
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
344
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
345
+ } & {
96
346
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
97
347
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
98
348
  readonly fullscreen?: boolean | undefined;
99
- readonly elevation?: SizeTokens | undefined;
349
+ readonly elevation?: number | SizeTokens | undefined;
100
350
  } & {
101
351
  readonly orientation?: "vertical" | "horizontal" | undefined;
102
352
  } & {
103
353
  readonly size?: any;
104
354
  }, string | number> & {
105
355
  [x: string]: undefined;
106
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
356
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
357
+ target?: string | undefined;
358
+ hitSlop?: number | import("react-native").Insets | null | undefined;
359
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
360
+ dangerouslySetInnerHTML?: {
361
+ __html: string;
362
+ } | undefined;
363
+ children?: any;
364
+ debug?: import("@tamagui/core").DebugProp | undefined;
365
+ disabled?: boolean | undefined;
366
+ className?: string | undefined;
367
+ themeShallow?: boolean | undefined;
368
+ id?: string | undefined;
369
+ tag?: string | undefined;
370
+ theme?: string | null | undefined;
371
+ group?: undefined;
372
+ untilMeasured?: "hide" | "show" | undefined;
373
+ componentName?: string | undefined;
374
+ tabIndex?: string | number | undefined;
375
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
376
+ disableOptimization?: boolean | undefined;
377
+ forceStyle?: "hover" | "press" | "focus" | undefined;
378
+ disableClassName?: boolean | undefined;
379
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
380
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
381
+ } & {
107
382
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
108
383
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
109
384
  readonly fullscreen?: boolean | undefined;
110
- readonly elevation?: SizeTokens | undefined;
385
+ readonly elevation?: number | SizeTokens | undefined;
111
386
  } & {
112
387
  readonly orientation?: "vertical" | "horizontal" | undefined;
113
388
  } & {
114
389
  readonly size?: any;
115
390
  }, string | number> & {
116
391
  [x: string]: undefined;
117
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
392
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
393
+ target?: string | undefined;
394
+ hitSlop?: number | import("react-native").Insets | null | undefined;
395
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
396
+ dangerouslySetInnerHTML?: {
397
+ __html: string;
398
+ } | undefined;
399
+ children?: any;
400
+ debug?: import("@tamagui/core").DebugProp | undefined;
401
+ disabled?: boolean | undefined;
402
+ className?: string | undefined;
403
+ themeShallow?: boolean | undefined;
404
+ id?: string | undefined;
405
+ tag?: string | undefined;
406
+ theme?: string | null | undefined;
407
+ group?: undefined;
408
+ untilMeasured?: "hide" | "show" | undefined;
409
+ componentName?: string | undefined;
410
+ tabIndex?: string | number | undefined;
411
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
412
+ disableOptimization?: boolean | undefined;
413
+ forceStyle?: "hover" | "press" | "focus" | undefined;
414
+ disableClassName?: boolean | undefined;
415
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
416
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
417
+ } & {
118
418
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
119
419
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
120
420
  readonly fullscreen?: boolean | undefined;
121
- readonly elevation?: SizeTokens | undefined;
421
+ readonly elevation?: number | SizeTokens | undefined;
122
422
  } & {
123
423
  readonly orientation?: "vertical" | "horizontal" | undefined;
124
424
  } & {
125
425
  readonly size?: any;
126
426
  }, string | number> & {
127
427
  [x: string]: undefined;
128
- }>>), TamaguiElement, Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
428
+ }>>), TamaguiElement, Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
429
+ target?: string | undefined;
430
+ hitSlop?: number | import("react-native").Insets | null | undefined;
431
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
432
+ dangerouslySetInnerHTML?: {
433
+ __html: string;
434
+ } | undefined;
435
+ children?: any;
436
+ debug?: import("@tamagui/core").DebugProp | undefined;
437
+ disabled?: boolean | undefined;
438
+ className?: string | undefined;
439
+ themeShallow?: boolean | undefined;
440
+ id?: string | undefined;
441
+ tag?: string | undefined;
442
+ theme?: string | null | undefined;
443
+ group?: undefined;
444
+ untilMeasured?: "hide" | "show" | undefined;
445
+ componentName?: string | undefined;
446
+ tabIndex?: string | number | undefined;
447
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
448
+ disableOptimization?: boolean | undefined;
449
+ forceStyle?: "hover" | "press" | "focus" | undefined;
450
+ disableClassName?: boolean | undefined;
451
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
452
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
453
+ } & {
129
454
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
130
455
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
131
456
  readonly fullscreen?: boolean | undefined;
132
- readonly elevation?: SizeTokens | undefined;
457
+ readonly elevation?: number | SizeTokens | undefined;
133
458
  } & {
134
459
  readonly orientation?: "vertical" | "horizontal" | undefined;
135
460
  } & {
@@ -138,14 +463,64 @@ export declare const SliderTrackActiveFrame: import("@tamagui/core").TamaguiComp
138
463
  [x: string]: undefined;
139
464
  }), {
140
465
  displayName: string | undefined;
141
- __baseProps: Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
466
+ __baseProps: Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
467
+ target?: string | undefined;
468
+ hitSlop?: number | import("react-native").Insets | null | undefined;
469
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
470
+ dangerouslySetInnerHTML?: {
471
+ __html: string;
472
+ } | undefined;
473
+ children?: any;
474
+ debug?: import("@tamagui/core").DebugProp | undefined;
475
+ disabled?: boolean | undefined;
476
+ className?: string | undefined;
477
+ themeShallow?: boolean | undefined;
478
+ id?: string | undefined;
479
+ tag?: string | undefined;
480
+ theme?: string | null | undefined;
481
+ group?: undefined;
482
+ untilMeasured?: "hide" | "show" | undefined;
483
+ componentName?: string | undefined;
484
+ tabIndex?: string | number | undefined;
485
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
486
+ disableOptimization?: boolean | undefined;
487
+ forceStyle?: "hover" | "press" | "focus" | undefined;
488
+ disableClassName?: boolean | undefined;
489
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
490
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
491
+ } & {
142
492
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
143
493
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
494
+ target?: string | undefined;
495
+ hitSlop?: number | import("react-native").Insets | null | undefined;
496
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
497
+ dangerouslySetInnerHTML?: {
498
+ __html: string;
499
+ } | undefined;
500
+ children?: any;
501
+ debug?: import("@tamagui/core").DebugProp | undefined;
502
+ disabled?: boolean | undefined;
503
+ className?: string | undefined;
504
+ themeShallow?: boolean | undefined;
505
+ id?: string | undefined;
506
+ tag?: string | undefined;
507
+ theme?: string | null | undefined;
508
+ group?: undefined;
509
+ untilMeasured?: "hide" | "show" | undefined;
510
+ componentName?: string | undefined;
511
+ tabIndex?: string | number | undefined;
512
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
513
+ disableOptimization?: boolean | undefined;
514
+ forceStyle?: "hover" | "press" | "focus" | undefined;
515
+ disableClassName?: boolean | undefined;
516
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
517
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
518
+ } & {
144
519
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
145
520
  };
146
521
  __variantProps: {
147
522
  readonly fullscreen?: boolean | undefined;
148
- readonly elevation?: SizeTokens | undefined;
523
+ readonly elevation?: number | SizeTokens | undefined;
149
524
  } & {
150
525
  readonly orientation?: "vertical" | "horizontal" | undefined;
151
526
  } & {
@@ -153,60 +528,210 @@ export declare const SliderTrackActiveFrame: import("@tamagui/core").TamaguiComp
153
528
  };
154
529
  }>;
155
530
  type SliderTrackActiveProps = GetProps<typeof SliderTrackActiveFrame>;
156
- declare const SliderTrackActive: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
531
+ declare const SliderTrackActive: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
532
+ target?: string | undefined;
533
+ hitSlop?: number | import("react-native").Insets | null | undefined;
534
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
535
+ dangerouslySetInnerHTML?: {
536
+ __html: string;
537
+ } | undefined;
538
+ children?: any;
539
+ debug?: import("@tamagui/core").DebugProp | undefined;
540
+ disabled?: boolean | undefined;
541
+ className?: string | undefined;
542
+ themeShallow?: boolean | undefined;
543
+ id?: string | undefined;
544
+ tag?: string | undefined;
545
+ theme?: string | null | undefined;
546
+ group?: undefined;
547
+ untilMeasured?: "hide" | "show" | undefined;
548
+ componentName?: string | undefined;
549
+ tabIndex?: string | number | undefined;
550
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
551
+ disableOptimization?: boolean | undefined;
552
+ forceStyle?: "hover" | "press" | "focus" | undefined;
553
+ disableClassName?: boolean | undefined;
554
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
555
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
556
+ } & {
157
557
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
158
558
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
159
559
  readonly fullscreen?: boolean | undefined;
160
- readonly elevation?: SizeTokens | undefined;
560
+ readonly elevation?: number | SizeTokens | undefined;
161
561
  } & {
162
562
  readonly orientation?: "vertical" | "horizontal" | undefined;
163
563
  }, "size"> & {
164
564
  readonly size?: any;
165
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
565
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
566
+ target?: string | undefined;
567
+ hitSlop?: number | import("react-native").Insets | null | undefined;
568
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
569
+ dangerouslySetInnerHTML?: {
570
+ __html: string;
571
+ } | undefined;
572
+ children?: any;
573
+ debug?: import("@tamagui/core").DebugProp | undefined;
574
+ disabled?: boolean | undefined;
575
+ className?: string | undefined;
576
+ themeShallow?: boolean | undefined;
577
+ id?: string | undefined;
578
+ tag?: string | undefined;
579
+ theme?: string | null | undefined;
580
+ group?: undefined;
581
+ untilMeasured?: "hide" | "show" | undefined;
582
+ componentName?: string | undefined;
583
+ tabIndex?: string | number | undefined;
584
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
585
+ disableOptimization?: boolean | undefined;
586
+ forceStyle?: "hover" | "press" | "focus" | undefined;
587
+ disableClassName?: boolean | undefined;
588
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
589
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
590
+ } & {
166
591
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
167
592
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
168
593
  readonly fullscreen?: boolean | undefined;
169
- readonly elevation?: SizeTokens | undefined;
594
+ readonly elevation?: number | SizeTokens | undefined;
170
595
  } & {
171
596
  readonly orientation?: "vertical" | "horizontal" | undefined;
172
597
  }, "size"> & {
173
598
  readonly size?: any;
174
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
599
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
600
+ target?: string | undefined;
601
+ hitSlop?: number | import("react-native").Insets | null | undefined;
602
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
603
+ dangerouslySetInnerHTML?: {
604
+ __html: string;
605
+ } | undefined;
606
+ children?: any;
607
+ debug?: import("@tamagui/core").DebugProp | undefined;
608
+ disabled?: boolean | undefined;
609
+ className?: string | undefined;
610
+ themeShallow?: boolean | undefined;
611
+ id?: string | undefined;
612
+ tag?: string | undefined;
613
+ theme?: string | null | undefined;
614
+ group?: undefined;
615
+ untilMeasured?: "hide" | "show" | undefined;
616
+ componentName?: string | undefined;
617
+ tabIndex?: string | number | undefined;
618
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
619
+ disableOptimization?: boolean | undefined;
620
+ forceStyle?: "hover" | "press" | "focus" | undefined;
621
+ disableClassName?: boolean | undefined;
622
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
623
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
624
+ } & {
175
625
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
176
626
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
177
627
  readonly fullscreen?: boolean | undefined;
178
- readonly elevation?: SizeTokens | undefined;
628
+ readonly elevation?: number | SizeTokens | undefined;
179
629
  } & {
180
630
  readonly orientation?: "vertical" | "horizontal" | undefined;
181
631
  }, "size"> & {
182
632
  readonly size?: any;
183
- }>>) | Omit<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
633
+ }>>) | Omit<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
634
+ target?: string | undefined;
635
+ hitSlop?: number | import("react-native").Insets | null | undefined;
636
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
637
+ dangerouslySetInnerHTML?: {
638
+ __html: string;
639
+ } | undefined;
640
+ children?: any;
641
+ debug?: import("@tamagui/core").DebugProp | undefined;
642
+ disabled?: boolean | undefined;
643
+ className?: string | undefined;
644
+ themeShallow?: boolean | undefined;
645
+ id?: string | undefined;
646
+ tag?: string | undefined;
647
+ theme?: string | null | undefined;
648
+ group?: undefined;
649
+ untilMeasured?: "hide" | "show" | undefined;
650
+ componentName?: string | undefined;
651
+ tabIndex?: string | number | undefined;
652
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
653
+ disableOptimization?: boolean | undefined;
654
+ forceStyle?: "hover" | "press" | "focus" | undefined;
655
+ disableClassName?: boolean | undefined;
656
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
657
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
658
+ } & {
184
659
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
185
660
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
186
661
  readonly fullscreen?: boolean | undefined;
187
- readonly elevation?: SizeTokens | undefined;
662
+ readonly elevation?: number | SizeTokens | undefined;
188
663
  } & {
189
664
  readonly orientation?: "vertical" | "horizontal" | undefined;
190
665
  } & {
191
666
  readonly size?: any;
192
667
  }, string | number> & {
193
668
  [x: string]: undefined;
194
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
669
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
670
+ target?: string | undefined;
671
+ hitSlop?: number | import("react-native").Insets | null | undefined;
672
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
673
+ dangerouslySetInnerHTML?: {
674
+ __html: string;
675
+ } | undefined;
676
+ children?: any;
677
+ debug?: import("@tamagui/core").DebugProp | undefined;
678
+ disabled?: boolean | undefined;
679
+ className?: string | undefined;
680
+ themeShallow?: boolean | undefined;
681
+ id?: string | undefined;
682
+ tag?: string | undefined;
683
+ theme?: string | null | undefined;
684
+ group?: undefined;
685
+ untilMeasured?: "hide" | "show" | undefined;
686
+ componentName?: string | undefined;
687
+ tabIndex?: string | number | undefined;
688
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
689
+ disableOptimization?: boolean | undefined;
690
+ forceStyle?: "hover" | "press" | "focus" | undefined;
691
+ disableClassName?: boolean | undefined;
692
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
693
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
694
+ } & {
195
695
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
196
696
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
197
697
  readonly fullscreen?: boolean | undefined;
198
- readonly elevation?: SizeTokens | undefined;
698
+ readonly elevation?: number | SizeTokens | undefined;
199
699
  } & {
200
700
  readonly orientation?: "vertical" | "horizontal" | undefined;
201
701
  } & {
202
702
  readonly size?: any;
203
703
  }, string | number> & {
204
704
  [x: string]: undefined;
205
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
705
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
706
+ target?: string | undefined;
707
+ hitSlop?: number | import("react-native").Insets | null | undefined;
708
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
709
+ dangerouslySetInnerHTML?: {
710
+ __html: string;
711
+ } | undefined;
712
+ children?: any;
713
+ debug?: import("@tamagui/core").DebugProp | undefined;
714
+ disabled?: boolean | undefined;
715
+ className?: string | undefined;
716
+ themeShallow?: boolean | undefined;
717
+ id?: string | undefined;
718
+ tag?: string | undefined;
719
+ theme?: string | null | undefined;
720
+ group?: undefined;
721
+ untilMeasured?: "hide" | "show" | undefined;
722
+ componentName?: string | undefined;
723
+ tabIndex?: string | number | undefined;
724
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
725
+ disableOptimization?: boolean | undefined;
726
+ forceStyle?: "hover" | "press" | "focus" | undefined;
727
+ disableClassName?: boolean | undefined;
728
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
729
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
730
+ } & {
206
731
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
207
732
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
208
733
  readonly fullscreen?: boolean | undefined;
209
- readonly elevation?: SizeTokens | undefined;
734
+ readonly elevation?: number | SizeTokens | undefined;
210
735
  } & {
211
736
  readonly orientation?: "vertical" | "horizontal" | undefined;
212
737
  } & {
@@ -214,11 +739,36 @@ declare const SliderTrackActive: React.ForwardRefExoticComponent<((Omit<import("
214
739
  }, string | number> & {
215
740
  [x: string]: undefined;
216
741
  }>>, "ref">) & React.RefAttributes<View>>;
217
- export declare const SliderThumbFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
742
+ export declare const SliderThumbFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
743
+ target?: string | undefined;
744
+ hitSlop?: number | import("react-native").Insets | null | undefined;
745
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
746
+ dangerouslySetInnerHTML?: {
747
+ __html: string;
748
+ } | undefined;
749
+ children?: any;
750
+ debug?: import("@tamagui/core").DebugProp | undefined;
751
+ disabled?: boolean | undefined;
752
+ className?: string | undefined;
753
+ themeShallow?: boolean | undefined;
754
+ id?: string | undefined;
755
+ tag?: string | undefined;
756
+ theme?: string | null | undefined;
757
+ group?: undefined;
758
+ untilMeasured?: "hide" | "show" | undefined;
759
+ componentName?: string | undefined;
760
+ tabIndex?: string | number | undefined;
761
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
762
+ disableOptimization?: boolean | undefined;
763
+ forceStyle?: "hover" | "press" | "focus" | undefined;
764
+ disableClassName?: boolean | undefined;
765
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
766
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
767
+ } & {
218
768
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
219
769
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
220
770
  readonly fullscreen?: boolean | undefined;
221
- readonly elevation?: SizeTokens | undefined;
771
+ readonly elevation?: number | SizeTokens | undefined;
222
772
  } & {
223
773
  readonly backgrounded?: boolean | undefined;
224
774
  readonly radiused?: boolean | undefined;
@@ -234,11 +784,36 @@ export declare const SliderThumbFrame: import("@tamagui/core").TamaguiComponent<
234
784
  }, "size" | "unstyled"> & {
235
785
  readonly size?: SizeTokens | undefined;
236
786
  readonly unstyled?: boolean | undefined;
237
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
787
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
788
+ target?: string | undefined;
789
+ hitSlop?: number | import("react-native").Insets | null | undefined;
790
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
791
+ dangerouslySetInnerHTML?: {
792
+ __html: string;
793
+ } | undefined;
794
+ children?: any;
795
+ debug?: import("@tamagui/core").DebugProp | undefined;
796
+ disabled?: boolean | undefined;
797
+ className?: string | undefined;
798
+ themeShallow?: boolean | undefined;
799
+ id?: string | undefined;
800
+ tag?: string | undefined;
801
+ theme?: string | null | undefined;
802
+ group?: undefined;
803
+ untilMeasured?: "hide" | "show" | undefined;
804
+ componentName?: string | undefined;
805
+ tabIndex?: string | number | undefined;
806
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
807
+ disableOptimization?: boolean | undefined;
808
+ forceStyle?: "hover" | "press" | "focus" | undefined;
809
+ disableClassName?: boolean | undefined;
810
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
811
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
812
+ } & {
238
813
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
239
814
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
240
815
  readonly fullscreen?: boolean | undefined;
241
- readonly elevation?: SizeTokens | undefined;
816
+ readonly elevation?: number | SizeTokens | undefined;
242
817
  } & {
243
818
  readonly backgrounded?: boolean | undefined;
244
819
  readonly radiused?: boolean | undefined;
@@ -254,11 +829,36 @@ export declare const SliderThumbFrame: import("@tamagui/core").TamaguiComponent<
254
829
  }, "size" | "unstyled"> & {
255
830
  readonly size?: SizeTokens | undefined;
256
831
  readonly unstyled?: boolean | undefined;
257
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
832
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
833
+ target?: string | undefined;
834
+ hitSlop?: number | import("react-native").Insets | null | undefined;
835
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
836
+ dangerouslySetInnerHTML?: {
837
+ __html: string;
838
+ } | undefined;
839
+ children?: any;
840
+ debug?: import("@tamagui/core").DebugProp | undefined;
841
+ disabled?: boolean | undefined;
842
+ className?: string | undefined;
843
+ themeShallow?: boolean | undefined;
844
+ id?: string | undefined;
845
+ tag?: string | undefined;
846
+ theme?: string | null | undefined;
847
+ group?: undefined;
848
+ untilMeasured?: "hide" | "show" | undefined;
849
+ componentName?: string | undefined;
850
+ tabIndex?: string | number | undefined;
851
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
852
+ disableOptimization?: boolean | undefined;
853
+ forceStyle?: "hover" | "press" | "focus" | undefined;
854
+ disableClassName?: boolean | undefined;
855
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
856
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
857
+ } & {
258
858
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
259
859
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
260
860
  readonly fullscreen?: boolean | undefined;
261
- readonly elevation?: SizeTokens | undefined;
861
+ readonly elevation?: number | SizeTokens | undefined;
262
862
  } & {
263
863
  readonly backgrounded?: boolean | undefined;
264
864
  readonly radiused?: boolean | undefined;
@@ -274,11 +874,36 @@ export declare const SliderThumbFrame: import("@tamagui/core").TamaguiComponent<
274
874
  }, "size" | "unstyled"> & {
275
875
  readonly size?: SizeTokens | undefined;
276
876
  readonly unstyled?: boolean | undefined;
277
- }>>, TamaguiElement, Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
877
+ }>>, TamaguiElement, Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
878
+ target?: string | undefined;
879
+ hitSlop?: number | import("react-native").Insets | null | undefined;
880
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
881
+ dangerouslySetInnerHTML?: {
882
+ __html: string;
883
+ } | undefined;
884
+ children?: any;
885
+ debug?: import("@tamagui/core").DebugProp | undefined;
886
+ disabled?: boolean | undefined;
887
+ className?: string | undefined;
888
+ themeShallow?: boolean | undefined;
889
+ id?: string | undefined;
890
+ tag?: string | undefined;
891
+ theme?: string | null | undefined;
892
+ group?: undefined;
893
+ untilMeasured?: "hide" | "show" | undefined;
894
+ componentName?: string | undefined;
895
+ tabIndex?: string | number | undefined;
896
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
897
+ disableOptimization?: boolean | undefined;
898
+ forceStyle?: "hover" | "press" | "focus" | undefined;
899
+ disableClassName?: boolean | undefined;
900
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
901
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
902
+ } & {
278
903
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
279
904
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
280
905
  readonly fullscreen?: boolean | undefined;
281
- readonly elevation?: SizeTokens | undefined;
906
+ readonly elevation?: number | SizeTokens | undefined;
282
907
  } & {
283
908
  readonly backgrounded?: boolean | undefined;
284
909
  readonly radiused?: boolean | undefined;
@@ -296,17 +921,67 @@ export declare const SliderThumbFrame: import("@tamagui/core").TamaguiComponent<
296
921
  readonly unstyled?: boolean | undefined;
297
922
  }, {
298
923
  displayName: string | undefined;
299
- __baseProps: Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
924
+ __baseProps: Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
925
+ target?: string | undefined;
926
+ hitSlop?: number | import("react-native").Insets | null | undefined;
927
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
928
+ dangerouslySetInnerHTML?: {
929
+ __html: string;
930
+ } | undefined;
931
+ children?: any;
932
+ debug?: import("@tamagui/core").DebugProp | undefined;
933
+ disabled?: boolean | undefined;
934
+ className?: string | undefined;
935
+ themeShallow?: boolean | undefined;
936
+ id?: string | undefined;
937
+ tag?: string | undefined;
938
+ theme?: string | null | undefined;
939
+ group?: undefined;
940
+ untilMeasured?: "hide" | "show" | undefined;
941
+ componentName?: string | undefined;
942
+ tabIndex?: string | number | undefined;
943
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
944
+ disableOptimization?: boolean | undefined;
945
+ forceStyle?: "hover" | "press" | "focus" | undefined;
946
+ disableClassName?: boolean | undefined;
947
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
948
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
949
+ } & {
300
950
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
301
951
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
952
+ target?: string | undefined;
953
+ hitSlop?: number | import("react-native").Insets | null | undefined;
954
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
955
+ dangerouslySetInnerHTML?: {
956
+ __html: string;
957
+ } | undefined;
958
+ children?: any;
959
+ debug?: import("@tamagui/core").DebugProp | undefined;
960
+ disabled?: boolean | undefined;
961
+ className?: string | undefined;
962
+ themeShallow?: boolean | undefined;
963
+ id?: string | undefined;
964
+ tag?: string | undefined;
965
+ theme?: string | null | undefined;
966
+ group?: undefined;
967
+ untilMeasured?: "hide" | "show" | undefined;
968
+ componentName?: string | undefined;
969
+ tabIndex?: string | number | undefined;
970
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
971
+ disableOptimization?: boolean | undefined;
972
+ forceStyle?: "hover" | "press" | "focus" | undefined;
973
+ disableClassName?: boolean | undefined;
974
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
975
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
976
+ } & {
302
977
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
303
978
  };
304
979
  __variantProps: {
305
980
  readonly fullscreen?: boolean | undefined;
306
- readonly elevation?: SizeTokens | undefined;
981
+ readonly elevation?: number | SizeTokens | undefined;
307
982
  } & {
308
983
  readonly fullscreen?: boolean | undefined;
309
- readonly elevation?: SizeTokens | undefined;
984
+ readonly elevation?: number | SizeTokens | undefined;
310
985
  } & {
311
986
  readonly backgrounded?: boolean | undefined;
312
987
  readonly radiused?: boolean | undefined;
@@ -324,11 +999,36 @@ export declare const SliderThumbFrame: import("@tamagui/core").TamaguiComponent<
324
999
  interface SliderThumbProps extends SizableStackProps {
325
1000
  index: number;
326
1001
  }
327
- declare const SliderThumb: import("@tamagui/core").ReactComponentWithRef<SliderThumbProps & Omit<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1002
+ declare const SliderThumb: import("@tamagui/core").ReactComponentWithRef<SliderThumbProps & Omit<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1003
+ target?: string | undefined;
1004
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1005
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1006
+ dangerouslySetInnerHTML?: {
1007
+ __html: string;
1008
+ } | undefined;
1009
+ children?: any;
1010
+ debug?: import("@tamagui/core").DebugProp | undefined;
1011
+ disabled?: boolean | undefined;
1012
+ className?: string | undefined;
1013
+ themeShallow?: boolean | undefined;
1014
+ id?: string | undefined;
1015
+ tag?: string | undefined;
1016
+ theme?: string | null | undefined;
1017
+ group?: undefined;
1018
+ untilMeasured?: "hide" | "show" | undefined;
1019
+ componentName?: string | undefined;
1020
+ tabIndex?: string | number | undefined;
1021
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1022
+ disableOptimization?: boolean | undefined;
1023
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1024
+ disableClassName?: boolean | undefined;
1025
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1026
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1027
+ } & {
328
1028
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
329
1029
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
330
1030
  readonly fullscreen?: boolean | undefined;
331
- readonly elevation?: SizeTokens | undefined;
1031
+ readonly elevation?: number | SizeTokens | undefined;
332
1032
  } & {
333
1033
  readonly backgrounded?: boolean | undefined;
334
1034
  readonly radiused?: boolean | undefined;
@@ -344,11 +1044,36 @@ declare const SliderThumb: import("@tamagui/core").ReactComponentWithRef<SliderT
344
1044
  }, "size" | "unstyled"> & {
345
1045
  readonly size?: SizeTokens | undefined;
346
1046
  readonly unstyled?: boolean | undefined;
347
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1047
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1048
+ target?: string | undefined;
1049
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1050
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1051
+ dangerouslySetInnerHTML?: {
1052
+ __html: string;
1053
+ } | undefined;
1054
+ children?: any;
1055
+ debug?: import("@tamagui/core").DebugProp | undefined;
1056
+ disabled?: boolean | undefined;
1057
+ className?: string | undefined;
1058
+ themeShallow?: boolean | undefined;
1059
+ id?: string | undefined;
1060
+ tag?: string | undefined;
1061
+ theme?: string | null | undefined;
1062
+ group?: undefined;
1063
+ untilMeasured?: "hide" | "show" | undefined;
1064
+ componentName?: string | undefined;
1065
+ tabIndex?: string | number | undefined;
1066
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1067
+ disableOptimization?: boolean | undefined;
1068
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1069
+ disableClassName?: boolean | undefined;
1070
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1071
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1072
+ } & {
348
1073
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
349
1074
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
350
1075
  readonly fullscreen?: boolean | undefined;
351
- readonly elevation?: SizeTokens | undefined;
1076
+ readonly elevation?: number | SizeTokens | undefined;
352
1077
  } & {
353
1078
  readonly backgrounded?: boolean | undefined;
354
1079
  readonly radiused?: boolean | undefined;
@@ -364,11 +1089,36 @@ declare const SliderThumb: import("@tamagui/core").ReactComponentWithRef<SliderT
364
1089
  }, "size" | "unstyled"> & {
365
1090
  readonly size?: SizeTokens | undefined;
366
1091
  readonly unstyled?: boolean | undefined;
367
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1092
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1093
+ target?: string | undefined;
1094
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1095
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1096
+ dangerouslySetInnerHTML?: {
1097
+ __html: string;
1098
+ } | undefined;
1099
+ children?: any;
1100
+ debug?: import("@tamagui/core").DebugProp | undefined;
1101
+ disabled?: boolean | undefined;
1102
+ className?: string | undefined;
1103
+ themeShallow?: boolean | undefined;
1104
+ id?: string | undefined;
1105
+ tag?: string | undefined;
1106
+ theme?: string | null | undefined;
1107
+ group?: undefined;
1108
+ untilMeasured?: "hide" | "show" | undefined;
1109
+ componentName?: string | undefined;
1110
+ tabIndex?: string | number | undefined;
1111
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1112
+ disableOptimization?: boolean | undefined;
1113
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1114
+ disableClassName?: boolean | undefined;
1115
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1116
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1117
+ } & {
368
1118
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
369
1119
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
370
1120
  readonly fullscreen?: boolean | undefined;
371
- readonly elevation?: SizeTokens | undefined;
1121
+ readonly elevation?: number | SizeTokens | undefined;
372
1122
  } & {
373
1123
  readonly backgrounded?: boolean | undefined;
374
1124
  readonly radiused?: boolean | undefined;
@@ -386,11 +1136,36 @@ declare const SliderThumb: import("@tamagui/core").ReactComponentWithRef<SliderT
386
1136
  readonly unstyled?: boolean | undefined;
387
1137
  }>>, keyof SliderThumbProps>, TamaguiElement> & {
388
1138
  staticConfig: import("@tamagui/core").StaticConfig;
389
- styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1139
+ styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").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/core").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
+ } & {
390
1165
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
391
1166
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
392
1167
  readonly fullscreen?: boolean | undefined;
393
- readonly elevation?: SizeTokens | undefined;
1168
+ readonly elevation?: number | SizeTokens | undefined;
394
1169
  } & {
395
1170
  readonly backgrounded?: boolean | undefined;
396
1171
  readonly radiused?: boolean | undefined;
@@ -406,11 +1181,36 @@ declare const SliderThumb: import("@tamagui/core").ReactComponentWithRef<SliderT
406
1181
  }, "size" | "unstyled"> & {
407
1182
  readonly size?: SizeTokens | undefined;
408
1183
  readonly unstyled?: boolean | undefined;
409
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1184
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1185
+ target?: string | undefined;
1186
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1187
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1188
+ dangerouslySetInnerHTML?: {
1189
+ __html: string;
1190
+ } | undefined;
1191
+ children?: any;
1192
+ debug?: import("@tamagui/core").DebugProp | undefined;
1193
+ disabled?: boolean | undefined;
1194
+ className?: string | undefined;
1195
+ themeShallow?: boolean | undefined;
1196
+ id?: string | undefined;
1197
+ tag?: string | undefined;
1198
+ theme?: string | null | undefined;
1199
+ group?: undefined;
1200
+ untilMeasured?: "hide" | "show" | undefined;
1201
+ componentName?: string | undefined;
1202
+ tabIndex?: string | number | undefined;
1203
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1204
+ disableOptimization?: boolean | undefined;
1205
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1206
+ disableClassName?: boolean | undefined;
1207
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1208
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1209
+ } & {
410
1210
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
411
1211
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
412
1212
  readonly fullscreen?: boolean | undefined;
413
- readonly elevation?: SizeTokens | undefined;
1213
+ readonly elevation?: number | SizeTokens | undefined;
414
1214
  } & {
415
1215
  readonly backgrounded?: boolean | undefined;
416
1216
  readonly radiused?: boolean | undefined;
@@ -426,11 +1226,36 @@ declare const SliderThumb: import("@tamagui/core").ReactComponentWithRef<SliderT
426
1226
  }, "size" | "unstyled"> & {
427
1227
  readonly size?: SizeTokens | undefined;
428
1228
  readonly unstyled?: boolean | undefined;
429
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1229
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1230
+ target?: string | undefined;
1231
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1232
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1233
+ dangerouslySetInnerHTML?: {
1234
+ __html: string;
1235
+ } | undefined;
1236
+ children?: any;
1237
+ debug?: import("@tamagui/core").DebugProp | undefined;
1238
+ disabled?: boolean | undefined;
1239
+ className?: string | undefined;
1240
+ themeShallow?: boolean | undefined;
1241
+ id?: string | undefined;
1242
+ tag?: string | undefined;
1243
+ theme?: string | null | undefined;
1244
+ group?: undefined;
1245
+ untilMeasured?: "hide" | "show" | undefined;
1246
+ componentName?: string | undefined;
1247
+ tabIndex?: string | number | undefined;
1248
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1249
+ disableOptimization?: boolean | undefined;
1250
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1251
+ disableClassName?: boolean | undefined;
1252
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1253
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1254
+ } & {
430
1255
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
431
1256
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
432
1257
  readonly fullscreen?: boolean | undefined;
433
- readonly elevation?: SizeTokens | undefined;
1258
+ readonly elevation?: number | SizeTokens | undefined;
434
1259
  } & {
435
1260
  readonly backgrounded?: boolean | undefined;
436
1261
  readonly radiused?: boolean | undefined;
@@ -450,60 +1275,210 @@ declare const SliderThumb: import("@tamagui/core").ReactComponentWithRef<SliderT
450
1275
  };
451
1276
  declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAttributes<View>> & {
452
1277
  Track: React.ForwardRefExoticComponent<SliderTrackProps & React.RefAttributes<SliderTrackElement>>;
453
- TrackActive: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1278
+ TrackActive: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1279
+ target?: string | undefined;
1280
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1281
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1282
+ dangerouslySetInnerHTML?: {
1283
+ __html: string;
1284
+ } | undefined;
1285
+ children?: any;
1286
+ debug?: import("@tamagui/core").DebugProp | undefined;
1287
+ disabled?: boolean | undefined;
1288
+ className?: string | undefined;
1289
+ themeShallow?: boolean | undefined;
1290
+ id?: string | undefined;
1291
+ tag?: string | undefined;
1292
+ theme?: string | null | undefined;
1293
+ group?: undefined;
1294
+ untilMeasured?: "hide" | "show" | undefined;
1295
+ componentName?: string | undefined;
1296
+ tabIndex?: string | number | undefined;
1297
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1298
+ disableOptimization?: boolean | undefined;
1299
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1300
+ disableClassName?: boolean | undefined;
1301
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1302
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1303
+ } & {
454
1304
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
455
1305
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
456
1306
  readonly fullscreen?: boolean | undefined;
457
- readonly elevation?: SizeTokens | undefined;
1307
+ readonly elevation?: number | SizeTokens | undefined;
458
1308
  } & {
459
1309
  readonly orientation?: "vertical" | "horizontal" | undefined;
460
1310
  }, "size"> & {
461
1311
  readonly size?: any;
462
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1312
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1313
+ target?: string | undefined;
1314
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1315
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1316
+ dangerouslySetInnerHTML?: {
1317
+ __html: string;
1318
+ } | undefined;
1319
+ children?: any;
1320
+ debug?: import("@tamagui/core").DebugProp | undefined;
1321
+ disabled?: boolean | undefined;
1322
+ className?: string | undefined;
1323
+ themeShallow?: boolean | undefined;
1324
+ id?: string | undefined;
1325
+ tag?: string | undefined;
1326
+ theme?: string | null | undefined;
1327
+ group?: undefined;
1328
+ untilMeasured?: "hide" | "show" | undefined;
1329
+ componentName?: string | undefined;
1330
+ tabIndex?: string | number | undefined;
1331
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1332
+ disableOptimization?: boolean | undefined;
1333
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1334
+ disableClassName?: boolean | undefined;
1335
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1336
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1337
+ } & {
463
1338
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
464
1339
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
465
1340
  readonly fullscreen?: boolean | undefined;
466
- readonly elevation?: SizeTokens | undefined;
1341
+ readonly elevation?: number | SizeTokens | undefined;
467
1342
  } & {
468
1343
  readonly orientation?: "vertical" | "horizontal" | undefined;
469
1344
  }, "size"> & {
470
1345
  readonly size?: any;
471
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1346
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1347
+ target?: string | undefined;
1348
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1349
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1350
+ dangerouslySetInnerHTML?: {
1351
+ __html: string;
1352
+ } | undefined;
1353
+ children?: any;
1354
+ debug?: import("@tamagui/core").DebugProp | undefined;
1355
+ disabled?: boolean | undefined;
1356
+ className?: string | undefined;
1357
+ themeShallow?: boolean | undefined;
1358
+ id?: string | undefined;
1359
+ tag?: string | undefined;
1360
+ theme?: string | null | undefined;
1361
+ group?: undefined;
1362
+ untilMeasured?: "hide" | "show" | undefined;
1363
+ componentName?: string | undefined;
1364
+ tabIndex?: string | number | undefined;
1365
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1366
+ disableOptimization?: boolean | undefined;
1367
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1368
+ disableClassName?: boolean | undefined;
1369
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1370
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1371
+ } & {
472
1372
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
473
1373
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
474
1374
  readonly fullscreen?: boolean | undefined;
475
- readonly elevation?: SizeTokens | undefined;
1375
+ readonly elevation?: number | SizeTokens | undefined;
476
1376
  } & {
477
1377
  readonly orientation?: "vertical" | "horizontal" | undefined;
478
1378
  }, "size"> & {
479
1379
  readonly size?: any;
480
- }>>) | Omit<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1380
+ }>>) | Omit<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1381
+ target?: string | undefined;
1382
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1383
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1384
+ dangerouslySetInnerHTML?: {
1385
+ __html: string;
1386
+ } | undefined;
1387
+ children?: any;
1388
+ debug?: import("@tamagui/core").DebugProp | undefined;
1389
+ disabled?: boolean | undefined;
1390
+ className?: string | undefined;
1391
+ themeShallow?: boolean | undefined;
1392
+ id?: string | undefined;
1393
+ tag?: string | undefined;
1394
+ theme?: string | null | undefined;
1395
+ group?: undefined;
1396
+ untilMeasured?: "hide" | "show" | undefined;
1397
+ componentName?: string | undefined;
1398
+ tabIndex?: string | number | undefined;
1399
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1400
+ disableOptimization?: boolean | undefined;
1401
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1402
+ disableClassName?: boolean | undefined;
1403
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1404
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1405
+ } & {
481
1406
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
482
1407
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
483
1408
  readonly fullscreen?: boolean | undefined;
484
- readonly elevation?: SizeTokens | undefined;
1409
+ readonly elevation?: number | SizeTokens | undefined;
485
1410
  } & {
486
1411
  readonly orientation?: "vertical" | "horizontal" | undefined;
487
1412
  } & {
488
1413
  readonly size?: any;
489
1414
  }, string | number> & {
490
1415
  [x: string]: undefined;
491
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1416
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1417
+ target?: string | undefined;
1418
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1419
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1420
+ dangerouslySetInnerHTML?: {
1421
+ __html: string;
1422
+ } | undefined;
1423
+ children?: any;
1424
+ debug?: import("@tamagui/core").DebugProp | undefined;
1425
+ disabled?: boolean | undefined;
1426
+ className?: string | undefined;
1427
+ themeShallow?: boolean | undefined;
1428
+ id?: string | undefined;
1429
+ tag?: string | undefined;
1430
+ theme?: string | null | undefined;
1431
+ group?: undefined;
1432
+ untilMeasured?: "hide" | "show" | undefined;
1433
+ componentName?: string | undefined;
1434
+ tabIndex?: string | number | undefined;
1435
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1436
+ disableOptimization?: boolean | undefined;
1437
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1438
+ disableClassName?: boolean | undefined;
1439
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1440
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1441
+ } & {
492
1442
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
493
1443
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
494
1444
  readonly fullscreen?: boolean | undefined;
495
- readonly elevation?: SizeTokens | undefined;
1445
+ readonly elevation?: number | SizeTokens | undefined;
496
1446
  } & {
497
1447
  readonly orientation?: "vertical" | "horizontal" | undefined;
498
1448
  } & {
499
1449
  readonly size?: any;
500
1450
  }, string | number> & {
501
1451
  [x: string]: undefined;
502
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1452
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1453
+ target?: string | undefined;
1454
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1455
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1456
+ dangerouslySetInnerHTML?: {
1457
+ __html: string;
1458
+ } | undefined;
1459
+ children?: any;
1460
+ debug?: import("@tamagui/core").DebugProp | undefined;
1461
+ disabled?: boolean | undefined;
1462
+ className?: string | undefined;
1463
+ themeShallow?: boolean | undefined;
1464
+ id?: string | undefined;
1465
+ tag?: string | undefined;
1466
+ theme?: string | null | undefined;
1467
+ group?: undefined;
1468
+ untilMeasured?: "hide" | "show" | undefined;
1469
+ componentName?: string | undefined;
1470
+ tabIndex?: string | number | undefined;
1471
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1472
+ disableOptimization?: boolean | undefined;
1473
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1474
+ disableClassName?: boolean | undefined;
1475
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1476
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1477
+ } & {
503
1478
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
504
1479
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
505
1480
  readonly fullscreen?: boolean | undefined;
506
- readonly elevation?: SizeTokens | undefined;
1481
+ readonly elevation?: number | SizeTokens | undefined;
507
1482
  } & {
508
1483
  readonly orientation?: "vertical" | "horizontal" | undefined;
509
1484
  } & {
@@ -511,11 +1486,36 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
511
1486
  }, string | number> & {
512
1487
  [x: string]: undefined;
513
1488
  }>>, "ref">) & React.RefAttributes<View>>;
514
- Thumb: import("@tamagui/core").ReactComponentWithRef<SliderThumbProps & Omit<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1489
+ Thumb: import("@tamagui/core").ReactComponentWithRef<SliderThumbProps & Omit<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1490
+ target?: string | undefined;
1491
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1492
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1493
+ dangerouslySetInnerHTML?: {
1494
+ __html: string;
1495
+ } | undefined;
1496
+ children?: any;
1497
+ debug?: import("@tamagui/core").DebugProp | undefined;
1498
+ disabled?: boolean | undefined;
1499
+ className?: string | undefined;
1500
+ themeShallow?: boolean | undefined;
1501
+ id?: string | undefined;
1502
+ tag?: string | undefined;
1503
+ theme?: string | null | undefined;
1504
+ group?: undefined;
1505
+ untilMeasured?: "hide" | "show" | undefined;
1506
+ componentName?: string | undefined;
1507
+ tabIndex?: string | number | undefined;
1508
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1509
+ disableOptimization?: boolean | undefined;
1510
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1511
+ disableClassName?: boolean | undefined;
1512
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1513
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1514
+ } & {
515
1515
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
516
1516
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
517
1517
  readonly fullscreen?: boolean | undefined;
518
- readonly elevation?: SizeTokens | undefined;
1518
+ readonly elevation?: number | SizeTokens | undefined;
519
1519
  } & {
520
1520
  readonly backgrounded?: boolean | undefined;
521
1521
  readonly radiused?: boolean | undefined;
@@ -531,11 +1531,36 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
531
1531
  }, "size" | "unstyled"> & {
532
1532
  readonly size?: SizeTokens | undefined;
533
1533
  readonly unstyled?: boolean | undefined;
534
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1534
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1535
+ target?: string | undefined;
1536
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1537
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1538
+ dangerouslySetInnerHTML?: {
1539
+ __html: string;
1540
+ } | undefined;
1541
+ children?: any;
1542
+ debug?: import("@tamagui/core").DebugProp | undefined;
1543
+ disabled?: boolean | undefined;
1544
+ className?: string | undefined;
1545
+ themeShallow?: boolean | undefined;
1546
+ id?: string | undefined;
1547
+ tag?: string | undefined;
1548
+ theme?: string | null | undefined;
1549
+ group?: undefined;
1550
+ untilMeasured?: "hide" | "show" | undefined;
1551
+ componentName?: string | undefined;
1552
+ tabIndex?: string | number | undefined;
1553
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1554
+ disableOptimization?: boolean | undefined;
1555
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1556
+ disableClassName?: boolean | undefined;
1557
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1558
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1559
+ } & {
535
1560
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
536
1561
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
537
1562
  readonly fullscreen?: boolean | undefined;
538
- readonly elevation?: SizeTokens | undefined;
1563
+ readonly elevation?: number | SizeTokens | undefined;
539
1564
  } & {
540
1565
  readonly backgrounded?: boolean | undefined;
541
1566
  readonly radiused?: boolean | undefined;
@@ -551,11 +1576,36 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
551
1576
  }, "size" | "unstyled"> & {
552
1577
  readonly size?: SizeTokens | undefined;
553
1578
  readonly unstyled?: boolean | undefined;
554
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1579
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1580
+ target?: string | undefined;
1581
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1582
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1583
+ dangerouslySetInnerHTML?: {
1584
+ __html: string;
1585
+ } | undefined;
1586
+ children?: any;
1587
+ debug?: import("@tamagui/core").DebugProp | undefined;
1588
+ disabled?: boolean | undefined;
1589
+ className?: string | undefined;
1590
+ themeShallow?: boolean | undefined;
1591
+ id?: string | undefined;
1592
+ tag?: string | undefined;
1593
+ theme?: string | null | undefined;
1594
+ group?: undefined;
1595
+ untilMeasured?: "hide" | "show" | undefined;
1596
+ componentName?: string | undefined;
1597
+ tabIndex?: string | number | undefined;
1598
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1599
+ disableOptimization?: boolean | undefined;
1600
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1601
+ disableClassName?: boolean | undefined;
1602
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1603
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1604
+ } & {
555
1605
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
556
1606
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
557
1607
  readonly fullscreen?: boolean | undefined;
558
- readonly elevation?: SizeTokens | undefined;
1608
+ readonly elevation?: number | SizeTokens | undefined;
559
1609
  } & {
560
1610
  readonly backgrounded?: boolean | undefined;
561
1611
  readonly radiused?: boolean | undefined;
@@ -573,11 +1623,36 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
573
1623
  readonly unstyled?: boolean | undefined;
574
1624
  }>>, keyof SliderThumbProps>, TamaguiElement> & {
575
1625
  staticConfig: import("@tamagui/core").StaticConfig;
576
- styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1626
+ styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1627
+ target?: string | undefined;
1628
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1629
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1630
+ dangerouslySetInnerHTML?: {
1631
+ __html: string;
1632
+ } | undefined;
1633
+ children?: any;
1634
+ debug?: import("@tamagui/core").DebugProp | undefined;
1635
+ disabled?: boolean | undefined;
1636
+ className?: string | undefined;
1637
+ themeShallow?: boolean | undefined;
1638
+ id?: string | undefined;
1639
+ tag?: string | undefined;
1640
+ theme?: string | null | undefined;
1641
+ group?: undefined;
1642
+ untilMeasured?: "hide" | "show" | undefined;
1643
+ componentName?: string | undefined;
1644
+ tabIndex?: string | number | undefined;
1645
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1646
+ disableOptimization?: boolean | undefined;
1647
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1648
+ disableClassName?: boolean | undefined;
1649
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1650
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1651
+ } & {
577
1652
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
578
1653
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
579
1654
  readonly fullscreen?: boolean | undefined;
580
- readonly elevation?: SizeTokens | undefined;
1655
+ readonly elevation?: number | SizeTokens | undefined;
581
1656
  } & {
582
1657
  readonly backgrounded?: boolean | undefined;
583
1658
  readonly radiused?: boolean | undefined;
@@ -593,11 +1668,36 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
593
1668
  }, "size" | "unstyled"> & {
594
1669
  readonly size?: SizeTokens | undefined;
595
1670
  readonly unstyled?: boolean | undefined;
596
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1671
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1672
+ target?: string | undefined;
1673
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1674
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1675
+ dangerouslySetInnerHTML?: {
1676
+ __html: string;
1677
+ } | undefined;
1678
+ children?: any;
1679
+ debug?: import("@tamagui/core").DebugProp | undefined;
1680
+ disabled?: boolean | undefined;
1681
+ className?: string | undefined;
1682
+ themeShallow?: boolean | undefined;
1683
+ id?: string | undefined;
1684
+ tag?: string | undefined;
1685
+ theme?: string | null | undefined;
1686
+ group?: undefined;
1687
+ untilMeasured?: "hide" | "show" | undefined;
1688
+ componentName?: string | undefined;
1689
+ tabIndex?: string | number | undefined;
1690
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1691
+ disableOptimization?: boolean | undefined;
1692
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1693
+ disableClassName?: boolean | undefined;
1694
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1695
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1696
+ } & {
597
1697
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
598
1698
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
599
1699
  readonly fullscreen?: boolean | undefined;
600
- readonly elevation?: SizeTokens | undefined;
1700
+ readonly elevation?: number | SizeTokens | undefined;
601
1701
  } & {
602
1702
  readonly backgrounded?: boolean | undefined;
603
1703
  readonly radiused?: boolean | undefined;
@@ -613,11 +1713,36 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
613
1713
  }, "size" | "unstyled"> & {
614
1714
  readonly size?: SizeTokens | undefined;
615
1715
  readonly unstyled?: boolean | undefined;
616
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1716
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1717
+ target?: string | undefined;
1718
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1719
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1720
+ dangerouslySetInnerHTML?: {
1721
+ __html: string;
1722
+ } | undefined;
1723
+ children?: any;
1724
+ debug?: import("@tamagui/core").DebugProp | undefined;
1725
+ disabled?: boolean | undefined;
1726
+ className?: string | undefined;
1727
+ themeShallow?: boolean | undefined;
1728
+ id?: string | undefined;
1729
+ tag?: string | undefined;
1730
+ theme?: string | null | undefined;
1731
+ group?: undefined;
1732
+ untilMeasured?: "hide" | "show" | undefined;
1733
+ componentName?: string | undefined;
1734
+ tabIndex?: string | number | undefined;
1735
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1736
+ disableOptimization?: boolean | undefined;
1737
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1738
+ disableClassName?: boolean | undefined;
1739
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1740
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1741
+ } & {
617
1742
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
618
1743
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
619
1744
  readonly fullscreen?: boolean | undefined;
620
- readonly elevation?: SizeTokens | undefined;
1745
+ readonly elevation?: number | SizeTokens | undefined;
621
1746
  } & {
622
1747
  readonly backgrounded?: boolean | undefined;
623
1748
  readonly radiused?: boolean | undefined;
@@ -637,60 +1762,210 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
637
1762
  };
638
1763
  };
639
1764
  declare const Track: React.ForwardRefExoticComponent<SliderTrackProps & React.RefAttributes<SliderTrackElement>>;
640
- declare const Range: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1765
+ declare const Range: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1766
+ target?: string | undefined;
1767
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1768
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1769
+ dangerouslySetInnerHTML?: {
1770
+ __html: string;
1771
+ } | undefined;
1772
+ children?: any;
1773
+ debug?: import("@tamagui/core").DebugProp | undefined;
1774
+ disabled?: boolean | undefined;
1775
+ className?: string | undefined;
1776
+ themeShallow?: boolean | undefined;
1777
+ id?: string | undefined;
1778
+ tag?: string | undefined;
1779
+ theme?: string | null | undefined;
1780
+ group?: undefined;
1781
+ untilMeasured?: "hide" | "show" | undefined;
1782
+ componentName?: string | undefined;
1783
+ tabIndex?: string | number | undefined;
1784
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1785
+ disableOptimization?: boolean | undefined;
1786
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1787
+ disableClassName?: boolean | undefined;
1788
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1789
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1790
+ } & {
641
1791
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
642
1792
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
643
1793
  readonly fullscreen?: boolean | undefined;
644
- readonly elevation?: SizeTokens | undefined;
1794
+ readonly elevation?: number | SizeTokens | undefined;
645
1795
  } & {
646
1796
  readonly orientation?: "vertical" | "horizontal" | undefined;
647
1797
  }, "size"> & {
648
1798
  readonly size?: any;
649
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1799
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1800
+ target?: string | undefined;
1801
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1802
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1803
+ dangerouslySetInnerHTML?: {
1804
+ __html: string;
1805
+ } | undefined;
1806
+ children?: any;
1807
+ debug?: import("@tamagui/core").DebugProp | undefined;
1808
+ disabled?: boolean | undefined;
1809
+ className?: string | undefined;
1810
+ themeShallow?: boolean | undefined;
1811
+ id?: string | undefined;
1812
+ tag?: string | undefined;
1813
+ theme?: string | null | undefined;
1814
+ group?: undefined;
1815
+ untilMeasured?: "hide" | "show" | undefined;
1816
+ componentName?: string | undefined;
1817
+ tabIndex?: string | number | undefined;
1818
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1819
+ disableOptimization?: boolean | undefined;
1820
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1821
+ disableClassName?: boolean | undefined;
1822
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1823
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1824
+ } & {
650
1825
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
651
1826
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
652
1827
  readonly fullscreen?: boolean | undefined;
653
- readonly elevation?: SizeTokens | undefined;
1828
+ readonly elevation?: number | SizeTokens | undefined;
654
1829
  } & {
655
1830
  readonly orientation?: "vertical" | "horizontal" | undefined;
656
1831
  }, "size"> & {
657
1832
  readonly size?: any;
658
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1833
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1834
+ target?: string | undefined;
1835
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1836
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1837
+ dangerouslySetInnerHTML?: {
1838
+ __html: string;
1839
+ } | undefined;
1840
+ children?: any;
1841
+ debug?: import("@tamagui/core").DebugProp | undefined;
1842
+ disabled?: boolean | undefined;
1843
+ className?: string | undefined;
1844
+ themeShallow?: boolean | undefined;
1845
+ id?: string | undefined;
1846
+ tag?: string | undefined;
1847
+ theme?: string | null | undefined;
1848
+ group?: undefined;
1849
+ untilMeasured?: "hide" | "show" | undefined;
1850
+ componentName?: string | undefined;
1851
+ tabIndex?: string | number | undefined;
1852
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1853
+ disableOptimization?: boolean | undefined;
1854
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1855
+ disableClassName?: boolean | undefined;
1856
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1857
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1858
+ } & {
659
1859
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
660
1860
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
661
1861
  readonly fullscreen?: boolean | undefined;
662
- readonly elevation?: SizeTokens | undefined;
1862
+ readonly elevation?: number | SizeTokens | undefined;
663
1863
  } & {
664
1864
  readonly orientation?: "vertical" | "horizontal" | undefined;
665
1865
  }, "size"> & {
666
1866
  readonly size?: any;
667
- }>>) | Omit<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1867
+ }>>) | Omit<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1868
+ target?: string | undefined;
1869
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1870
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1871
+ dangerouslySetInnerHTML?: {
1872
+ __html: string;
1873
+ } | undefined;
1874
+ children?: any;
1875
+ debug?: import("@tamagui/core").DebugProp | undefined;
1876
+ disabled?: boolean | undefined;
1877
+ className?: string | undefined;
1878
+ themeShallow?: boolean | undefined;
1879
+ id?: string | undefined;
1880
+ tag?: string | undefined;
1881
+ theme?: string | null | undefined;
1882
+ group?: undefined;
1883
+ untilMeasured?: "hide" | "show" | undefined;
1884
+ componentName?: string | undefined;
1885
+ tabIndex?: string | number | undefined;
1886
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1887
+ disableOptimization?: boolean | undefined;
1888
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1889
+ disableClassName?: boolean | undefined;
1890
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1891
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1892
+ } & {
668
1893
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
669
1894
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
670
1895
  readonly fullscreen?: boolean | undefined;
671
- readonly elevation?: SizeTokens | undefined;
1896
+ readonly elevation?: number | SizeTokens | undefined;
672
1897
  } & {
673
1898
  readonly orientation?: "vertical" | "horizontal" | undefined;
674
1899
  } & {
675
1900
  readonly size?: any;
676
1901
  }, string | number> & {
677
1902
  [x: string]: undefined;
678
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1903
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1904
+ target?: string | undefined;
1905
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1906
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1907
+ dangerouslySetInnerHTML?: {
1908
+ __html: string;
1909
+ } | undefined;
1910
+ children?: any;
1911
+ debug?: import("@tamagui/core").DebugProp | undefined;
1912
+ disabled?: boolean | undefined;
1913
+ className?: string | undefined;
1914
+ themeShallow?: boolean | undefined;
1915
+ id?: string | undefined;
1916
+ tag?: string | undefined;
1917
+ theme?: string | null | undefined;
1918
+ group?: undefined;
1919
+ untilMeasured?: "hide" | "show" | undefined;
1920
+ componentName?: string | undefined;
1921
+ tabIndex?: string | number | undefined;
1922
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1923
+ disableOptimization?: boolean | undefined;
1924
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1925
+ disableClassName?: boolean | undefined;
1926
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1927
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1928
+ } & {
679
1929
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
680
1930
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
681
1931
  readonly fullscreen?: boolean | undefined;
682
- readonly elevation?: SizeTokens | undefined;
1932
+ readonly elevation?: number | SizeTokens | undefined;
683
1933
  } & {
684
1934
  readonly orientation?: "vertical" | "horizontal" | undefined;
685
1935
  } & {
686
1936
  readonly size?: any;
687
1937
  }, string | number> & {
688
1938
  [x: string]: undefined;
689
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1939
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1940
+ target?: string | undefined;
1941
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1942
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1943
+ dangerouslySetInnerHTML?: {
1944
+ __html: string;
1945
+ } | undefined;
1946
+ children?: any;
1947
+ debug?: import("@tamagui/core").DebugProp | undefined;
1948
+ disabled?: boolean | undefined;
1949
+ className?: string | undefined;
1950
+ themeShallow?: boolean | undefined;
1951
+ id?: string | undefined;
1952
+ tag?: string | undefined;
1953
+ theme?: string | null | undefined;
1954
+ group?: undefined;
1955
+ untilMeasured?: "hide" | "show" | undefined;
1956
+ componentName?: string | undefined;
1957
+ tabIndex?: string | number | undefined;
1958
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1959
+ disableOptimization?: boolean | undefined;
1960
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1961
+ disableClassName?: boolean | undefined;
1962
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1963
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1964
+ } & {
690
1965
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
691
1966
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
692
1967
  readonly fullscreen?: boolean | undefined;
693
- readonly elevation?: SizeTokens | undefined;
1968
+ readonly elevation?: number | SizeTokens | undefined;
694
1969
  } & {
695
1970
  readonly orientation?: "vertical" | "horizontal" | undefined;
696
1971
  } & {
@@ -698,11 +1973,36 @@ declare const Range: React.ForwardRefExoticComponent<((Omit<import("react-native
698
1973
  }, string | number> & {
699
1974
  [x: string]: undefined;
700
1975
  }>>, "ref">) & React.RefAttributes<View>>;
701
- declare const Thumb: import("@tamagui/core").ReactComponentWithRef<SliderThumbProps & Omit<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
1976
+ declare const Thumb: import("@tamagui/core").ReactComponentWithRef<SliderThumbProps & Omit<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1977
+ target?: string | undefined;
1978
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1979
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1980
+ dangerouslySetInnerHTML?: {
1981
+ __html: string;
1982
+ } | undefined;
1983
+ children?: any;
1984
+ debug?: import("@tamagui/core").DebugProp | undefined;
1985
+ disabled?: boolean | undefined;
1986
+ className?: string | undefined;
1987
+ themeShallow?: boolean | undefined;
1988
+ id?: string | undefined;
1989
+ tag?: string | undefined;
1990
+ theme?: string | null | undefined;
1991
+ group?: undefined;
1992
+ untilMeasured?: "hide" | "show" | undefined;
1993
+ componentName?: string | undefined;
1994
+ tabIndex?: string | number | undefined;
1995
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1996
+ disableOptimization?: boolean | undefined;
1997
+ forceStyle?: "hover" | "press" | "focus" | undefined;
1998
+ disableClassName?: boolean | undefined;
1999
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2000
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2001
+ } & {
702
2002
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
703
2003
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
704
2004
  readonly fullscreen?: boolean | undefined;
705
- readonly elevation?: SizeTokens | undefined;
2005
+ readonly elevation?: number | SizeTokens | undefined;
706
2006
  } & {
707
2007
  readonly backgrounded?: boolean | undefined;
708
2008
  readonly radiused?: boolean | undefined;
@@ -718,11 +2018,36 @@ declare const Thumb: import("@tamagui/core").ReactComponentWithRef<SliderThumbPr
718
2018
  }, "size" | "unstyled"> & {
719
2019
  readonly size?: SizeTokens | undefined;
720
2020
  readonly unstyled?: boolean | undefined;
721
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
2021
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
2022
+ target?: string | undefined;
2023
+ hitSlop?: number | import("react-native").Insets | null | undefined;
2024
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2025
+ dangerouslySetInnerHTML?: {
2026
+ __html: string;
2027
+ } | undefined;
2028
+ children?: any;
2029
+ debug?: import("@tamagui/core").DebugProp | undefined;
2030
+ disabled?: boolean | undefined;
2031
+ className?: string | undefined;
2032
+ themeShallow?: boolean | undefined;
2033
+ id?: string | undefined;
2034
+ tag?: string | undefined;
2035
+ theme?: string | null | undefined;
2036
+ group?: undefined;
2037
+ untilMeasured?: "hide" | "show" | undefined;
2038
+ componentName?: string | undefined;
2039
+ tabIndex?: string | number | undefined;
2040
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2041
+ disableOptimization?: boolean | undefined;
2042
+ forceStyle?: "hover" | "press" | "focus" | undefined;
2043
+ disableClassName?: boolean | undefined;
2044
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2045
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2046
+ } & {
722
2047
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
723
2048
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
724
2049
  readonly fullscreen?: boolean | undefined;
725
- readonly elevation?: SizeTokens | undefined;
2050
+ readonly elevation?: number | SizeTokens | undefined;
726
2051
  } & {
727
2052
  readonly backgrounded?: boolean | undefined;
728
2053
  readonly radiused?: boolean | undefined;
@@ -738,11 +2063,36 @@ declare const Thumb: import("@tamagui/core").ReactComponentWithRef<SliderThumbPr
738
2063
  }, "size" | "unstyled"> & {
739
2064
  readonly size?: SizeTokens | undefined;
740
2065
  readonly unstyled?: boolean | undefined;
741
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
2066
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
2067
+ target?: string | undefined;
2068
+ hitSlop?: number | import("react-native").Insets | null | undefined;
2069
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2070
+ dangerouslySetInnerHTML?: {
2071
+ __html: string;
2072
+ } | undefined;
2073
+ children?: any;
2074
+ debug?: import("@tamagui/core").DebugProp | undefined;
2075
+ disabled?: boolean | undefined;
2076
+ className?: string | undefined;
2077
+ themeShallow?: boolean | undefined;
2078
+ id?: string | undefined;
2079
+ tag?: string | undefined;
2080
+ theme?: string | null | undefined;
2081
+ group?: undefined;
2082
+ untilMeasured?: "hide" | "show" | undefined;
2083
+ componentName?: string | undefined;
2084
+ tabIndex?: string | number | undefined;
2085
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2086
+ disableOptimization?: boolean | undefined;
2087
+ forceStyle?: "hover" | "press" | "focus" | undefined;
2088
+ disableClassName?: boolean | undefined;
2089
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2090
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2091
+ } & {
742
2092
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
743
2093
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
744
2094
  readonly fullscreen?: boolean | undefined;
745
- readonly elevation?: SizeTokens | undefined;
2095
+ readonly elevation?: number | SizeTokens | undefined;
746
2096
  } & {
747
2097
  readonly backgrounded?: boolean | undefined;
748
2098
  readonly radiused?: boolean | undefined;
@@ -760,11 +2110,36 @@ declare const Thumb: import("@tamagui/core").ReactComponentWithRef<SliderThumbPr
760
2110
  readonly unstyled?: boolean | undefined;
761
2111
  }>>, keyof SliderThumbProps>, TamaguiElement> & {
762
2112
  staticConfig: import("@tamagui/core").StaticConfig;
763
- styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
2113
+ styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
2114
+ target?: string | undefined;
2115
+ hitSlop?: number | import("react-native").Insets | null | undefined;
2116
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2117
+ dangerouslySetInnerHTML?: {
2118
+ __html: string;
2119
+ } | undefined;
2120
+ children?: any;
2121
+ debug?: import("@tamagui/core").DebugProp | undefined;
2122
+ disabled?: boolean | undefined;
2123
+ className?: string | undefined;
2124
+ themeShallow?: boolean | undefined;
2125
+ id?: string | undefined;
2126
+ tag?: string | undefined;
2127
+ theme?: string | null | undefined;
2128
+ group?: undefined;
2129
+ untilMeasured?: "hide" | "show" | undefined;
2130
+ componentName?: string | undefined;
2131
+ tabIndex?: string | number | undefined;
2132
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2133
+ disableOptimization?: boolean | undefined;
2134
+ forceStyle?: "hover" | "press" | "focus" | undefined;
2135
+ disableClassName?: boolean | undefined;
2136
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2137
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2138
+ } & {
764
2139
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
765
2140
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
766
2141
  readonly fullscreen?: boolean | undefined;
767
- readonly elevation?: SizeTokens | undefined;
2142
+ readonly elevation?: number | SizeTokens | undefined;
768
2143
  } & {
769
2144
  readonly backgrounded?: boolean | undefined;
770
2145
  readonly radiused?: boolean | undefined;
@@ -780,11 +2155,36 @@ declare const Thumb: import("@tamagui/core").ReactComponentWithRef<SliderThumbPr
780
2155
  }, "size" | "unstyled"> & {
781
2156
  readonly size?: SizeTokens | undefined;
782
2157
  readonly unstyled?: boolean | undefined;
783
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
2158
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
2159
+ target?: string | undefined;
2160
+ hitSlop?: number | import("react-native").Insets | null | undefined;
2161
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2162
+ dangerouslySetInnerHTML?: {
2163
+ __html: string;
2164
+ } | undefined;
2165
+ children?: any;
2166
+ debug?: import("@tamagui/core").DebugProp | undefined;
2167
+ disabled?: boolean | undefined;
2168
+ className?: string | undefined;
2169
+ themeShallow?: boolean | undefined;
2170
+ id?: string | undefined;
2171
+ tag?: string | undefined;
2172
+ theme?: string | null | undefined;
2173
+ group?: undefined;
2174
+ untilMeasured?: "hide" | "show" | undefined;
2175
+ componentName?: string | undefined;
2176
+ tabIndex?: string | number | undefined;
2177
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2178
+ disableOptimization?: boolean | undefined;
2179
+ forceStyle?: "hover" | "press" | "focus" | undefined;
2180
+ disableClassName?: boolean | undefined;
2181
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2182
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2183
+ } & {
784
2184
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
785
2185
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
786
2186
  readonly fullscreen?: boolean | undefined;
787
- readonly elevation?: SizeTokens | undefined;
2187
+ readonly elevation?: number | SizeTokens | undefined;
788
2188
  } & {
789
2189
  readonly backgrounded?: boolean | undefined;
790
2190
  readonly radiused?: boolean | undefined;
@@ -800,11 +2200,36 @@ declare const Thumb: import("@tamagui/core").ReactComponentWithRef<SliderThumbPr
800
2200
  }, "size" | "unstyled"> & {
801
2201
  readonly size?: SizeTokens | undefined;
802
2202
  readonly unstyled?: boolean | undefined;
803
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
2203
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
2204
+ target?: string | undefined;
2205
+ hitSlop?: number | import("react-native").Insets | null | undefined;
2206
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2207
+ dangerouslySetInnerHTML?: {
2208
+ __html: string;
2209
+ } | undefined;
2210
+ children?: any;
2211
+ debug?: import("@tamagui/core").DebugProp | undefined;
2212
+ disabled?: boolean | undefined;
2213
+ className?: string | undefined;
2214
+ themeShallow?: boolean | undefined;
2215
+ id?: string | undefined;
2216
+ tag?: string | undefined;
2217
+ theme?: string | null | undefined;
2218
+ group?: undefined;
2219
+ untilMeasured?: "hide" | "show" | undefined;
2220
+ componentName?: string | undefined;
2221
+ tabIndex?: string | number | undefined;
2222
+ role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2223
+ disableOptimization?: boolean | undefined;
2224
+ forceStyle?: "hover" | "press" | "focus" | undefined;
2225
+ disableClassName?: boolean | undefined;
2226
+ onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2227
+ onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2228
+ } & {
804
2229
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
805
2230
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
806
2231
  readonly fullscreen?: boolean | undefined;
807
- readonly elevation?: SizeTokens | undefined;
2232
+ readonly elevation?: number | SizeTokens | undefined;
808
2233
  } & {
809
2234
  readonly backgrounded?: boolean | undefined;
810
2235
  readonly radiused?: boolean | undefined;