@tamagui/sheet 1.73.1 → 1.74.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types/Sheet.d.ts CHANGED
@@ -1,32 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  export { createSheetScope } from './SheetContext';
3
3
  export * from './types';
4
- export declare const Handle: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
5
- target?: string | undefined;
6
- hitSlop?: number | import("react-native").Insets | null | undefined;
7
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
8
- dangerouslySetInnerHTML?: {
9
- __html: string;
10
- } | undefined;
11
- children?: any;
12
- debug?: import("@tamagui/core").DebugProp | undefined;
13
- disabled?: boolean | undefined;
14
- className?: string | undefined;
15
- themeShallow?: boolean | undefined;
16
- id?: string | undefined;
17
- tag?: string | undefined;
18
- theme?: string | null | undefined;
19
- group?: undefined;
20
- untilMeasured?: "hide" | "show" | undefined;
21
- componentName?: string | undefined;
22
- tabIndex?: string | number | undefined;
23
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
24
- disableOptimization?: boolean | undefined;
25
- forceStyle?: "hover" | "press" | "focus" | undefined;
26
- disableClassName?: boolean | undefined;
27
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
28
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
29
- } & {
4
+ export declare const Handle: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
30
5
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
31
6
  } & 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
7
  readonly fullscreen?: boolean | undefined;
@@ -34,32 +9,7 @@ export declare const Handle: import("@tamagui/core").TamaguiComponent<Omit<impor
34
9
  }, "open" | "unstyled"> & {
35
10
  readonly open?: boolean | undefined;
36
11
  readonly unstyled?: boolean | undefined;
37
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
38
- target?: string | undefined;
39
- hitSlop?: number | import("react-native").Insets | null | undefined;
40
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
41
- dangerouslySetInnerHTML?: {
42
- __html: string;
43
- } | undefined;
44
- children?: any;
45
- debug?: import("@tamagui/core").DebugProp | undefined;
46
- disabled?: boolean | undefined;
47
- className?: string | undefined;
48
- themeShallow?: boolean | undefined;
49
- id?: string | undefined;
50
- tag?: string | undefined;
51
- theme?: string | null | undefined;
52
- group?: undefined;
53
- untilMeasured?: "hide" | "show" | undefined;
54
- componentName?: string | undefined;
55
- tabIndex?: string | number | undefined;
56
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
57
- disableOptimization?: boolean | undefined;
58
- forceStyle?: "hover" | "press" | "focus" | undefined;
59
- disableClassName?: boolean | undefined;
60
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
61
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
62
- } & {
12
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
63
13
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
64
14
  } & 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<{
65
15
  readonly fullscreen?: boolean | undefined;
@@ -67,32 +17,7 @@ export declare const Handle: import("@tamagui/core").TamaguiComponent<Omit<impor
67
17
  }, "open" | "unstyled"> & {
68
18
  readonly open?: boolean | undefined;
69
19
  readonly unstyled?: boolean | undefined;
70
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
71
- target?: string | undefined;
72
- hitSlop?: number | import("react-native").Insets | null | undefined;
73
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
74
- dangerouslySetInnerHTML?: {
75
- __html: string;
76
- } | undefined;
77
- children?: any;
78
- debug?: import("@tamagui/core").DebugProp | undefined;
79
- disabled?: boolean | undefined;
80
- className?: string | undefined;
81
- themeShallow?: boolean | undefined;
82
- id?: string | undefined;
83
- tag?: string | undefined;
84
- theme?: string | null | undefined;
85
- group?: undefined;
86
- untilMeasured?: "hide" | "show" | undefined;
87
- componentName?: string | undefined;
88
- tabIndex?: string | number | undefined;
89
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
90
- disableOptimization?: boolean | undefined;
91
- forceStyle?: "hover" | "press" | "focus" | undefined;
92
- disableClassName?: boolean | undefined;
93
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
94
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
95
- } & {
20
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
96
21
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
97
22
  } & 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
23
  readonly fullscreen?: boolean | undefined;
@@ -100,32 +25,7 @@ export declare const Handle: import("@tamagui/core").TamaguiComponent<Omit<impor
100
25
  }, "open" | "unstyled"> & {
101
26
  readonly open?: boolean | undefined;
102
27
  readonly unstyled?: boolean | undefined;
103
- }>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
104
- target?: string | undefined;
105
- hitSlop?: number | import("react-native").Insets | null | undefined;
106
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
107
- dangerouslySetInnerHTML?: {
108
- __html: string;
109
- } | undefined;
110
- children?: any;
111
- debug?: import("@tamagui/core").DebugProp | undefined;
112
- disabled?: boolean | undefined;
113
- className?: string | undefined;
114
- themeShallow?: boolean | undefined;
115
- id?: string | undefined;
116
- tag?: string | undefined;
117
- theme?: string | null | undefined;
118
- group?: undefined;
119
- untilMeasured?: "hide" | "show" | undefined;
120
- componentName?: string | undefined;
121
- tabIndex?: string | number | undefined;
122
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
123
- disableOptimization?: boolean | undefined;
124
- forceStyle?: "hover" | "press" | "focus" | undefined;
125
- disableClassName?: boolean | undefined;
126
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
127
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
128
- } & {
28
+ }>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
129
29
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
130
30
  } & 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
31
  readonly fullscreen?: boolean | undefined;
@@ -135,59 +35,9 @@ export declare const Handle: import("@tamagui/core").TamaguiComponent<Omit<impor
135
35
  readonly unstyled?: boolean | undefined;
136
36
  }, {
137
37
  displayName: string | undefined;
138
- __baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
139
- target?: string | undefined;
140
- hitSlop?: number | import("react-native").Insets | null | undefined;
141
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
142
- dangerouslySetInnerHTML?: {
143
- __html: string;
144
- } | undefined;
145
- children?: any;
146
- debug?: import("@tamagui/core").DebugProp | undefined;
147
- disabled?: boolean | undefined;
148
- className?: string | undefined;
149
- themeShallow?: boolean | undefined;
150
- id?: string | undefined;
151
- tag?: string | undefined;
152
- theme?: string | null | undefined;
153
- group?: undefined;
154
- untilMeasured?: "hide" | "show" | undefined;
155
- componentName?: string | undefined;
156
- tabIndex?: string | number | undefined;
157
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
158
- disableOptimization?: boolean | undefined;
159
- forceStyle?: "hover" | "press" | "focus" | undefined;
160
- disableClassName?: boolean | undefined;
161
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
162
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
163
- } & {
38
+ __baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
164
39
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
165
40
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
166
- target?: string | undefined;
167
- hitSlop?: number | import("react-native").Insets | null | undefined;
168
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
169
- dangerouslySetInnerHTML?: {
170
- __html: string;
171
- } | undefined;
172
- children?: any;
173
- debug?: import("@tamagui/core").DebugProp | undefined;
174
- disabled?: boolean | undefined;
175
- className?: string | undefined;
176
- themeShallow?: boolean | undefined;
177
- id?: string | undefined;
178
- tag?: string | undefined;
179
- theme?: string | null | undefined;
180
- group?: undefined;
181
- untilMeasured?: "hide" | "show" | undefined;
182
- componentName?: string | undefined;
183
- tabIndex?: string | number | undefined;
184
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
185
- disableOptimization?: boolean | undefined;
186
- forceStyle?: "hover" | "press" | "focus" | undefined;
187
- disableClassName?: boolean | undefined;
188
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
189
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
190
- } & {
191
41
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
192
42
  };
193
43
  __variantProps: {
@@ -195,32 +45,7 @@ export declare const Handle: import("@tamagui/core").TamaguiComponent<Omit<impor
195
45
  readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
196
46
  };
197
47
  }>;
198
- export declare const Overlay: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
199
- target?: string | undefined;
200
- hitSlop?: number | import("react-native").Insets | null | undefined;
201
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
202
- dangerouslySetInnerHTML?: {
203
- __html: string;
204
- } | undefined;
205
- children?: any;
206
- debug?: import("@tamagui/core").DebugProp | undefined;
207
- disabled?: boolean | undefined;
208
- className?: string | undefined;
209
- themeShallow?: boolean | undefined;
210
- id?: string | undefined;
211
- tag?: string | undefined;
212
- theme?: string | null | undefined;
213
- group?: undefined;
214
- untilMeasured?: "hide" | "show" | undefined;
215
- componentName?: string | undefined;
216
- tabIndex?: string | number | undefined;
217
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
218
- disableOptimization?: boolean | undefined;
219
- forceStyle?: "hover" | "press" | "focus" | undefined;
220
- disableClassName?: boolean | undefined;
221
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
222
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
223
- } & {
48
+ export declare const Overlay: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
224
49
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
225
50
  } & 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<{
226
51
  readonly fullscreen?: boolean | undefined;
@@ -240,32 +65,7 @@ export declare const Overlay: import("@tamagui/core").TamaguiComponent<Omit<impo
240
65
  }, "open" | "unstyled"> & {
241
66
  readonly open?: boolean | undefined;
242
67
  readonly unstyled?: boolean | undefined;
243
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
244
- target?: string | undefined;
245
- hitSlop?: number | import("react-native").Insets | null | undefined;
246
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
247
- dangerouslySetInnerHTML?: {
248
- __html: string;
249
- } | undefined;
250
- children?: any;
251
- debug?: import("@tamagui/core").DebugProp | undefined;
252
- disabled?: boolean | undefined;
253
- className?: string | undefined;
254
- themeShallow?: boolean | undefined;
255
- id?: string | undefined;
256
- tag?: string | undefined;
257
- theme?: string | null | undefined;
258
- group?: undefined;
259
- untilMeasured?: "hide" | "show" | undefined;
260
- componentName?: string | undefined;
261
- tabIndex?: string | number | undefined;
262
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
263
- disableOptimization?: boolean | undefined;
264
- forceStyle?: "hover" | "press" | "focus" | undefined;
265
- disableClassName?: boolean | undefined;
266
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
267
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
268
- } & {
68
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
269
69
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
270
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<{
271
71
  readonly fullscreen?: boolean | undefined;
@@ -285,32 +85,7 @@ export declare const Overlay: import("@tamagui/core").TamaguiComponent<Omit<impo
285
85
  }, "open" | "unstyled"> & {
286
86
  readonly open?: boolean | undefined;
287
87
  readonly unstyled?: boolean | undefined;
288
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
289
- target?: string | undefined;
290
- hitSlop?: number | import("react-native").Insets | null | undefined;
291
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
292
- dangerouslySetInnerHTML?: {
293
- __html: string;
294
- } | undefined;
295
- children?: any;
296
- debug?: import("@tamagui/core").DebugProp | undefined;
297
- disabled?: boolean | undefined;
298
- className?: string | undefined;
299
- themeShallow?: boolean | undefined;
300
- id?: string | undefined;
301
- tag?: string | undefined;
302
- theme?: string | null | undefined;
303
- group?: undefined;
304
- untilMeasured?: "hide" | "show" | undefined;
305
- componentName?: string | undefined;
306
- tabIndex?: string | number | undefined;
307
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
308
- disableOptimization?: boolean | undefined;
309
- forceStyle?: "hover" | "press" | "focus" | undefined;
310
- disableClassName?: boolean | undefined;
311
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
312
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
313
- } & {
88
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
314
89
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
315
90
  } & 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<{
316
91
  readonly fullscreen?: boolean | undefined;
@@ -330,32 +105,7 @@ export declare const Overlay: import("@tamagui/core").TamaguiComponent<Omit<impo
330
105
  }, "open" | "unstyled"> & {
331
106
  readonly open?: boolean | undefined;
332
107
  readonly unstyled?: boolean | undefined;
333
- }>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
334
- target?: string | undefined;
335
- hitSlop?: number | import("react-native").Insets | null | undefined;
336
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
337
- dangerouslySetInnerHTML?: {
338
- __html: string;
339
- } | undefined;
340
- children?: any;
341
- debug?: import("@tamagui/core").DebugProp | undefined;
342
- disabled?: boolean | undefined;
343
- className?: string | undefined;
344
- themeShallow?: boolean | undefined;
345
- id?: string | undefined;
346
- tag?: string | undefined;
347
- theme?: string | null | undefined;
348
- group?: undefined;
349
- untilMeasured?: "hide" | "show" | undefined;
350
- componentName?: string | undefined;
351
- tabIndex?: string | number | undefined;
352
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
353
- disableOptimization?: boolean | undefined;
354
- forceStyle?: "hover" | "press" | "focus" | undefined;
355
- disableClassName?: boolean | undefined;
356
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
357
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
358
- } & {
108
+ }>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
359
109
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
360
110
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
361
111
  readonly fullscreen?: boolean | undefined;
@@ -377,59 +127,9 @@ export declare const Overlay: import("@tamagui/core").TamaguiComponent<Omit<impo
377
127
  readonly unstyled?: boolean | undefined;
378
128
  }, {
379
129
  displayName: string | undefined;
380
- __baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
381
- target?: string | undefined;
382
- hitSlop?: number | import("react-native").Insets | null | undefined;
383
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
384
- dangerouslySetInnerHTML?: {
385
- __html: string;
386
- } | undefined;
387
- children?: any;
388
- debug?: import("@tamagui/core").DebugProp | undefined;
389
- disabled?: boolean | undefined;
390
- className?: string | undefined;
391
- themeShallow?: boolean | undefined;
392
- id?: string | undefined;
393
- tag?: string | undefined;
394
- theme?: string | null | undefined;
395
- group?: undefined;
396
- untilMeasured?: "hide" | "show" | undefined;
397
- componentName?: string | undefined;
398
- tabIndex?: string | number | undefined;
399
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
400
- disableOptimization?: boolean | undefined;
401
- forceStyle?: "hover" | "press" | "focus" | undefined;
402
- disableClassName?: boolean | undefined;
403
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
404
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
405
- } & {
130
+ __baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
406
131
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
407
132
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
408
- target?: string | undefined;
409
- hitSlop?: number | import("react-native").Insets | null | undefined;
410
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
411
- dangerouslySetInnerHTML?: {
412
- __html: string;
413
- } | undefined;
414
- children?: any;
415
- debug?: import("@tamagui/core").DebugProp | undefined;
416
- disabled?: boolean | undefined;
417
- className?: string | undefined;
418
- themeShallow?: boolean | undefined;
419
- id?: string | undefined;
420
- tag?: string | undefined;
421
- theme?: string | null | undefined;
422
- group?: undefined;
423
- untilMeasured?: "hide" | "show" | undefined;
424
- componentName?: string | undefined;
425
- tabIndex?: string | number | undefined;
426
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
427
- disableOptimization?: boolean | undefined;
428
- forceStyle?: "hover" | "press" | "focus" | undefined;
429
- disableClassName?: boolean | undefined;
430
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
431
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
432
- } & {
433
133
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
434
134
  };
435
135
  __variantProps: {
@@ -452,128 +152,28 @@ export declare const Overlay: import("@tamagui/core").TamaguiComponent<Omit<impo
452
152
  readonly chromeless?: boolean | "all" | undefined;
453
153
  };
454
154
  }>;
455
- export declare const Frame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
456
- target?: string | undefined;
457
- hitSlop?: number | import("react-native").Insets | null | undefined;
458
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
459
- dangerouslySetInnerHTML?: {
460
- __html: string;
461
- } | undefined;
462
- children?: any;
463
- debug?: import("@tamagui/core").DebugProp | undefined;
464
- disabled?: boolean | undefined;
465
- className?: string | undefined;
466
- themeShallow?: boolean | undefined;
467
- id?: string | undefined;
468
- tag?: string | undefined;
469
- theme?: string | null | undefined;
470
- group?: undefined;
471
- untilMeasured?: "hide" | "show" | undefined;
472
- componentName?: string | undefined;
473
- tabIndex?: string | number | undefined;
474
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
475
- disableOptimization?: boolean | undefined;
476
- forceStyle?: "hover" | "press" | "focus" | undefined;
477
- disableClassName?: boolean | undefined;
478
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
479
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
480
- } & {
155
+ export declare const Frame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
481
156
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
482
157
  } & 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
158
  readonly fullscreen?: boolean | undefined;
484
159
  readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
485
160
  }, "unstyled"> & {
486
161
  readonly unstyled?: boolean | undefined;
487
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
488
- target?: string | undefined;
489
- hitSlop?: number | import("react-native").Insets | null | undefined;
490
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
491
- dangerouslySetInnerHTML?: {
492
- __html: string;
493
- } | undefined;
494
- children?: any;
495
- debug?: import("@tamagui/core").DebugProp | undefined;
496
- disabled?: boolean | undefined;
497
- className?: string | undefined;
498
- themeShallow?: boolean | undefined;
499
- id?: string | undefined;
500
- tag?: string | undefined;
501
- theme?: string | null | undefined;
502
- group?: undefined;
503
- untilMeasured?: "hide" | "show" | undefined;
504
- componentName?: string | undefined;
505
- tabIndex?: string | number | undefined;
506
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
507
- disableOptimization?: boolean | undefined;
508
- forceStyle?: "hover" | "press" | "focus" | undefined;
509
- disableClassName?: boolean | undefined;
510
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
511
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
512
- } & {
162
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
513
163
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
514
164
  } & 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<{
515
165
  readonly fullscreen?: boolean | undefined;
516
166
  readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
517
167
  }, "unstyled"> & {
518
168
  readonly unstyled?: boolean | undefined;
519
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
520
- target?: string | undefined;
521
- hitSlop?: number | import("react-native").Insets | null | undefined;
522
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
523
- dangerouslySetInnerHTML?: {
524
- __html: string;
525
- } | undefined;
526
- children?: any;
527
- debug?: import("@tamagui/core").DebugProp | undefined;
528
- disabled?: boolean | undefined;
529
- className?: string | undefined;
530
- themeShallow?: boolean | undefined;
531
- id?: string | undefined;
532
- tag?: string | undefined;
533
- theme?: string | null | undefined;
534
- group?: undefined;
535
- untilMeasured?: "hide" | "show" | undefined;
536
- componentName?: string | undefined;
537
- tabIndex?: string | number | undefined;
538
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
539
- disableOptimization?: boolean | undefined;
540
- forceStyle?: "hover" | "press" | "focus" | undefined;
541
- disableClassName?: boolean | undefined;
542
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
543
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
544
- } & {
169
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
545
170
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
546
171
  } & 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<{
547
172
  readonly fullscreen?: boolean | undefined;
548
173
  readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
549
174
  }, "unstyled"> & {
550
175
  readonly unstyled?: boolean | undefined;
551
- }>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
552
- target?: string | undefined;
553
- hitSlop?: number | import("react-native").Insets | null | undefined;
554
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
555
- dangerouslySetInnerHTML?: {
556
- __html: string;
557
- } | undefined;
558
- children?: any;
559
- debug?: import("@tamagui/core").DebugProp | undefined;
560
- disabled?: boolean | undefined;
561
- className?: string | undefined;
562
- themeShallow?: boolean | undefined;
563
- id?: string | undefined;
564
- tag?: string | undefined;
565
- theme?: string | null | undefined;
566
- group?: undefined;
567
- untilMeasured?: "hide" | "show" | undefined;
568
- componentName?: string | undefined;
569
- tabIndex?: string | number | undefined;
570
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
571
- disableOptimization?: boolean | undefined;
572
- forceStyle?: "hover" | "press" | "focus" | undefined;
573
- disableClassName?: boolean | undefined;
574
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
575
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
576
- } & {
176
+ }>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
577
177
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
578
178
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
579
179
  readonly fullscreen?: boolean | undefined;
@@ -582,59 +182,9 @@ export declare const Frame: import("@tamagui/core").TamaguiComponent<Omit<import
582
182
  readonly unstyled?: boolean | undefined;
583
183
  }, {
584
184
  displayName: string | undefined;
585
- __baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
586
- target?: string | undefined;
587
- hitSlop?: number | import("react-native").Insets | null | undefined;
588
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
589
- dangerouslySetInnerHTML?: {
590
- __html: string;
591
- } | undefined;
592
- children?: any;
593
- debug?: import("@tamagui/core").DebugProp | undefined;
594
- disabled?: boolean | undefined;
595
- className?: string | undefined;
596
- themeShallow?: boolean | undefined;
597
- id?: string | undefined;
598
- tag?: string | undefined;
599
- theme?: string | null | undefined;
600
- group?: undefined;
601
- untilMeasured?: "hide" | "show" | undefined;
602
- componentName?: string | undefined;
603
- tabIndex?: string | number | undefined;
604
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
605
- disableOptimization?: boolean | undefined;
606
- forceStyle?: "hover" | "press" | "focus" | undefined;
607
- disableClassName?: boolean | undefined;
608
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
609
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
610
- } & {
185
+ __baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
611
186
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
612
187
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
613
- target?: string | undefined;
614
- hitSlop?: number | import("react-native").Insets | null | undefined;
615
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
616
- dangerouslySetInnerHTML?: {
617
- __html: string;
618
- } | undefined;
619
- children?: any;
620
- debug?: import("@tamagui/core").DebugProp | undefined;
621
- disabled?: boolean | undefined;
622
- className?: string | undefined;
623
- themeShallow?: boolean | undefined;
624
- id?: string | undefined;
625
- tag?: string | undefined;
626
- theme?: string | null | undefined;
627
- group?: undefined;
628
- untilMeasured?: "hide" | "show" | undefined;
629
- componentName?: string | undefined;
630
- tabIndex?: string | number | undefined;
631
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
632
- disableOptimization?: boolean | undefined;
633
- forceStyle?: "hover" | "press" | "focus" | undefined;
634
- disableClassName?: boolean | undefined;
635
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
636
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
637
- } & {
638
188
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
639
189
  };
640
190
  __variantProps: {
@@ -669,96 +219,21 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
669
219
  __scopeSheet?: import("@tamagui/create-context").Scope<any>;
670
220
  } & import("react").RefAttributes<import("react-native").View>> & {
671
221
  Controlled: import("react").FunctionComponent<Omit<import("./types").SheetProps, "open" | "onOpenChange"> & import("react").RefAttributes<import("react-native").View>> & {
672
- Frame: import("react").ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
673
- target?: string | undefined;
674
- hitSlop?: number | import("react-native").Insets | null | undefined;
675
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
676
- dangerouslySetInnerHTML?: {
677
- __html: string;
678
- } | undefined;
679
- children?: any;
680
- debug?: import("@tamagui/core").DebugProp | undefined;
681
- disabled?: boolean | undefined;
682
- className?: string | undefined;
683
- themeShallow?: boolean | undefined;
684
- id?: string | undefined;
685
- tag?: string | undefined;
686
- theme?: string | null | undefined;
687
- group?: undefined;
688
- untilMeasured?: "hide" | "show" | undefined;
689
- componentName?: string | undefined;
690
- tabIndex?: string | number | undefined;
691
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
692
- disableOptimization?: boolean | undefined;
693
- forceStyle?: "hover" | "press" | "focus" | undefined;
694
- disableClassName?: boolean | undefined;
695
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
696
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
697
- } & {
222
+ Frame: import("react").ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
698
223
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
699
224
  } & 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<{
700
225
  readonly fullscreen?: boolean | undefined;
701
226
  readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
702
227
  }, "unstyled"> & {
703
228
  readonly unstyled?: boolean | undefined;
704
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
705
- target?: string | undefined;
706
- hitSlop?: number | import("react-native").Insets | null | undefined;
707
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
708
- dangerouslySetInnerHTML?: {
709
- __html: string;
710
- } | undefined;
711
- children?: any;
712
- debug?: import("@tamagui/core").DebugProp | undefined;
713
- disabled?: boolean | undefined;
714
- className?: string | undefined;
715
- themeShallow?: boolean | undefined;
716
- id?: string | undefined;
717
- tag?: string | undefined;
718
- theme?: string | null | undefined;
719
- group?: undefined;
720
- untilMeasured?: "hide" | "show" | undefined;
721
- componentName?: string | undefined;
722
- tabIndex?: string | number | undefined;
723
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
724
- disableOptimization?: boolean | undefined;
725
- forceStyle?: "hover" | "press" | "focus" | undefined;
726
- disableClassName?: boolean | undefined;
727
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
728
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
729
- } & {
229
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
730
230
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
731
231
  } & 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<{
732
232
  readonly fullscreen?: boolean | undefined;
733
233
  readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
734
234
  }, "unstyled"> & {
735
235
  readonly unstyled?: boolean | undefined;
736
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
737
- target?: string | undefined;
738
- hitSlop?: number | import("react-native").Insets | null | undefined;
739
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
740
- dangerouslySetInnerHTML?: {
741
- __html: string;
742
- } | undefined;
743
- children?: any;
744
- debug?: import("@tamagui/core").DebugProp | undefined;
745
- disabled?: boolean | undefined;
746
- className?: string | undefined;
747
- themeShallow?: boolean | undefined;
748
- id?: string | undefined;
749
- tag?: string | undefined;
750
- theme?: string | null | undefined;
751
- group?: undefined;
752
- untilMeasured?: "hide" | "show" | undefined;
753
- componentName?: string | undefined;
754
- tabIndex?: string | number | undefined;
755
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
756
- disableOptimization?: boolean | undefined;
757
- forceStyle?: "hover" | "press" | "focus" | undefined;
758
- disableClassName?: boolean | undefined;
759
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
760
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
761
- } & {
236
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
762
237
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
763
238
  } & 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<{
764
239
  readonly fullscreen?: boolean | undefined;
@@ -771,32 +246,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
771
246
  } & {
772
247
  __scopeSheet?: import("@tamagui/create-context").Scope<any>;
773
248
  } & import("react").RefAttributes<unknown>>;
774
- Overlay: import("react").MemoExoticComponent<(propsIn: import("./types").SheetScopedProps<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
775
- target?: string | undefined;
776
- hitSlop?: number | import("react-native").Insets | null | undefined;
777
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
778
- dangerouslySetInnerHTML?: {
779
- __html: string;
780
- } | undefined;
781
- children?: any;
782
- debug?: import("@tamagui/core").DebugProp | undefined;
783
- disabled?: boolean | undefined;
784
- className?: string | undefined;
785
- themeShallow?: boolean | undefined;
786
- id?: string | undefined;
787
- tag?: string | undefined;
788
- theme?: string | null | undefined;
789
- group?: undefined;
790
- untilMeasured?: "hide" | "show" | undefined;
791
- componentName?: string | undefined;
792
- tabIndex?: string | number | undefined;
793
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
794
- disableOptimization?: boolean | undefined;
795
- forceStyle?: "hover" | "press" | "focus" | undefined;
796
- disableClassName?: boolean | undefined;
797
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
798
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
799
- } & {
249
+ Overlay: import("react").MemoExoticComponent<(propsIn: import("./types").SheetScopedProps<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
800
250
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
801
251
  } & 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<{
802
252
  readonly fullscreen?: boolean | undefined;
@@ -816,32 +266,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
816
266
  }, "open" | "unstyled"> & {
817
267
  readonly open?: boolean | undefined;
818
268
  readonly unstyled?: boolean | undefined;
819
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
820
- target?: string | undefined;
821
- hitSlop?: number | import("react-native").Insets | null | undefined;
822
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
823
- dangerouslySetInnerHTML?: {
824
- __html: string;
825
- } | undefined;
826
- children?: any;
827
- debug?: import("@tamagui/core").DebugProp | undefined;
828
- disabled?: boolean | undefined;
829
- className?: string | undefined;
830
- themeShallow?: boolean | undefined;
831
- id?: string | undefined;
832
- tag?: string | undefined;
833
- theme?: string | null | undefined;
834
- group?: undefined;
835
- untilMeasured?: "hide" | "show" | undefined;
836
- componentName?: string | undefined;
837
- tabIndex?: string | number | undefined;
838
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
839
- disableOptimization?: boolean | undefined;
840
- forceStyle?: "hover" | "press" | "focus" | undefined;
841
- disableClassName?: boolean | undefined;
842
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
843
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
844
- } & {
269
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
845
270
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
846
271
  } & 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<{
847
272
  readonly fullscreen?: boolean | undefined;
@@ -861,32 +286,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
861
286
  }, "open" | "unstyled"> & {
862
287
  readonly open?: boolean | undefined;
863
288
  readonly unstyled?: boolean | undefined;
864
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
865
- target?: string | undefined;
866
- hitSlop?: number | import("react-native").Insets | null | undefined;
867
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
868
- dangerouslySetInnerHTML?: {
869
- __html: string;
870
- } | undefined;
871
- children?: any;
872
- debug?: import("@tamagui/core").DebugProp | undefined;
873
- disabled?: boolean | undefined;
874
- className?: string | undefined;
875
- themeShallow?: boolean | undefined;
876
- id?: string | undefined;
877
- tag?: string | undefined;
878
- theme?: string | null | undefined;
879
- group?: undefined;
880
- untilMeasured?: "hide" | "show" | undefined;
881
- componentName?: string | undefined;
882
- tabIndex?: string | number | undefined;
883
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
884
- disableOptimization?: boolean | undefined;
885
- forceStyle?: "hover" | "press" | "focus" | undefined;
886
- disableClassName?: boolean | undefined;
887
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
888
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
889
- } & {
289
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
890
290
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
891
291
  } & 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<{
892
292
  readonly fullscreen?: boolean | undefined;
@@ -907,32 +307,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
907
307
  readonly open?: boolean | undefined;
908
308
  readonly unstyled?: boolean | undefined;
909
309
  }>>>) => null>;
910
- Handle: ({ __scopeSheet, ...props }: import("./types").SheetScopedProps<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
911
- target?: string | undefined;
912
- hitSlop?: number | import("react-native").Insets | null | undefined;
913
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
914
- dangerouslySetInnerHTML?: {
915
- __html: string;
916
- } | undefined;
917
- children?: any;
918
- debug?: import("@tamagui/core").DebugProp | undefined;
919
- disabled?: boolean | undefined;
920
- className?: string | undefined;
921
- themeShallow?: boolean | undefined;
922
- id?: string | undefined;
923
- tag?: string | undefined;
924
- theme?: string | null | undefined;
925
- group?: undefined;
926
- untilMeasured?: "hide" | "show" | undefined;
927
- componentName?: string | undefined;
928
- tabIndex?: string | number | undefined;
929
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
930
- disableOptimization?: boolean | undefined;
931
- forceStyle?: "hover" | "press" | "focus" | undefined;
932
- disableClassName?: boolean | undefined;
933
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
934
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
935
- } & {
310
+ Handle: ({ __scopeSheet, ...props }: import("./types").SheetScopedProps<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
936
311
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
937
312
  } & 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<{
938
313
  readonly fullscreen?: boolean | undefined;
@@ -940,32 +315,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
940
315
  }, "open" | "unstyled"> & {
941
316
  readonly open?: boolean | undefined;
942
317
  readonly unstyled?: boolean | undefined;
943
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
944
- target?: string | undefined;
945
- hitSlop?: number | import("react-native").Insets | null | undefined;
946
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
947
- dangerouslySetInnerHTML?: {
948
- __html: string;
949
- } | undefined;
950
- children?: any;
951
- debug?: import("@tamagui/core").DebugProp | undefined;
952
- disabled?: boolean | undefined;
953
- className?: string | undefined;
954
- themeShallow?: boolean | undefined;
955
- id?: string | undefined;
956
- tag?: string | undefined;
957
- theme?: string | null | undefined;
958
- group?: undefined;
959
- untilMeasured?: "hide" | "show" | undefined;
960
- componentName?: string | undefined;
961
- tabIndex?: string | number | undefined;
962
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
963
- disableOptimization?: boolean | undefined;
964
- forceStyle?: "hover" | "press" | "focus" | undefined;
965
- disableClassName?: boolean | undefined;
966
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
967
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
968
- } & {
318
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
969
319
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
970
320
  } & 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<{
971
321
  readonly fullscreen?: boolean | undefined;
@@ -973,32 +323,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
973
323
  }, "open" | "unstyled"> & {
974
324
  readonly open?: boolean | undefined;
975
325
  readonly unstyled?: boolean | undefined;
976
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
977
- target?: string | undefined;
978
- hitSlop?: number | import("react-native").Insets | null | undefined;
979
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
980
- dangerouslySetInnerHTML?: {
981
- __html: string;
982
- } | undefined;
983
- children?: any;
984
- debug?: import("@tamagui/core").DebugProp | undefined;
985
- disabled?: boolean | undefined;
986
- className?: string | undefined;
987
- themeShallow?: boolean | undefined;
988
- id?: string | undefined;
989
- tag?: string | undefined;
990
- theme?: string | null | undefined;
991
- group?: undefined;
992
- untilMeasured?: "hide" | "show" | undefined;
993
- componentName?: string | undefined;
994
- tabIndex?: string | number | undefined;
995
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
996
- disableOptimization?: boolean | undefined;
997
- forceStyle?: "hover" | "press" | "focus" | undefined;
998
- disableClassName?: boolean | undefined;
999
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1000
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1001
- } & {
326
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1002
327
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1003
328
  } & 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<{
1004
329
  readonly fullscreen?: boolean | undefined;
@@ -1015,96 +340,21 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
1015
340
  readonly fullscreen?: boolean | undefined;
1016
341
  }>> & import("react").RefAttributes<import("react-native").ScrollView>>;
1017
342
  };
1018
- Frame: import("react").ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1019
- target?: string | undefined;
1020
- hitSlop?: number | import("react-native").Insets | null | undefined;
1021
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1022
- dangerouslySetInnerHTML?: {
1023
- __html: string;
1024
- } | undefined;
1025
- children?: any;
1026
- debug?: import("@tamagui/core").DebugProp | undefined;
1027
- disabled?: boolean | undefined;
1028
- className?: string | undefined;
1029
- themeShallow?: boolean | undefined;
1030
- id?: string | undefined;
1031
- tag?: string | undefined;
1032
- theme?: string | null | undefined;
1033
- group?: undefined;
1034
- untilMeasured?: "hide" | "show" | undefined;
1035
- componentName?: string | undefined;
1036
- tabIndex?: string | number | undefined;
1037
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1038
- disableOptimization?: boolean | undefined;
1039
- forceStyle?: "hover" | "press" | "focus" | undefined;
1040
- disableClassName?: boolean | undefined;
1041
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1042
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1043
- } & {
343
+ Frame: import("react").ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1044
344
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1045
345
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
1046
346
  readonly fullscreen?: boolean | undefined;
1047
347
  readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
1048
348
  }, "unstyled"> & {
1049
349
  readonly unstyled?: boolean | undefined;
1050
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1051
- target?: string | undefined;
1052
- hitSlop?: number | import("react-native").Insets | null | undefined;
1053
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1054
- dangerouslySetInnerHTML?: {
1055
- __html: string;
1056
- } | undefined;
1057
- children?: any;
1058
- debug?: import("@tamagui/core").DebugProp | undefined;
1059
- disabled?: boolean | undefined;
1060
- className?: string | undefined;
1061
- themeShallow?: boolean | undefined;
1062
- id?: string | undefined;
1063
- tag?: string | undefined;
1064
- theme?: string | null | undefined;
1065
- group?: undefined;
1066
- untilMeasured?: "hide" | "show" | undefined;
1067
- componentName?: string | undefined;
1068
- tabIndex?: string | number | undefined;
1069
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1070
- disableOptimization?: boolean | undefined;
1071
- forceStyle?: "hover" | "press" | "focus" | undefined;
1072
- disableClassName?: boolean | undefined;
1073
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1074
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1075
- } & {
350
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1076
351
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1077
352
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
1078
353
  readonly fullscreen?: boolean | undefined;
1079
354
  readonly elevation?: number | import("@tamagui/core").SizeTokens | undefined;
1080
355
  }, "unstyled"> & {
1081
356
  readonly unstyled?: boolean | undefined;
1082
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1083
- target?: string | undefined;
1084
- hitSlop?: number | import("react-native").Insets | null | undefined;
1085
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1086
- dangerouslySetInnerHTML?: {
1087
- __html: string;
1088
- } | undefined;
1089
- children?: any;
1090
- debug?: import("@tamagui/core").DebugProp | undefined;
1091
- disabled?: boolean | undefined;
1092
- className?: string | undefined;
1093
- themeShallow?: boolean | undefined;
1094
- id?: string | undefined;
1095
- tag?: string | undefined;
1096
- theme?: string | null | undefined;
1097
- group?: undefined;
1098
- untilMeasured?: "hide" | "show" | undefined;
1099
- componentName?: string | undefined;
1100
- tabIndex?: string | number | undefined;
1101
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1102
- disableOptimization?: boolean | undefined;
1103
- forceStyle?: "hover" | "press" | "focus" | undefined;
1104
- disableClassName?: boolean | undefined;
1105
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1106
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1107
- } & {
357
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1108
358
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1109
359
  } & 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<{
1110
360
  readonly fullscreen?: boolean | undefined;
@@ -1117,32 +367,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
1117
367
  } & {
1118
368
  __scopeSheet?: import("@tamagui/create-context").Scope<any>;
1119
369
  } & import("react").RefAttributes<unknown>>;
1120
- Overlay: import("react").MemoExoticComponent<(propsIn: import("./types").SheetScopedProps<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1121
- target?: string | undefined;
1122
- hitSlop?: number | import("react-native").Insets | null | undefined;
1123
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1124
- dangerouslySetInnerHTML?: {
1125
- __html: string;
1126
- } | undefined;
1127
- children?: any;
1128
- debug?: import("@tamagui/core").DebugProp | undefined;
1129
- disabled?: boolean | undefined;
1130
- className?: string | undefined;
1131
- themeShallow?: boolean | undefined;
1132
- id?: string | undefined;
1133
- tag?: string | undefined;
1134
- theme?: string | null | undefined;
1135
- group?: undefined;
1136
- untilMeasured?: "hide" | "show" | undefined;
1137
- componentName?: string | undefined;
1138
- tabIndex?: string | number | undefined;
1139
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1140
- disableOptimization?: boolean | undefined;
1141
- forceStyle?: "hover" | "press" | "focus" | undefined;
1142
- disableClassName?: boolean | undefined;
1143
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1144
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1145
- } & {
370
+ Overlay: import("react").MemoExoticComponent<(propsIn: import("./types").SheetScopedProps<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1146
371
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1147
372
  } & 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<{
1148
373
  readonly fullscreen?: boolean | undefined;
@@ -1162,32 +387,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
1162
387
  }, "open" | "unstyled"> & {
1163
388
  readonly open?: boolean | undefined;
1164
389
  readonly unstyled?: boolean | undefined;
1165
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1166
- target?: string | undefined;
1167
- hitSlop?: number | import("react-native").Insets | null | undefined;
1168
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1169
- dangerouslySetInnerHTML?: {
1170
- __html: string;
1171
- } | undefined;
1172
- children?: any;
1173
- debug?: import("@tamagui/core").DebugProp | undefined;
1174
- disabled?: boolean | undefined;
1175
- className?: string | undefined;
1176
- themeShallow?: boolean | undefined;
1177
- id?: string | undefined;
1178
- tag?: string | undefined;
1179
- theme?: string | null | undefined;
1180
- group?: undefined;
1181
- untilMeasured?: "hide" | "show" | undefined;
1182
- componentName?: string | undefined;
1183
- tabIndex?: string | number | undefined;
1184
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1185
- disableOptimization?: boolean | undefined;
1186
- forceStyle?: "hover" | "press" | "focus" | undefined;
1187
- disableClassName?: boolean | undefined;
1188
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1189
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1190
- } & {
390
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1191
391
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1192
392
  } & 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<{
1193
393
  readonly fullscreen?: boolean | undefined;
@@ -1207,32 +407,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
1207
407
  }, "open" | "unstyled"> & {
1208
408
  readonly open?: boolean | undefined;
1209
409
  readonly unstyled?: boolean | undefined;
1210
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1211
- target?: string | undefined;
1212
- hitSlop?: number | import("react-native").Insets | null | undefined;
1213
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1214
- dangerouslySetInnerHTML?: {
1215
- __html: string;
1216
- } | undefined;
1217
- children?: any;
1218
- debug?: import("@tamagui/core").DebugProp | undefined;
1219
- disabled?: boolean | undefined;
1220
- className?: string | undefined;
1221
- themeShallow?: boolean | undefined;
1222
- id?: string | undefined;
1223
- tag?: string | undefined;
1224
- theme?: string | null | undefined;
1225
- group?: undefined;
1226
- untilMeasured?: "hide" | "show" | undefined;
1227
- componentName?: string | undefined;
1228
- tabIndex?: string | number | undefined;
1229
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1230
- disableOptimization?: boolean | undefined;
1231
- forceStyle?: "hover" | "press" | "focus" | undefined;
1232
- disableClassName?: boolean | undefined;
1233
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1234
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1235
- } & {
410
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1236
411
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1237
412
  } & 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<{
1238
413
  readonly fullscreen?: boolean | undefined;
@@ -1253,32 +428,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
1253
428
  readonly open?: boolean | undefined;
1254
429
  readonly unstyled?: boolean | undefined;
1255
430
  }>>>) => null>;
1256
- Handle: ({ __scopeSheet, ...props }: import("./types").SheetScopedProps<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1257
- target?: string | undefined;
1258
- hitSlop?: number | import("react-native").Insets | null | undefined;
1259
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1260
- dangerouslySetInnerHTML?: {
1261
- __html: string;
1262
- } | undefined;
1263
- children?: any;
1264
- debug?: import("@tamagui/core").DebugProp | undefined;
1265
- disabled?: boolean | undefined;
1266
- className?: string | undefined;
1267
- themeShallow?: boolean | undefined;
1268
- id?: string | undefined;
1269
- tag?: string | undefined;
1270
- theme?: string | null | undefined;
1271
- group?: undefined;
1272
- untilMeasured?: "hide" | "show" | undefined;
1273
- componentName?: string | undefined;
1274
- tabIndex?: string | number | undefined;
1275
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1276
- disableOptimization?: boolean | undefined;
1277
- forceStyle?: "hover" | "press" | "focus" | undefined;
1278
- disableClassName?: boolean | undefined;
1279
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1280
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1281
- } & {
431
+ Handle: ({ __scopeSheet, ...props }: import("./types").SheetScopedProps<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1282
432
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1283
433
  } & 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<{
1284
434
  readonly fullscreen?: boolean | undefined;
@@ -1286,32 +436,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
1286
436
  }, "open" | "unstyled"> & {
1287
437
  readonly open?: boolean | undefined;
1288
438
  readonly unstyled?: boolean | undefined;
1289
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1290
- target?: string | undefined;
1291
- hitSlop?: number | import("react-native").Insets | null | undefined;
1292
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1293
- dangerouslySetInnerHTML?: {
1294
- __html: string;
1295
- } | undefined;
1296
- children?: any;
1297
- debug?: import("@tamagui/core").DebugProp | undefined;
1298
- disabled?: boolean | undefined;
1299
- className?: string | undefined;
1300
- themeShallow?: boolean | undefined;
1301
- id?: string | undefined;
1302
- tag?: string | undefined;
1303
- theme?: string | null | undefined;
1304
- group?: undefined;
1305
- untilMeasured?: "hide" | "show" | undefined;
1306
- componentName?: string | undefined;
1307
- tabIndex?: string | number | undefined;
1308
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1309
- disableOptimization?: boolean | undefined;
1310
- forceStyle?: "hover" | "press" | "focus" | undefined;
1311
- disableClassName?: boolean | undefined;
1312
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1313
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1314
- } & {
439
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1315
440
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1316
441
  } & 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<{
1317
442
  readonly fullscreen?: boolean | undefined;
@@ -1319,32 +444,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
1319
444
  }, "open" | "unstyled"> & {
1320
445
  readonly open?: boolean | undefined;
1321
446
  readonly unstyled?: boolean | undefined;
1322
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1323
- target?: string | undefined;
1324
- hitSlop?: number | import("react-native").Insets | null | undefined;
1325
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1326
- dangerouslySetInnerHTML?: {
1327
- __html: string;
1328
- } | undefined;
1329
- children?: any;
1330
- debug?: import("@tamagui/core").DebugProp | undefined;
1331
- disabled?: boolean | undefined;
1332
- className?: string | undefined;
1333
- themeShallow?: boolean | undefined;
1334
- id?: string | undefined;
1335
- tag?: string | undefined;
1336
- theme?: string | null | undefined;
1337
- group?: undefined;
1338
- untilMeasured?: "hide" | "show" | undefined;
1339
- componentName?: string | undefined;
1340
- tabIndex?: string | number | undefined;
1341
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1342
- disableOptimization?: boolean | undefined;
1343
- forceStyle?: "hover" | "press" | "focus" | undefined;
1344
- disableClassName?: boolean | undefined;
1345
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1346
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1347
- } & {
447
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1348
448
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1349
449
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
1350
450
  readonly fullscreen?: boolean | undefined;
@@ -1362,32 +462,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
1362
462
  }>> & import("react").RefAttributes<import("react-native").ScrollView>>;
1363
463
  };
1364
464
  /** @deprecated use Overlay instead */
1365
- export declare const SheetOverlayFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1366
- target?: string | undefined;
1367
- hitSlop?: number | import("react-native").Insets | null | undefined;
1368
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1369
- dangerouslySetInnerHTML?: {
1370
- __html: string;
1371
- } | undefined;
1372
- children?: any;
1373
- debug?: import("@tamagui/core").DebugProp | undefined;
1374
- disabled?: boolean | undefined;
1375
- className?: string | undefined;
1376
- themeShallow?: boolean | undefined;
1377
- id?: string | undefined;
1378
- tag?: string | undefined;
1379
- theme?: string | null | undefined;
1380
- group?: undefined;
1381
- untilMeasured?: "hide" | "show" | undefined;
1382
- componentName?: string | undefined;
1383
- tabIndex?: string | number | undefined;
1384
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1385
- disableOptimization?: boolean | undefined;
1386
- forceStyle?: "hover" | "press" | "focus" | undefined;
1387
- disableClassName?: boolean | undefined;
1388
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1389
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1390
- } & {
465
+ export declare const SheetOverlayFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1391
466
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1392
467
  } & 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<{
1393
468
  readonly fullscreen?: boolean | undefined;
@@ -1407,32 +482,7 @@ export declare const SheetOverlayFrame: import("@tamagui/core").TamaguiComponent
1407
482
  }, "open" | "unstyled"> & {
1408
483
  readonly open?: boolean | undefined;
1409
484
  readonly unstyled?: boolean | undefined;
1410
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1411
- target?: string | undefined;
1412
- hitSlop?: number | import("react-native").Insets | null | undefined;
1413
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1414
- dangerouslySetInnerHTML?: {
1415
- __html: string;
1416
- } | undefined;
1417
- children?: any;
1418
- debug?: import("@tamagui/core").DebugProp | undefined;
1419
- disabled?: boolean | undefined;
1420
- className?: string | undefined;
1421
- themeShallow?: boolean | undefined;
1422
- id?: string | undefined;
1423
- tag?: string | undefined;
1424
- theme?: string | null | undefined;
1425
- group?: undefined;
1426
- untilMeasured?: "hide" | "show" | undefined;
1427
- componentName?: string | undefined;
1428
- tabIndex?: string | number | undefined;
1429
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1430
- disableOptimization?: boolean | undefined;
1431
- forceStyle?: "hover" | "press" | "focus" | undefined;
1432
- disableClassName?: boolean | undefined;
1433
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1434
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1435
- } & {
485
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1436
486
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1437
487
  } & 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<{
1438
488
  readonly fullscreen?: boolean | undefined;
@@ -1452,32 +502,7 @@ export declare const SheetOverlayFrame: import("@tamagui/core").TamaguiComponent
1452
502
  }, "open" | "unstyled"> & {
1453
503
  readonly open?: boolean | undefined;
1454
504
  readonly unstyled?: boolean | undefined;
1455
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1456
- target?: string | undefined;
1457
- hitSlop?: number | import("react-native").Insets | null | undefined;
1458
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1459
- dangerouslySetInnerHTML?: {
1460
- __html: string;
1461
- } | undefined;
1462
- children?: any;
1463
- debug?: import("@tamagui/core").DebugProp | undefined;
1464
- disabled?: boolean | undefined;
1465
- className?: string | undefined;
1466
- themeShallow?: boolean | undefined;
1467
- id?: string | undefined;
1468
- tag?: string | undefined;
1469
- theme?: string | null | undefined;
1470
- group?: undefined;
1471
- untilMeasured?: "hide" | "show" | undefined;
1472
- componentName?: string | undefined;
1473
- tabIndex?: string | number | undefined;
1474
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1475
- disableOptimization?: boolean | undefined;
1476
- forceStyle?: "hover" | "press" | "focus" | undefined;
1477
- disableClassName?: boolean | undefined;
1478
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1479
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1480
- } & {
505
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1481
506
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1482
507
  } & 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<{
1483
508
  readonly fullscreen?: boolean | undefined;
@@ -1497,32 +522,7 @@ export declare const SheetOverlayFrame: import("@tamagui/core").TamaguiComponent
1497
522
  }, "open" | "unstyled"> & {
1498
523
  readonly open?: boolean | undefined;
1499
524
  readonly unstyled?: boolean | undefined;
1500
- }>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1501
- target?: string | undefined;
1502
- hitSlop?: number | import("react-native").Insets | null | undefined;
1503
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1504
- dangerouslySetInnerHTML?: {
1505
- __html: string;
1506
- } | undefined;
1507
- children?: any;
1508
- debug?: import("@tamagui/core").DebugProp | undefined;
1509
- disabled?: boolean | undefined;
1510
- className?: string | undefined;
1511
- themeShallow?: boolean | undefined;
1512
- id?: string | undefined;
1513
- tag?: string | undefined;
1514
- theme?: string | null | undefined;
1515
- group?: undefined;
1516
- untilMeasured?: "hide" | "show" | undefined;
1517
- componentName?: string | undefined;
1518
- tabIndex?: string | number | undefined;
1519
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1520
- disableOptimization?: boolean | undefined;
1521
- forceStyle?: "hover" | "press" | "focus" | undefined;
1522
- disableClassName?: boolean | undefined;
1523
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1524
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1525
- } & {
525
+ }>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1526
526
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1527
527
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
1528
528
  readonly fullscreen?: boolean | undefined;
@@ -1544,59 +544,9 @@ export declare const SheetOverlayFrame: import("@tamagui/core").TamaguiComponent
1544
544
  readonly unstyled?: boolean | undefined;
1545
545
  }, {
1546
546
  displayName: string | undefined;
1547
- __baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1548
- target?: string | undefined;
1549
- hitSlop?: number | import("react-native").Insets | null | undefined;
1550
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1551
- dangerouslySetInnerHTML?: {
1552
- __html: string;
1553
- } | undefined;
1554
- children?: any;
1555
- debug?: import("@tamagui/core").DebugProp | undefined;
1556
- disabled?: boolean | undefined;
1557
- className?: string | undefined;
1558
- themeShallow?: boolean | undefined;
1559
- id?: string | undefined;
1560
- tag?: string | undefined;
1561
- theme?: string | null | undefined;
1562
- group?: undefined;
1563
- untilMeasured?: "hide" | "show" | undefined;
1564
- componentName?: string | undefined;
1565
- tabIndex?: string | number | undefined;
1566
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1567
- disableOptimization?: boolean | undefined;
1568
- forceStyle?: "hover" | "press" | "focus" | undefined;
1569
- disableClassName?: boolean | undefined;
1570
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1571
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1572
- } & {
547
+ __baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1573
548
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1574
549
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
1575
- target?: string | undefined;
1576
- hitSlop?: number | import("react-native").Insets | null | undefined;
1577
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1578
- dangerouslySetInnerHTML?: {
1579
- __html: string;
1580
- } | undefined;
1581
- children?: any;
1582
- debug?: import("@tamagui/core").DebugProp | undefined;
1583
- disabled?: boolean | undefined;
1584
- className?: string | undefined;
1585
- themeShallow?: boolean | undefined;
1586
- id?: string | undefined;
1587
- tag?: string | undefined;
1588
- theme?: string | null | undefined;
1589
- group?: undefined;
1590
- untilMeasured?: "hide" | "show" | undefined;
1591
- componentName?: string | undefined;
1592
- tabIndex?: string | number | undefined;
1593
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1594
- disableOptimization?: boolean | undefined;
1595
- forceStyle?: "hover" | "press" | "focus" | undefined;
1596
- disableClassName?: boolean | undefined;
1597
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1598
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1599
- } & {
1600
550
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1601
551
  };
1602
552
  __variantProps: {
@@ -1620,32 +570,7 @@ export declare const SheetOverlayFrame: import("@tamagui/core").TamaguiComponent
1620
570
  };
1621
571
  }>;
1622
572
  /** @deprecated use Overlay instead */
1623
- export declare const SheetHandleFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1624
- target?: string | undefined;
1625
- hitSlop?: number | import("react-native").Insets | null | undefined;
1626
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1627
- dangerouslySetInnerHTML?: {
1628
- __html: string;
1629
- } | undefined;
1630
- children?: any;
1631
- debug?: import("@tamagui/core").DebugProp | undefined;
1632
- disabled?: boolean | undefined;
1633
- className?: string | undefined;
1634
- themeShallow?: boolean | undefined;
1635
- id?: string | undefined;
1636
- tag?: string | undefined;
1637
- theme?: string | null | undefined;
1638
- group?: undefined;
1639
- untilMeasured?: "hide" | "show" | undefined;
1640
- componentName?: string | undefined;
1641
- tabIndex?: string | number | undefined;
1642
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1643
- disableOptimization?: boolean | undefined;
1644
- forceStyle?: "hover" | "press" | "focus" | undefined;
1645
- disableClassName?: boolean | undefined;
1646
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1647
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1648
- } & {
573
+ export declare const SheetHandleFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1649
574
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1650
575
  } & 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<{
1651
576
  readonly fullscreen?: boolean | undefined;
@@ -1653,32 +578,7 @@ export declare const SheetHandleFrame: import("@tamagui/core").TamaguiComponent<
1653
578
  }, "open" | "unstyled"> & {
1654
579
  readonly open?: boolean | undefined;
1655
580
  readonly unstyled?: boolean | undefined;
1656
- } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1657
- target?: string | undefined;
1658
- hitSlop?: number | import("react-native").Insets | null | undefined;
1659
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1660
- dangerouslySetInnerHTML?: {
1661
- __html: string;
1662
- } | undefined;
1663
- children?: any;
1664
- debug?: import("@tamagui/core").DebugProp | undefined;
1665
- disabled?: boolean | undefined;
1666
- className?: string | undefined;
1667
- themeShallow?: boolean | undefined;
1668
- id?: string | undefined;
1669
- tag?: string | undefined;
1670
- theme?: string | null | undefined;
1671
- group?: undefined;
1672
- untilMeasured?: "hide" | "show" | undefined;
1673
- componentName?: string | undefined;
1674
- tabIndex?: string | number | undefined;
1675
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1676
- disableOptimization?: boolean | undefined;
1677
- forceStyle?: "hover" | "press" | "focus" | undefined;
1678
- disableClassName?: boolean | undefined;
1679
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1680
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1681
- } & {
581
+ } & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1682
582
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1683
583
  } & 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<{
1684
584
  readonly fullscreen?: boolean | undefined;
@@ -1686,32 +586,7 @@ export declare const SheetHandleFrame: import("@tamagui/core").TamaguiComponent<
1686
586
  }, "open" | "unstyled"> & {
1687
587
  readonly open?: boolean | undefined;
1688
588
  readonly unstyled?: boolean | undefined;
1689
- }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1690
- target?: string | undefined;
1691
- hitSlop?: number | import("react-native").Insets | null | undefined;
1692
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1693
- dangerouslySetInnerHTML?: {
1694
- __html: string;
1695
- } | undefined;
1696
- children?: any;
1697
- debug?: import("@tamagui/core").DebugProp | undefined;
1698
- disabled?: boolean | undefined;
1699
- className?: string | undefined;
1700
- themeShallow?: boolean | undefined;
1701
- id?: string | undefined;
1702
- tag?: string | undefined;
1703
- theme?: string | null | undefined;
1704
- group?: undefined;
1705
- untilMeasured?: "hide" | "show" | undefined;
1706
- componentName?: string | undefined;
1707
- tabIndex?: string | number | undefined;
1708
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1709
- disableOptimization?: boolean | undefined;
1710
- forceStyle?: "hover" | "press" | "focus" | undefined;
1711
- disableClassName?: boolean | undefined;
1712
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1713
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1714
- } & {
589
+ }>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1715
590
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1716
591
  } & 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<{
1717
592
  readonly fullscreen?: boolean | undefined;
@@ -1719,32 +594,7 @@ export declare const SheetHandleFrame: import("@tamagui/core").TamaguiComponent<
1719
594
  }, "open" | "unstyled"> & {
1720
595
  readonly open?: boolean | undefined;
1721
596
  readonly unstyled?: boolean | undefined;
1722
- }>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1723
- target?: string | undefined;
1724
- hitSlop?: number | import("react-native").Insets | null | undefined;
1725
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1726
- dangerouslySetInnerHTML?: {
1727
- __html: string;
1728
- } | undefined;
1729
- children?: any;
1730
- debug?: import("@tamagui/core").DebugProp | undefined;
1731
- disabled?: boolean | undefined;
1732
- className?: string | undefined;
1733
- themeShallow?: boolean | undefined;
1734
- id?: string | undefined;
1735
- tag?: string | undefined;
1736
- theme?: string | null | undefined;
1737
- group?: undefined;
1738
- untilMeasured?: "hide" | "show" | undefined;
1739
- componentName?: string | undefined;
1740
- tabIndex?: string | number | undefined;
1741
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1742
- disableOptimization?: boolean | undefined;
1743
- forceStyle?: "hover" | "press" | "focus" | undefined;
1744
- disableClassName?: boolean | undefined;
1745
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1746
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1747
- } & {
597
+ }>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1748
598
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1749
599
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
1750
600
  readonly fullscreen?: boolean | undefined;
@@ -1754,59 +604,9 @@ export declare const SheetHandleFrame: import("@tamagui/core").TamaguiComponent<
1754
604
  readonly unstyled?: boolean | undefined;
1755
605
  }, {
1756
606
  displayName: string | undefined;
1757
- __baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
1758
- target?: string | undefined;
1759
- hitSlop?: number | import("react-native").Insets | null | undefined;
1760
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1761
- dangerouslySetInnerHTML?: {
1762
- __html: string;
1763
- } | undefined;
1764
- children?: any;
1765
- debug?: import("@tamagui/core").DebugProp | undefined;
1766
- disabled?: boolean | undefined;
1767
- className?: string | undefined;
1768
- themeShallow?: boolean | undefined;
1769
- id?: string | undefined;
1770
- tag?: string | undefined;
1771
- theme?: string | null | undefined;
1772
- group?: undefined;
1773
- untilMeasured?: "hide" | "show" | undefined;
1774
- componentName?: string | undefined;
1775
- tabIndex?: string | number | undefined;
1776
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1777
- disableOptimization?: boolean | undefined;
1778
- forceStyle?: "hover" | "press" | "focus" | undefined;
1779
- disableClassName?: boolean | undefined;
1780
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1781
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1782
- } & {
607
+ __baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
1783
608
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1784
609
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
1785
- target?: string | undefined;
1786
- hitSlop?: number | import("react-native").Insets | null | undefined;
1787
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1788
- dangerouslySetInnerHTML?: {
1789
- __html: string;
1790
- } | undefined;
1791
- children?: any;
1792
- debug?: import("@tamagui/core").DebugProp | undefined;
1793
- disabled?: boolean | undefined;
1794
- className?: string | undefined;
1795
- themeShallow?: boolean | undefined;
1796
- id?: string | undefined;
1797
- tag?: string | undefined;
1798
- theme?: string | null | undefined;
1799
- group?: undefined;
1800
- untilMeasured?: "hide" | "show" | undefined;
1801
- componentName?: string | undefined;
1802
- tabIndex?: string | number | undefined;
1803
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1804
- disableOptimization?: boolean | undefined;
1805
- forceStyle?: "hover" | "press" | "focus" | undefined;
1806
- disableClassName?: boolean | undefined;
1807
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1808
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1809
- } & {
1810
610
  style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
1811
611
  };
1812
612
  __variantProps: {