@tamagui/accordion 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.
@@ -89,121 +89,21 @@ interface AccordionItemProps extends Omit<CollapsibleProps, 'open' | 'defaultOpe
89
89
  }
90
90
  type PrimitiveHeading3Props = React.ComponentPropsWithoutRef<typeof H3>;
91
91
  type AccordionHeaderProps = PrimitiveHeading3Props;
92
- declare const AccordionTriggerFrame: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
93
- target?: string | undefined;
94
- hitSlop?: number | import("react-native").Insets | null | undefined;
95
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
96
- dangerouslySetInnerHTML?: {
97
- __html: string;
98
- } | undefined;
99
- children?: any;
100
- debug?: import("@tamagui/web").DebugProp | undefined;
101
- disabled?: boolean | undefined;
102
- className?: string | undefined;
103
- themeShallow?: boolean | undefined;
104
- id?: string | undefined;
105
- tag?: string | undefined;
106
- theme?: string | null | undefined;
107
- group?: undefined;
108
- untilMeasured?: "hide" | "show" | undefined;
109
- componentName?: string | undefined;
110
- tabIndex?: string | number | undefined;
111
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
112
- disableOptimization?: boolean | undefined;
113
- forceStyle?: "hover" | "press" | "focus" | undefined;
114
- disableClassName?: boolean | undefined;
115
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
116
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
117
- } & {
92
+ declare const AccordionTriggerFrame: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
118
93
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
119
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
120
- target?: string | undefined;
121
- hitSlop?: number | import("react-native").Insets | null | undefined;
122
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
123
- dangerouslySetInnerHTML?: {
124
- __html: string;
125
- } | undefined;
126
- children?: any;
127
- debug?: import("@tamagui/web").DebugProp | undefined;
128
- disabled?: boolean | undefined;
129
- className?: string | undefined;
130
- themeShallow?: boolean | undefined;
131
- id?: string | undefined;
132
- tag?: string | undefined;
133
- theme?: string | null | undefined;
134
- group?: undefined;
135
- untilMeasured?: "hide" | "show" | undefined;
136
- componentName?: string | undefined;
137
- tabIndex?: string | number | undefined;
138
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
139
- disableOptimization?: boolean | undefined;
140
- forceStyle?: "hover" | "press" | "focus" | undefined;
141
- disableClassName?: boolean | undefined;
142
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
143
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
144
- } & {
94
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
145
95
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
146
96
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
147
97
  [x: string]: undefined;
148
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
149
- target?: string | undefined;
150
- hitSlop?: number | import("react-native").Insets | null | undefined;
151
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
152
- dangerouslySetInnerHTML?: {
153
- __html: string;
154
- } | undefined;
155
- children?: any;
156
- debug?: import("@tamagui/web").DebugProp | undefined;
157
- disabled?: boolean | undefined;
158
- className?: string | undefined;
159
- themeShallow?: boolean | undefined;
160
- id?: string | undefined;
161
- tag?: string | undefined;
162
- theme?: string | null | undefined;
163
- group?: undefined;
164
- untilMeasured?: "hide" | "show" | undefined;
165
- componentName?: string | undefined;
166
- tabIndex?: string | number | undefined;
167
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
168
- disableOptimization?: boolean | undefined;
169
- forceStyle?: "hover" | "press" | "focus" | undefined;
170
- disableClassName?: boolean | undefined;
171
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
172
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
173
- } & {
98
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
174
99
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
175
100
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
176
101
  [x: string]: undefined;
177
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
178
- target?: string | undefined;
179
- hitSlop?: number | import("react-native").Insets | null | undefined;
180
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
181
- dangerouslySetInnerHTML?: {
182
- __html: string;
183
- } | undefined;
184
- children?: any;
185
- debug?: import("@tamagui/web").DebugProp | undefined;
186
- disabled?: boolean | undefined;
187
- className?: string | undefined;
188
- themeShallow?: boolean | undefined;
189
- id?: string | undefined;
190
- tag?: string | undefined;
191
- theme?: string | null | undefined;
192
- group?: undefined;
193
- untilMeasured?: "hide" | "show" | undefined;
194
- componentName?: string | undefined;
195
- tabIndex?: string | number | undefined;
196
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
197
- disableOptimization?: boolean | undefined;
198
- forceStyle?: "hover" | "press" | "focus" | undefined;
199
- disableClassName?: boolean | undefined;
200
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
201
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
202
- } & {
102
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
203
103
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
204
104
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
205
105
  [x: string]: undefined;
206
- }>>), "display" | "children" | "style" | "hitSlop" | "id" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "children" | "style" | "hitSlop" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
106
+ }>>), "display" | "style" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "style" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
207
107
  columnGap?: import("@tamagui/web").SpaceValue | undefined;
208
108
  contain?: import("csstype").Property.Contain | undefined;
209
109
  cursor?: import("csstype").Property.Cursor | undefined;
@@ -221,123 +121,23 @@ declare const AccordionTriggerFrame: import("@tamagui/web").TamaguiComponent<Omi
221
121
  animation?: import("@tamagui/web").AnimationProp | null | undefined;
222
122
  animateOnly?: string[] | undefined;
223
123
  userSelect?: import("csstype").Property.UserSelect | undefined;
224
- } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
124
+ } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
225
125
  readonly unstyled?: boolean | undefined;
226
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
227
- target?: string | undefined;
228
- hitSlop?: number | import("react-native").Insets | null | undefined;
229
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
230
- dangerouslySetInnerHTML?: {
231
- __html: string;
232
- } | undefined;
233
- children?: any;
234
- debug?: import("@tamagui/web").DebugProp | undefined;
235
- disabled?: boolean | undefined;
236
- className?: string | undefined;
237
- themeShallow?: boolean | undefined;
238
- id?: string | undefined;
239
- tag?: string | undefined;
240
- theme?: string | null | undefined;
241
- group?: undefined;
242
- untilMeasured?: "hide" | "show" | undefined;
243
- componentName?: string | undefined;
244
- tabIndex?: string | number | undefined;
245
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
246
- disableOptimization?: boolean | undefined;
247
- forceStyle?: "hover" | "press" | "focus" | undefined;
248
- disableClassName?: boolean | undefined;
249
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
250
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
251
- } & {
126
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
252
127
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
253
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
254
- target?: string | undefined;
255
- hitSlop?: number | import("react-native").Insets | null | undefined;
256
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
257
- dangerouslySetInnerHTML?: {
258
- __html: string;
259
- } | undefined;
260
- children?: any;
261
- debug?: import("@tamagui/web").DebugProp | undefined;
262
- disabled?: boolean | undefined;
263
- className?: string | undefined;
264
- themeShallow?: boolean | undefined;
265
- id?: string | undefined;
266
- tag?: string | undefined;
267
- theme?: string | null | undefined;
268
- group?: undefined;
269
- untilMeasured?: "hide" | "show" | undefined;
270
- componentName?: string | undefined;
271
- tabIndex?: string | number | undefined;
272
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
273
- disableOptimization?: boolean | undefined;
274
- forceStyle?: "hover" | "press" | "focus" | undefined;
275
- disableClassName?: boolean | undefined;
276
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
277
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
278
- } & {
128
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
279
129
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
280
130
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
281
131
  [x: string]: undefined;
282
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
283
- target?: string | undefined;
284
- hitSlop?: number | import("react-native").Insets | null | undefined;
285
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
286
- dangerouslySetInnerHTML?: {
287
- __html: string;
288
- } | undefined;
289
- children?: any;
290
- debug?: import("@tamagui/web").DebugProp | undefined;
291
- disabled?: boolean | undefined;
292
- className?: string | undefined;
293
- themeShallow?: boolean | undefined;
294
- id?: string | undefined;
295
- tag?: string | undefined;
296
- theme?: string | null | undefined;
297
- group?: undefined;
298
- untilMeasured?: "hide" | "show" | undefined;
299
- componentName?: string | undefined;
300
- tabIndex?: string | number | undefined;
301
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
302
- disableOptimization?: boolean | undefined;
303
- forceStyle?: "hover" | "press" | "focus" | undefined;
304
- disableClassName?: boolean | undefined;
305
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
306
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
307
- } & {
132
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
308
133
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
309
134
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
310
135
  [x: string]: undefined;
311
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
312
- target?: string | undefined;
313
- hitSlop?: number | import("react-native").Insets | null | undefined;
314
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
315
- dangerouslySetInnerHTML?: {
316
- __html: string;
317
- } | undefined;
318
- children?: any;
319
- debug?: import("@tamagui/web").DebugProp | undefined;
320
- disabled?: boolean | undefined;
321
- className?: string | undefined;
322
- themeShallow?: boolean | undefined;
323
- id?: string | undefined;
324
- tag?: string | undefined;
325
- theme?: string | null | undefined;
326
- group?: undefined;
327
- untilMeasured?: "hide" | "show" | undefined;
328
- componentName?: string | undefined;
329
- tabIndex?: string | number | undefined;
330
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
331
- disableOptimization?: boolean | undefined;
332
- forceStyle?: "hover" | "press" | "focus" | undefined;
333
- disableClassName?: boolean | undefined;
334
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
335
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
336
- } & {
136
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
337
137
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
338
138
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
339
139
  [x: string]: undefined;
340
- }>>), "display" | "children" | "style" | "hitSlop" | "id" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "children" | "style" | "hitSlop" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
140
+ }>>), "display" | "style" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "style" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
341
141
  columnGap?: import("@tamagui/web").SpaceValue | undefined;
342
142
  contain?: import("csstype").Property.Contain | undefined;
343
143
  cursor?: import("csstype").Property.Cursor | undefined;
@@ -355,123 +155,23 @@ declare const AccordionTriggerFrame: import("@tamagui/web").TamaguiComponent<Omi
355
155
  animation?: import("@tamagui/web").AnimationProp | null | undefined;
356
156
  animateOnly?: string[] | undefined;
357
157
  userSelect?: import("csstype").Property.UserSelect | undefined;
358
- } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
158
+ } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
359
159
  readonly unstyled?: boolean | undefined;
360
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
361
- target?: string | undefined;
362
- hitSlop?: number | import("react-native").Insets | null | undefined;
363
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
364
- dangerouslySetInnerHTML?: {
365
- __html: string;
366
- } | undefined;
367
- children?: any;
368
- debug?: import("@tamagui/web").DebugProp | undefined;
369
- disabled?: boolean | undefined;
370
- className?: string | undefined;
371
- themeShallow?: boolean | undefined;
372
- id?: string | undefined;
373
- tag?: string | undefined;
374
- theme?: string | null | undefined;
375
- group?: undefined;
376
- untilMeasured?: "hide" | "show" | undefined;
377
- componentName?: string | undefined;
378
- tabIndex?: string | number | undefined;
379
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
380
- disableOptimization?: boolean | undefined;
381
- forceStyle?: "hover" | "press" | "focus" | undefined;
382
- disableClassName?: boolean | undefined;
383
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
384
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
385
- } & {
160
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
386
161
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
387
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
388
- target?: string | undefined;
389
- hitSlop?: number | import("react-native").Insets | null | undefined;
390
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
391
- dangerouslySetInnerHTML?: {
392
- __html: string;
393
- } | undefined;
394
- children?: any;
395
- debug?: import("@tamagui/web").DebugProp | undefined;
396
- disabled?: boolean | undefined;
397
- className?: string | undefined;
398
- themeShallow?: boolean | undefined;
399
- id?: string | undefined;
400
- tag?: string | undefined;
401
- theme?: string | null | undefined;
402
- group?: undefined;
403
- untilMeasured?: "hide" | "show" | undefined;
404
- componentName?: string | undefined;
405
- tabIndex?: string | number | undefined;
406
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
407
- disableOptimization?: boolean | undefined;
408
- forceStyle?: "hover" | "press" | "focus" | undefined;
409
- disableClassName?: boolean | undefined;
410
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
411
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
412
- } & {
162
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
413
163
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
414
164
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
415
165
  [x: string]: undefined;
416
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
417
- target?: string | undefined;
418
- hitSlop?: number | import("react-native").Insets | null | undefined;
419
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
420
- dangerouslySetInnerHTML?: {
421
- __html: string;
422
- } | undefined;
423
- children?: any;
424
- debug?: import("@tamagui/web").DebugProp | undefined;
425
- disabled?: boolean | undefined;
426
- className?: string | undefined;
427
- themeShallow?: boolean | undefined;
428
- id?: string | undefined;
429
- tag?: string | undefined;
430
- theme?: string | null | undefined;
431
- group?: undefined;
432
- untilMeasured?: "hide" | "show" | undefined;
433
- componentName?: string | undefined;
434
- tabIndex?: string | number | undefined;
435
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
436
- disableOptimization?: boolean | undefined;
437
- forceStyle?: "hover" | "press" | "focus" | undefined;
438
- disableClassName?: boolean | undefined;
439
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
440
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
441
- } & {
166
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
442
167
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
443
168
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
444
169
  [x: string]: undefined;
445
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
446
- target?: string | undefined;
447
- hitSlop?: number | import("react-native").Insets | null | undefined;
448
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
449
- dangerouslySetInnerHTML?: {
450
- __html: string;
451
- } | undefined;
452
- children?: any;
453
- debug?: import("@tamagui/web").DebugProp | undefined;
454
- disabled?: boolean | undefined;
455
- className?: string | undefined;
456
- themeShallow?: boolean | undefined;
457
- id?: string | undefined;
458
- tag?: string | undefined;
459
- theme?: string | null | undefined;
460
- group?: undefined;
461
- untilMeasured?: "hide" | "show" | undefined;
462
- componentName?: string | undefined;
463
- tabIndex?: string | number | undefined;
464
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
465
- disableOptimization?: boolean | undefined;
466
- forceStyle?: "hover" | "press" | "focus" | undefined;
467
- disableClassName?: boolean | undefined;
468
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
469
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
470
- } & {
170
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
471
171
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
472
172
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
473
173
  [x: string]: undefined;
474
- }>>), "display" | "children" | "style" | "hitSlop" | "id" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "children" | "style" | "hitSlop" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
174
+ }>>), "display" | "style" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "style" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
475
175
  columnGap?: import("@tamagui/web").SpaceValue | undefined;
476
176
  contain?: import("csstype").Property.Contain | undefined;
477
177
  cursor?: import("csstype").Property.Cursor | undefined;
@@ -489,123 +189,23 @@ declare const AccordionTriggerFrame: import("@tamagui/web").TamaguiComponent<Omi
489
189
  animation?: import("@tamagui/web").AnimationProp | null | undefined;
490
190
  animateOnly?: string[] | undefined;
491
191
  userSelect?: import("csstype").Property.UserSelect | undefined;
492
- } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
192
+ } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
493
193
  readonly unstyled?: boolean | undefined;
494
- }>>, TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
495
- target?: string | undefined;
496
- hitSlop?: number | import("react-native").Insets | null | undefined;
497
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
498
- dangerouslySetInnerHTML?: {
499
- __html: string;
500
- } | undefined;
501
- children?: any;
502
- debug?: import("@tamagui/web").DebugProp | undefined;
503
- disabled?: boolean | undefined;
504
- className?: string | undefined;
505
- themeShallow?: boolean | undefined;
506
- id?: string | undefined;
507
- tag?: string | undefined;
508
- theme?: string | null | undefined;
509
- group?: undefined;
510
- untilMeasured?: "hide" | "show" | undefined;
511
- componentName?: string | undefined;
512
- tabIndex?: string | number | undefined;
513
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
514
- disableOptimization?: boolean | undefined;
515
- forceStyle?: "hover" | "press" | "focus" | undefined;
516
- disableClassName?: boolean | undefined;
517
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
518
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
519
- } & {
194
+ }>>, TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
520
195
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
521
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
522
- target?: string | undefined;
523
- hitSlop?: number | import("react-native").Insets | null | undefined;
524
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
525
- dangerouslySetInnerHTML?: {
526
- __html: string;
527
- } | undefined;
528
- children?: any;
529
- debug?: import("@tamagui/web").DebugProp | undefined;
530
- disabled?: boolean | undefined;
531
- className?: string | undefined;
532
- themeShallow?: boolean | undefined;
533
- id?: string | undefined;
534
- tag?: string | undefined;
535
- theme?: string | null | undefined;
536
- group?: undefined;
537
- untilMeasured?: "hide" | "show" | undefined;
538
- componentName?: string | undefined;
539
- tabIndex?: string | number | undefined;
540
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
541
- disableOptimization?: boolean | undefined;
542
- forceStyle?: "hover" | "press" | "focus" | undefined;
543
- disableClassName?: boolean | undefined;
544
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
545
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
546
- } & {
196
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
547
197
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
548
198
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
549
199
  [x: string]: undefined;
550
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
551
- target?: string | undefined;
552
- hitSlop?: number | import("react-native").Insets | null | undefined;
553
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
554
- dangerouslySetInnerHTML?: {
555
- __html: string;
556
- } | undefined;
557
- children?: any;
558
- debug?: import("@tamagui/web").DebugProp | undefined;
559
- disabled?: boolean | undefined;
560
- className?: string | undefined;
561
- themeShallow?: boolean | undefined;
562
- id?: string | undefined;
563
- tag?: string | undefined;
564
- theme?: string | null | undefined;
565
- group?: undefined;
566
- untilMeasured?: "hide" | "show" | undefined;
567
- componentName?: string | undefined;
568
- tabIndex?: string | number | undefined;
569
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
570
- disableOptimization?: boolean | undefined;
571
- forceStyle?: "hover" | "press" | "focus" | undefined;
572
- disableClassName?: boolean | undefined;
573
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
574
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
575
- } & {
200
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
576
201
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
577
202
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
578
203
  [x: string]: undefined;
579
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
580
- target?: string | undefined;
581
- hitSlop?: number | import("react-native").Insets | null | undefined;
582
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
583
- dangerouslySetInnerHTML?: {
584
- __html: string;
585
- } | undefined;
586
- children?: any;
587
- debug?: import("@tamagui/web").DebugProp | undefined;
588
- disabled?: boolean | undefined;
589
- className?: string | undefined;
590
- themeShallow?: boolean | undefined;
591
- id?: string | undefined;
592
- tag?: string | undefined;
593
- theme?: string | null | undefined;
594
- group?: undefined;
595
- untilMeasured?: "hide" | "show" | undefined;
596
- componentName?: string | undefined;
597
- tabIndex?: string | number | undefined;
598
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
599
- disableOptimization?: boolean | undefined;
600
- forceStyle?: "hover" | "press" | "focus" | undefined;
601
- disableClassName?: boolean | undefined;
602
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
603
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
604
- } & {
204
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
605
205
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
606
206
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
607
207
  [x: string]: undefined;
608
- }>>), "display" | "children" | "style" | "hitSlop" | "id" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "children" | "style" | "hitSlop" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
208
+ }>>), "display" | "style" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "style" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
609
209
  columnGap?: import("@tamagui/web").SpaceValue | undefined;
610
210
  contain?: import("csstype").Property.Contain | undefined;
611
211
  cursor?: import("csstype").Property.Cursor | undefined;
@@ -623,7 +223,7 @@ declare const AccordionTriggerFrame: import("@tamagui/web").TamaguiComponent<Omi
623
223
  animation?: import("@tamagui/web").AnimationProp | null | undefined;
624
224
  animateOnly?: string[] | undefined;
625
225
  userSelect?: import("csstype").Property.UserSelect | undefined;
626
- } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>>, {
226
+ } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>>, {
627
227
  readonly unstyled?: boolean | undefined;
628
228
  }, {
629
229
  displayName: string | undefined;
@@ -631,90 +231,15 @@ declare const AccordionTriggerFrame: import("@tamagui/web").TamaguiComponent<Omi
631
231
  type AccordionTriggerProps = GetProps<typeof AccordionTriggerFrame>;
632
232
  declare const AccordionContentFrame: import("@tamagui/web").TamaguiComponent<import("@tamagui/collapsible/types/Collapsible").CollapsibleContentProps & {
633
233
  __scopeCollapsible?: string | undefined;
634
- } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
635
- target?: string | undefined;
636
- hitSlop?: number | import("react-native").Insets | null | undefined;
637
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
638
- dangerouslySetInnerHTML?: {
639
- __html: string;
640
- } | undefined;
641
- children?: any;
642
- debug?: import("@tamagui/web").DebugProp | undefined;
643
- disabled?: boolean | undefined;
644
- className?: string | undefined;
645
- themeShallow?: boolean | undefined;
646
- id?: string | undefined;
647
- tag?: string | undefined;
648
- theme?: string | null | undefined;
649
- group?: undefined;
650
- untilMeasured?: "hide" | "show" | undefined;
651
- componentName?: string | undefined;
652
- tabIndex?: string | number | undefined;
653
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
654
- disableOptimization?: boolean | undefined;
655
- forceStyle?: "hover" | "press" | "focus" | undefined;
656
- disableClassName?: boolean | undefined;
657
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
658
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
659
- } & {
234
+ } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
660
235
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
661
236
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
662
237
  [x: string]: undefined;
663
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
664
- target?: string | undefined;
665
- hitSlop?: number | import("react-native").Insets | null | undefined;
666
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
667
- dangerouslySetInnerHTML?: {
668
- __html: string;
669
- } | undefined;
670
- children?: any;
671
- debug?: import("@tamagui/web").DebugProp | undefined;
672
- disabled?: boolean | undefined;
673
- className?: string | undefined;
674
- themeShallow?: boolean | undefined;
675
- id?: string | undefined;
676
- tag?: string | undefined;
677
- theme?: string | null | undefined;
678
- group?: undefined;
679
- untilMeasured?: "hide" | "show" | undefined;
680
- componentName?: string | undefined;
681
- tabIndex?: string | number | undefined;
682
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
683
- disableOptimization?: boolean | undefined;
684
- forceStyle?: "hover" | "press" | "focus" | undefined;
685
- disableClassName?: boolean | undefined;
686
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
687
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
688
- } & {
238
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
689
239
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
690
240
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
691
241
  [x: string]: undefined;
692
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
693
- target?: string | undefined;
694
- hitSlop?: number | import("react-native").Insets | null | undefined;
695
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
696
- dangerouslySetInnerHTML?: {
697
- __html: string;
698
- } | undefined;
699
- children?: any;
700
- debug?: import("@tamagui/web").DebugProp | undefined;
701
- disabled?: boolean | undefined;
702
- className?: string | undefined;
703
- themeShallow?: boolean | undefined;
704
- id?: string | undefined;
705
- tag?: string | undefined;
706
- theme?: string | null | undefined;
707
- group?: undefined;
708
- untilMeasured?: "hide" | "show" | undefined;
709
- componentName?: string | undefined;
710
- tabIndex?: string | number | undefined;
711
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
712
- disableOptimization?: boolean | undefined;
713
- forceStyle?: "hover" | "press" | "focus" | undefined;
714
- disableClassName?: boolean | undefined;
715
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
716
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
717
- } & {
242
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
718
243
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
719
244
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
720
245
  [x: string]: undefined;
@@ -722,90 +247,15 @@ declare const AccordionContentFrame: import("@tamagui/web").TamaguiComponent<imp
722
247
  readonly unstyled?: boolean | undefined;
723
248
  } & import("@tamagui/web").PseudoProps<Partial<import("@tamagui/collapsible/types/Collapsible").CollapsibleContentProps & {
724
249
  __scopeCollapsible?: string | undefined;
725
- } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
726
- target?: string | undefined;
727
- hitSlop?: number | import("react-native").Insets | null | undefined;
728
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
729
- dangerouslySetInnerHTML?: {
730
- __html: string;
731
- } | undefined;
732
- children?: any;
733
- debug?: import("@tamagui/web").DebugProp | undefined;
734
- disabled?: boolean | undefined;
735
- className?: string | undefined;
736
- themeShallow?: boolean | undefined;
737
- id?: string | undefined;
738
- tag?: string | undefined;
739
- theme?: string | null | undefined;
740
- group?: undefined;
741
- untilMeasured?: "hide" | "show" | undefined;
742
- componentName?: string | undefined;
743
- tabIndex?: string | number | undefined;
744
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
745
- disableOptimization?: boolean | undefined;
746
- forceStyle?: "hover" | "press" | "focus" | undefined;
747
- disableClassName?: boolean | undefined;
748
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
749
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
750
- } & {
250
+ } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
751
251
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
752
252
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
753
253
  [x: string]: undefined;
754
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
755
- target?: string | undefined;
756
- hitSlop?: number | import("react-native").Insets | null | undefined;
757
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
758
- dangerouslySetInnerHTML?: {
759
- __html: string;
760
- } | undefined;
761
- children?: any;
762
- debug?: import("@tamagui/web").DebugProp | undefined;
763
- disabled?: boolean | undefined;
764
- className?: string | undefined;
765
- themeShallow?: boolean | undefined;
766
- id?: string | undefined;
767
- tag?: string | undefined;
768
- theme?: string | null | undefined;
769
- group?: undefined;
770
- untilMeasured?: "hide" | "show" | undefined;
771
- componentName?: string | undefined;
772
- tabIndex?: string | number | undefined;
773
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
774
- disableOptimization?: boolean | undefined;
775
- forceStyle?: "hover" | "press" | "focus" | undefined;
776
- disableClassName?: boolean | undefined;
777
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
778
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
779
- } & {
254
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
780
255
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
781
256
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
782
257
  [x: string]: undefined;
783
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
784
- target?: string | undefined;
785
- hitSlop?: number | import("react-native").Insets | null | undefined;
786
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
787
- dangerouslySetInnerHTML?: {
788
- __html: string;
789
- } | undefined;
790
- children?: any;
791
- debug?: import("@tamagui/web").DebugProp | undefined;
792
- disabled?: boolean | undefined;
793
- className?: string | undefined;
794
- themeShallow?: boolean | undefined;
795
- id?: string | undefined;
796
- tag?: string | undefined;
797
- theme?: string | null | undefined;
798
- group?: undefined;
799
- untilMeasured?: "hide" | "show" | undefined;
800
- componentName?: string | undefined;
801
- tabIndex?: string | number | undefined;
802
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
803
- disableOptimization?: boolean | undefined;
804
- forceStyle?: "hover" | "press" | "focus" | undefined;
805
- disableClassName?: boolean | undefined;
806
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
807
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
808
- } & {
258
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
809
259
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
810
260
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
811
261
  [x: string]: undefined;
@@ -813,90 +263,15 @@ declare const AccordionContentFrame: import("@tamagui/web").TamaguiComponent<imp
813
263
  readonly unstyled?: boolean | undefined;
814
264
  }>> & import("@tamagui/web").MediaProps<Partial<import("@tamagui/collapsible/types/Collapsible").CollapsibleContentProps & {
815
265
  __scopeCollapsible?: string | undefined;
816
- } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
817
- target?: string | undefined;
818
- hitSlop?: number | import("react-native").Insets | null | undefined;
819
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
820
- dangerouslySetInnerHTML?: {
821
- __html: string;
822
- } | undefined;
823
- children?: any;
824
- debug?: import("@tamagui/web").DebugProp | undefined;
825
- disabled?: boolean | undefined;
826
- className?: string | undefined;
827
- themeShallow?: boolean | undefined;
828
- id?: string | undefined;
829
- tag?: string | undefined;
830
- theme?: string | null | undefined;
831
- group?: undefined;
832
- untilMeasured?: "hide" | "show" | undefined;
833
- componentName?: string | undefined;
834
- tabIndex?: string | number | undefined;
835
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
836
- disableOptimization?: boolean | undefined;
837
- forceStyle?: "hover" | "press" | "focus" | undefined;
838
- disableClassName?: boolean | undefined;
839
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
840
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
841
- } & {
266
+ } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
842
267
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
843
268
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
844
269
  [x: string]: undefined;
845
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
846
- target?: string | undefined;
847
- hitSlop?: number | import("react-native").Insets | null | undefined;
848
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
849
- dangerouslySetInnerHTML?: {
850
- __html: string;
851
- } | undefined;
852
- children?: any;
853
- debug?: import("@tamagui/web").DebugProp | undefined;
854
- disabled?: boolean | undefined;
855
- className?: string | undefined;
856
- themeShallow?: boolean | undefined;
857
- id?: string | undefined;
858
- tag?: string | undefined;
859
- theme?: string | null | undefined;
860
- group?: undefined;
861
- untilMeasured?: "hide" | "show" | undefined;
862
- componentName?: string | undefined;
863
- tabIndex?: string | number | undefined;
864
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
865
- disableOptimization?: boolean | undefined;
866
- forceStyle?: "hover" | "press" | "focus" | undefined;
867
- disableClassName?: boolean | undefined;
868
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
869
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
870
- } & {
270
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
871
271
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
872
272
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
873
273
  [x: string]: undefined;
874
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
875
- target?: string | undefined;
876
- hitSlop?: number | import("react-native").Insets | null | undefined;
877
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
878
- dangerouslySetInnerHTML?: {
879
- __html: string;
880
- } | undefined;
881
- children?: any;
882
- debug?: import("@tamagui/web").DebugProp | undefined;
883
- disabled?: boolean | undefined;
884
- className?: string | undefined;
885
- themeShallow?: boolean | undefined;
886
- id?: string | undefined;
887
- tag?: string | undefined;
888
- theme?: string | null | undefined;
889
- group?: undefined;
890
- untilMeasured?: "hide" | "show" | undefined;
891
- componentName?: string | undefined;
892
- tabIndex?: string | number | undefined;
893
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
894
- disableOptimization?: boolean | undefined;
895
- forceStyle?: "hover" | "press" | "focus" | undefined;
896
- disableClassName?: boolean | undefined;
897
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
898
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
899
- } & {
274
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
900
275
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
901
276
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
902
277
  [x: string]: undefined;
@@ -904,90 +279,15 @@ declare const AccordionContentFrame: import("@tamagui/web").TamaguiComponent<imp
904
279
  readonly unstyled?: boolean | undefined;
905
280
  }>>, TamaguiElement, import("@tamagui/collapsible/types/Collapsible").CollapsibleContentProps & {
906
281
  __scopeCollapsible?: string | undefined;
907
- } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
908
- target?: string | undefined;
909
- hitSlop?: number | import("react-native").Insets | null | undefined;
910
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
911
- dangerouslySetInnerHTML?: {
912
- __html: string;
913
- } | undefined;
914
- children?: any;
915
- debug?: import("@tamagui/web").DebugProp | undefined;
916
- disabled?: boolean | undefined;
917
- className?: string | undefined;
918
- themeShallow?: boolean | undefined;
919
- id?: string | undefined;
920
- tag?: string | undefined;
921
- theme?: string | null | undefined;
922
- group?: undefined;
923
- untilMeasured?: "hide" | "show" | undefined;
924
- componentName?: string | undefined;
925
- tabIndex?: string | number | undefined;
926
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
927
- disableOptimization?: boolean | undefined;
928
- forceStyle?: "hover" | "press" | "focus" | undefined;
929
- disableClassName?: boolean | undefined;
930
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
931
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
932
- } & {
282
+ } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
933
283
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
934
284
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
935
285
  [x: string]: undefined;
936
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
937
- target?: string | undefined;
938
- hitSlop?: number | import("react-native").Insets | null | undefined;
939
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
940
- dangerouslySetInnerHTML?: {
941
- __html: string;
942
- } | undefined;
943
- children?: any;
944
- debug?: import("@tamagui/web").DebugProp | undefined;
945
- disabled?: boolean | undefined;
946
- className?: string | undefined;
947
- themeShallow?: boolean | undefined;
948
- id?: string | undefined;
949
- tag?: string | undefined;
950
- theme?: string | null | undefined;
951
- group?: undefined;
952
- untilMeasured?: "hide" | "show" | undefined;
953
- componentName?: string | undefined;
954
- tabIndex?: string | number | undefined;
955
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
956
- disableOptimization?: boolean | undefined;
957
- forceStyle?: "hover" | "press" | "focus" | undefined;
958
- disableClassName?: boolean | undefined;
959
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
960
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
961
- } & {
286
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
962
287
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
963
288
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
964
289
  [x: string]: undefined;
965
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
966
- target?: string | undefined;
967
- hitSlop?: number | import("react-native").Insets | null | undefined;
968
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
969
- dangerouslySetInnerHTML?: {
970
- __html: string;
971
- } | undefined;
972
- children?: any;
973
- debug?: import("@tamagui/web").DebugProp | undefined;
974
- disabled?: boolean | undefined;
975
- className?: string | undefined;
976
- themeShallow?: boolean | undefined;
977
- id?: string | undefined;
978
- tag?: string | undefined;
979
- theme?: string | null | undefined;
980
- group?: undefined;
981
- untilMeasured?: "hide" | "show" | undefined;
982
- componentName?: string | undefined;
983
- tabIndex?: string | number | undefined;
984
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
985
- disableOptimization?: boolean | undefined;
986
- forceStyle?: "hover" | "press" | "focus" | undefined;
987
- disableClassName?: boolean | undefined;
988
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
989
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
990
- } & {
290
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
991
291
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
992
292
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
993
293
  [x: string]: undefined;
@@ -998,121 +298,21 @@ declare const AccordionContentFrame: import("@tamagui/web").TamaguiComponent<imp
998
298
  }>;
999
299
  type AccordionContentProps = GetProps<typeof AccordionContentFrame>;
1000
300
  declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSingleProps | AccordionMultipleProps> & React.RefAttributes<AccordionElement>> & {
1001
- Trigger: import("@tamagui/web").ReactComponentWithRef<Object & Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1002
- target?: string | undefined;
1003
- hitSlop?: number | import("react-native").Insets | null | undefined;
1004
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1005
- dangerouslySetInnerHTML?: {
1006
- __html: string;
1007
- } | undefined;
1008
- children?: any;
1009
- debug?: import("@tamagui/web").DebugProp | undefined;
1010
- disabled?: boolean | undefined;
1011
- className?: string | undefined;
1012
- themeShallow?: boolean | undefined;
1013
- id?: string | undefined;
1014
- tag?: string | undefined;
1015
- theme?: string | null | undefined;
1016
- group?: undefined;
1017
- untilMeasured?: "hide" | "show" | undefined;
1018
- componentName?: string | undefined;
1019
- tabIndex?: string | number | undefined;
1020
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1021
- disableOptimization?: boolean | undefined;
1022
- forceStyle?: "hover" | "press" | "focus" | undefined;
1023
- disableClassName?: boolean | undefined;
1024
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1025
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1026
- } & {
301
+ Trigger: import("@tamagui/web").ReactComponentWithRef<Object & Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1027
302
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1028
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1029
- target?: string | undefined;
1030
- hitSlop?: number | import("react-native").Insets | null | undefined;
1031
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1032
- dangerouslySetInnerHTML?: {
1033
- __html: string;
1034
- } | undefined;
1035
- children?: any;
1036
- debug?: import("@tamagui/web").DebugProp | undefined;
1037
- disabled?: boolean | undefined;
1038
- className?: string | undefined;
1039
- themeShallow?: boolean | undefined;
1040
- id?: string | undefined;
1041
- tag?: string | undefined;
1042
- theme?: string | null | undefined;
1043
- group?: undefined;
1044
- untilMeasured?: "hide" | "show" | undefined;
1045
- componentName?: string | undefined;
1046
- tabIndex?: string | number | undefined;
1047
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1048
- disableOptimization?: boolean | undefined;
1049
- forceStyle?: "hover" | "press" | "focus" | undefined;
1050
- disableClassName?: boolean | undefined;
1051
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1052
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1053
- } & {
303
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1054
304
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1055
305
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1056
306
  [x: string]: undefined;
1057
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1058
- target?: string | undefined;
1059
- hitSlop?: number | import("react-native").Insets | null | undefined;
1060
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1061
- dangerouslySetInnerHTML?: {
1062
- __html: string;
1063
- } | undefined;
1064
- children?: any;
1065
- debug?: import("@tamagui/web").DebugProp | undefined;
1066
- disabled?: boolean | undefined;
1067
- className?: string | undefined;
1068
- themeShallow?: boolean | undefined;
1069
- id?: string | undefined;
1070
- tag?: string | undefined;
1071
- theme?: string | null | undefined;
1072
- group?: undefined;
1073
- untilMeasured?: "hide" | "show" | undefined;
1074
- componentName?: string | undefined;
1075
- tabIndex?: string | number | undefined;
1076
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1077
- disableOptimization?: boolean | undefined;
1078
- forceStyle?: "hover" | "press" | "focus" | undefined;
1079
- disableClassName?: boolean | undefined;
1080
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1081
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1082
- } & {
307
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1083
308
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1084
309
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1085
310
  [x: string]: undefined;
1086
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1087
- target?: string | undefined;
1088
- hitSlop?: number | import("react-native").Insets | null | undefined;
1089
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1090
- dangerouslySetInnerHTML?: {
1091
- __html: string;
1092
- } | undefined;
1093
- children?: any;
1094
- debug?: import("@tamagui/web").DebugProp | undefined;
1095
- disabled?: boolean | undefined;
1096
- className?: string | undefined;
1097
- themeShallow?: boolean | undefined;
1098
- id?: string | undefined;
1099
- tag?: string | undefined;
1100
- theme?: string | null | undefined;
1101
- group?: undefined;
1102
- untilMeasured?: "hide" | "show" | undefined;
1103
- componentName?: string | undefined;
1104
- tabIndex?: string | number | undefined;
1105
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1106
- disableOptimization?: boolean | undefined;
1107
- forceStyle?: "hover" | "press" | "focus" | undefined;
1108
- disableClassName?: boolean | undefined;
1109
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1110
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1111
- } & {
311
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1112
312
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1113
313
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1114
314
  [x: string]: undefined;
1115
- }>>), "display" | "children" | "style" | "hitSlop" | "id" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "children" | "style" | "hitSlop" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
315
+ }>>), "display" | "style" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "style" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
1116
316
  columnGap?: import("@tamagui/web").SpaceValue | undefined;
1117
317
  contain?: import("csstype").Property.Contain | undefined;
1118
318
  cursor?: import("csstype").Property.Cursor | undefined;
@@ -1130,123 +330,23 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
1130
330
  animation?: import("@tamagui/web").AnimationProp | null | undefined;
1131
331
  animateOnly?: string[] | undefined;
1132
332
  userSelect?: import("csstype").Property.UserSelect | undefined;
1133
- } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
333
+ } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
1134
334
  readonly unstyled?: boolean | undefined;
1135
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1136
- target?: string | undefined;
1137
- hitSlop?: number | import("react-native").Insets | null | undefined;
1138
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1139
- dangerouslySetInnerHTML?: {
1140
- __html: string;
1141
- } | undefined;
1142
- children?: any;
1143
- debug?: import("@tamagui/web").DebugProp | undefined;
1144
- disabled?: boolean | undefined;
1145
- className?: string | undefined;
1146
- themeShallow?: boolean | undefined;
1147
- id?: string | undefined;
1148
- tag?: string | undefined;
1149
- theme?: string | null | undefined;
1150
- group?: undefined;
1151
- untilMeasured?: "hide" | "show" | undefined;
1152
- componentName?: string | undefined;
1153
- tabIndex?: string | number | undefined;
1154
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1155
- disableOptimization?: boolean | undefined;
1156
- forceStyle?: "hover" | "press" | "focus" | undefined;
1157
- disableClassName?: boolean | undefined;
1158
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1159
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1160
- } & {
335
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1161
336
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1162
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1163
- target?: string | undefined;
1164
- hitSlop?: number | import("react-native").Insets | null | undefined;
1165
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1166
- dangerouslySetInnerHTML?: {
1167
- __html: string;
1168
- } | undefined;
1169
- children?: any;
1170
- debug?: import("@tamagui/web").DebugProp | undefined;
1171
- disabled?: boolean | undefined;
1172
- className?: string | undefined;
1173
- themeShallow?: boolean | undefined;
1174
- id?: string | undefined;
1175
- tag?: string | undefined;
1176
- theme?: string | null | undefined;
1177
- group?: undefined;
1178
- untilMeasured?: "hide" | "show" | undefined;
1179
- componentName?: string | undefined;
1180
- tabIndex?: string | number | undefined;
1181
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1182
- disableOptimization?: boolean | undefined;
1183
- forceStyle?: "hover" | "press" | "focus" | undefined;
1184
- disableClassName?: boolean | undefined;
1185
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1186
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1187
- } & {
337
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1188
338
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1189
339
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1190
340
  [x: string]: undefined;
1191
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1192
- target?: string | undefined;
1193
- hitSlop?: number | import("react-native").Insets | null | undefined;
1194
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1195
- dangerouslySetInnerHTML?: {
1196
- __html: string;
1197
- } | undefined;
1198
- children?: any;
1199
- debug?: import("@tamagui/web").DebugProp | undefined;
1200
- disabled?: boolean | undefined;
1201
- className?: string | undefined;
1202
- themeShallow?: boolean | undefined;
1203
- id?: string | undefined;
1204
- tag?: string | undefined;
1205
- theme?: string | null | undefined;
1206
- group?: undefined;
1207
- untilMeasured?: "hide" | "show" | undefined;
1208
- componentName?: string | undefined;
1209
- tabIndex?: string | number | undefined;
1210
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1211
- disableOptimization?: boolean | undefined;
1212
- forceStyle?: "hover" | "press" | "focus" | undefined;
1213
- disableClassName?: boolean | undefined;
1214
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1215
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1216
- } & {
341
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1217
342
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1218
343
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1219
344
  [x: string]: undefined;
1220
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1221
- target?: string | undefined;
1222
- hitSlop?: number | import("react-native").Insets | null | undefined;
1223
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1224
- dangerouslySetInnerHTML?: {
1225
- __html: string;
1226
- } | undefined;
1227
- children?: any;
1228
- debug?: import("@tamagui/web").DebugProp | undefined;
1229
- disabled?: boolean | undefined;
1230
- className?: string | undefined;
1231
- themeShallow?: boolean | undefined;
1232
- id?: string | undefined;
1233
- tag?: string | undefined;
1234
- theme?: string | null | undefined;
1235
- group?: undefined;
1236
- untilMeasured?: "hide" | "show" | undefined;
1237
- componentName?: string | undefined;
1238
- tabIndex?: string | number | undefined;
1239
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1240
- disableOptimization?: boolean | undefined;
1241
- forceStyle?: "hover" | "press" | "focus" | undefined;
1242
- disableClassName?: boolean | undefined;
1243
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1244
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1245
- } & {
345
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1246
346
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1247
347
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1248
348
  [x: string]: undefined;
1249
- }>>), "display" | "children" | "style" | "hitSlop" | "id" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "children" | "style" | "hitSlop" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
349
+ }>>), "display" | "style" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "style" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
1250
350
  columnGap?: import("@tamagui/web").SpaceValue | undefined;
1251
351
  contain?: import("csstype").Property.Contain | undefined;
1252
352
  cursor?: import("csstype").Property.Cursor | undefined;
@@ -1264,123 +364,23 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
1264
364
  animation?: import("@tamagui/web").AnimationProp | null | undefined;
1265
365
  animateOnly?: string[] | undefined;
1266
366
  userSelect?: import("csstype").Property.UserSelect | undefined;
1267
- } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
367
+ } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
1268
368
  readonly unstyled?: boolean | undefined;
1269
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1270
- target?: string | undefined;
1271
- hitSlop?: number | import("react-native").Insets | null | undefined;
1272
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1273
- dangerouslySetInnerHTML?: {
1274
- __html: string;
1275
- } | undefined;
1276
- children?: any;
1277
- debug?: import("@tamagui/web").DebugProp | undefined;
1278
- disabled?: boolean | undefined;
1279
- className?: string | undefined;
1280
- themeShallow?: boolean | undefined;
1281
- id?: string | undefined;
1282
- tag?: string | undefined;
1283
- theme?: string | null | undefined;
1284
- group?: undefined;
1285
- untilMeasured?: "hide" | "show" | undefined;
1286
- componentName?: string | undefined;
1287
- tabIndex?: string | number | undefined;
1288
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1289
- disableOptimization?: boolean | undefined;
1290
- forceStyle?: "hover" | "press" | "focus" | undefined;
1291
- disableClassName?: boolean | undefined;
1292
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1293
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1294
- } & {
369
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1295
370
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1296
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1297
- target?: string | undefined;
1298
- hitSlop?: number | import("react-native").Insets | null | undefined;
1299
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1300
- dangerouslySetInnerHTML?: {
1301
- __html: string;
1302
- } | undefined;
1303
- children?: any;
1304
- debug?: import("@tamagui/web").DebugProp | undefined;
1305
- disabled?: boolean | undefined;
1306
- className?: string | undefined;
1307
- themeShallow?: boolean | undefined;
1308
- id?: string | undefined;
1309
- tag?: string | undefined;
1310
- theme?: string | null | undefined;
1311
- group?: undefined;
1312
- untilMeasured?: "hide" | "show" | undefined;
1313
- componentName?: string | undefined;
1314
- tabIndex?: string | number | undefined;
1315
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1316
- disableOptimization?: boolean | undefined;
1317
- forceStyle?: "hover" | "press" | "focus" | undefined;
1318
- disableClassName?: boolean | undefined;
1319
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1320
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1321
- } & {
371
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1322
372
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1323
373
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1324
374
  [x: string]: undefined;
1325
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1326
- target?: string | undefined;
1327
- hitSlop?: number | import("react-native").Insets | null | undefined;
1328
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1329
- dangerouslySetInnerHTML?: {
1330
- __html: string;
1331
- } | undefined;
1332
- children?: any;
1333
- debug?: import("@tamagui/web").DebugProp | undefined;
1334
- disabled?: boolean | undefined;
1335
- className?: string | undefined;
1336
- themeShallow?: boolean | undefined;
1337
- id?: string | undefined;
1338
- tag?: string | undefined;
1339
- theme?: string | null | undefined;
1340
- group?: undefined;
1341
- untilMeasured?: "hide" | "show" | undefined;
1342
- componentName?: string | undefined;
1343
- tabIndex?: string | number | undefined;
1344
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1345
- disableOptimization?: boolean | undefined;
1346
- forceStyle?: "hover" | "press" | "focus" | undefined;
1347
- disableClassName?: boolean | undefined;
1348
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1349
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1350
- } & {
375
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1351
376
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1352
377
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1353
378
  [x: string]: undefined;
1354
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1355
- target?: string | undefined;
1356
- hitSlop?: number | import("react-native").Insets | null | undefined;
1357
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1358
- dangerouslySetInnerHTML?: {
1359
- __html: string;
1360
- } | undefined;
1361
- children?: any;
1362
- debug?: import("@tamagui/web").DebugProp | undefined;
1363
- disabled?: boolean | undefined;
1364
- className?: string | undefined;
1365
- themeShallow?: boolean | undefined;
1366
- id?: string | undefined;
1367
- tag?: string | undefined;
1368
- theme?: string | null | undefined;
1369
- group?: undefined;
1370
- untilMeasured?: "hide" | "show" | undefined;
1371
- componentName?: string | undefined;
1372
- tabIndex?: string | number | undefined;
1373
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1374
- disableOptimization?: boolean | undefined;
1375
- forceStyle?: "hover" | "press" | "focus" | undefined;
1376
- disableClassName?: boolean | undefined;
1377
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1378
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1379
- } & {
379
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1380
380
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1381
381
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1382
382
  [x: string]: undefined;
1383
- }>>), "display" | "children" | "style" | "hitSlop" | "id" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "children" | "style" | "hitSlop" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
383
+ }>>), "display" | "style" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "style" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
1384
384
  columnGap?: import("@tamagui/web").SpaceValue | undefined;
1385
385
  contain?: import("csstype").Property.Contain | undefined;
1386
386
  cursor?: import("csstype").Property.Cursor | undefined;
@@ -1398,125 +398,25 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
1398
398
  animation?: import("@tamagui/web").AnimationProp | null | undefined;
1399
399
  animateOnly?: string[] | undefined;
1400
400
  userSelect?: import("csstype").Property.UserSelect | undefined;
1401
- } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
401
+ } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
1402
402
  readonly unstyled?: boolean | undefined;
1403
403
  }>>, keyof Object>, TamaguiElement> & {
1404
404
  staticConfig: import("@tamagui/web").StaticConfig;
1405
- styleable: import("@tamagui/web").Styleable<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1406
- target?: string | undefined;
1407
- hitSlop?: number | import("react-native").Insets | null | undefined;
1408
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1409
- dangerouslySetInnerHTML?: {
1410
- __html: string;
1411
- } | undefined;
1412
- children?: any;
1413
- debug?: import("@tamagui/web").DebugProp | undefined;
1414
- disabled?: boolean | undefined;
1415
- className?: string | undefined;
1416
- themeShallow?: boolean | undefined;
1417
- id?: string | undefined;
1418
- tag?: string | undefined;
1419
- theme?: string | null | undefined;
1420
- group?: undefined;
1421
- untilMeasured?: "hide" | "show" | undefined;
1422
- componentName?: string | undefined;
1423
- tabIndex?: string | number | undefined;
1424
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1425
- disableOptimization?: boolean | undefined;
1426
- forceStyle?: "hover" | "press" | "focus" | undefined;
1427
- disableClassName?: boolean | undefined;
1428
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1429
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1430
- } & {
405
+ styleable: import("@tamagui/web").Styleable<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1431
406
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1432
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1433
- target?: string | undefined;
1434
- hitSlop?: number | import("react-native").Insets | null | undefined;
1435
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1436
- dangerouslySetInnerHTML?: {
1437
- __html: string;
1438
- } | undefined;
1439
- children?: any;
1440
- debug?: import("@tamagui/web").DebugProp | undefined;
1441
- disabled?: boolean | undefined;
1442
- className?: string | undefined;
1443
- themeShallow?: boolean | undefined;
1444
- id?: string | undefined;
1445
- tag?: string | undefined;
1446
- theme?: string | null | undefined;
1447
- group?: undefined;
1448
- untilMeasured?: "hide" | "show" | undefined;
1449
- componentName?: string | undefined;
1450
- tabIndex?: string | number | undefined;
1451
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1452
- disableOptimization?: boolean | undefined;
1453
- forceStyle?: "hover" | "press" | "focus" | undefined;
1454
- disableClassName?: boolean | undefined;
1455
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1456
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1457
- } & {
407
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1458
408
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1459
409
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1460
410
  [x: string]: undefined;
1461
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1462
- target?: string | undefined;
1463
- hitSlop?: number | import("react-native").Insets | null | undefined;
1464
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1465
- dangerouslySetInnerHTML?: {
1466
- __html: string;
1467
- } | undefined;
1468
- children?: any;
1469
- debug?: import("@tamagui/web").DebugProp | undefined;
1470
- disabled?: boolean | undefined;
1471
- className?: string | undefined;
1472
- themeShallow?: boolean | undefined;
1473
- id?: string | undefined;
1474
- tag?: string | undefined;
1475
- theme?: string | null | undefined;
1476
- group?: undefined;
1477
- untilMeasured?: "hide" | "show" | undefined;
1478
- componentName?: string | undefined;
1479
- tabIndex?: string | number | undefined;
1480
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1481
- disableOptimization?: boolean | undefined;
1482
- forceStyle?: "hover" | "press" | "focus" | undefined;
1483
- disableClassName?: boolean | undefined;
1484
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1485
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1486
- } & {
411
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1487
412
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1488
413
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1489
414
  [x: string]: undefined;
1490
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1491
- target?: string | undefined;
1492
- hitSlop?: number | import("react-native").Insets | null | undefined;
1493
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1494
- dangerouslySetInnerHTML?: {
1495
- __html: string;
1496
- } | undefined;
1497
- children?: any;
1498
- debug?: import("@tamagui/web").DebugProp | undefined;
1499
- disabled?: boolean | undefined;
1500
- className?: string | undefined;
1501
- themeShallow?: boolean | undefined;
1502
- id?: string | undefined;
1503
- tag?: string | undefined;
1504
- theme?: string | null | undefined;
1505
- group?: undefined;
1506
- untilMeasured?: "hide" | "show" | undefined;
1507
- componentName?: string | undefined;
1508
- tabIndex?: string | number | undefined;
1509
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1510
- disableOptimization?: boolean | undefined;
1511
- forceStyle?: "hover" | "press" | "focus" | undefined;
1512
- disableClassName?: boolean | undefined;
1513
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1514
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1515
- } & {
415
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1516
416
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1517
417
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1518
418
  [x: string]: undefined;
1519
- }>>), "display" | "children" | "style" | "hitSlop" | "id" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "children" | "style" | "hitSlop" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
419
+ }>>), "display" | "style" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "style" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
1520
420
  columnGap?: import("@tamagui/web").SpaceValue | undefined;
1521
421
  contain?: import("csstype").Property.Contain | undefined;
1522
422
  cursor?: import("csstype").Property.Cursor | undefined;
@@ -1534,123 +434,23 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
1534
434
  animation?: import("@tamagui/web").AnimationProp | null | undefined;
1535
435
  animateOnly?: string[] | undefined;
1536
436
  userSelect?: import("csstype").Property.UserSelect | undefined;
1537
- } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
437
+ } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
1538
438
  readonly unstyled?: boolean | undefined;
1539
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1540
- target?: string | undefined;
1541
- hitSlop?: number | import("react-native").Insets | null | undefined;
1542
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1543
- dangerouslySetInnerHTML?: {
1544
- __html: string;
1545
- } | undefined;
1546
- children?: any;
1547
- debug?: import("@tamagui/web").DebugProp | undefined;
1548
- disabled?: boolean | undefined;
1549
- className?: string | undefined;
1550
- themeShallow?: boolean | undefined;
1551
- id?: string | undefined;
1552
- tag?: string | undefined;
1553
- theme?: string | null | undefined;
1554
- group?: undefined;
1555
- untilMeasured?: "hide" | "show" | undefined;
1556
- componentName?: string | undefined;
1557
- tabIndex?: string | number | undefined;
1558
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1559
- disableOptimization?: boolean | undefined;
1560
- forceStyle?: "hover" | "press" | "focus" | undefined;
1561
- disableClassName?: boolean | undefined;
1562
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1563
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1564
- } & {
439
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1565
440
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1566
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1567
- target?: string | undefined;
1568
- hitSlop?: number | import("react-native").Insets | null | undefined;
1569
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1570
- dangerouslySetInnerHTML?: {
1571
- __html: string;
1572
- } | undefined;
1573
- children?: any;
1574
- debug?: import("@tamagui/web").DebugProp | undefined;
1575
- disabled?: boolean | undefined;
1576
- className?: string | undefined;
1577
- themeShallow?: boolean | undefined;
1578
- id?: string | undefined;
1579
- tag?: string | undefined;
1580
- theme?: string | null | undefined;
1581
- group?: undefined;
1582
- untilMeasured?: "hide" | "show" | undefined;
1583
- componentName?: string | undefined;
1584
- tabIndex?: string | number | undefined;
1585
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1586
- disableOptimization?: boolean | undefined;
1587
- forceStyle?: "hover" | "press" | "focus" | undefined;
1588
- disableClassName?: boolean | undefined;
1589
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1590
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1591
- } & {
441
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1592
442
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1593
443
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1594
444
  [x: string]: undefined;
1595
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1596
- target?: string | undefined;
1597
- hitSlop?: number | import("react-native").Insets | null | undefined;
1598
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1599
- dangerouslySetInnerHTML?: {
1600
- __html: string;
1601
- } | undefined;
1602
- children?: any;
1603
- debug?: import("@tamagui/web").DebugProp | undefined;
1604
- disabled?: boolean | undefined;
1605
- className?: string | undefined;
1606
- themeShallow?: boolean | undefined;
1607
- id?: string | undefined;
1608
- tag?: string | undefined;
1609
- theme?: string | null | undefined;
1610
- group?: undefined;
1611
- untilMeasured?: "hide" | "show" | undefined;
1612
- componentName?: string | undefined;
1613
- tabIndex?: string | number | undefined;
1614
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1615
- disableOptimization?: boolean | undefined;
1616
- forceStyle?: "hover" | "press" | "focus" | undefined;
1617
- disableClassName?: boolean | undefined;
1618
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1619
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1620
- } & {
445
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1621
446
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1622
447
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1623
448
  [x: string]: undefined;
1624
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1625
- target?: string | undefined;
1626
- hitSlop?: number | import("react-native").Insets | null | undefined;
1627
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1628
- dangerouslySetInnerHTML?: {
1629
- __html: string;
1630
- } | undefined;
1631
- children?: any;
1632
- debug?: import("@tamagui/web").DebugProp | undefined;
1633
- disabled?: boolean | undefined;
1634
- className?: string | undefined;
1635
- themeShallow?: boolean | undefined;
1636
- id?: string | undefined;
1637
- tag?: string | undefined;
1638
- theme?: string | null | undefined;
1639
- group?: undefined;
1640
- untilMeasured?: "hide" | "show" | undefined;
1641
- componentName?: string | undefined;
1642
- tabIndex?: string | number | undefined;
1643
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1644
- disableOptimization?: boolean | undefined;
1645
- forceStyle?: "hover" | "press" | "focus" | undefined;
1646
- disableClassName?: boolean | undefined;
1647
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1648
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1649
- } & {
449
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1650
450
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1651
451
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1652
452
  [x: string]: undefined;
1653
- }>>), "display" | "children" | "style" | "hitSlop" | "id" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "children" | "style" | "hitSlop" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
453
+ }>>), "display" | "style" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "style" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
1654
454
  columnGap?: import("@tamagui/web").SpaceValue | undefined;
1655
455
  contain?: import("csstype").Property.Contain | undefined;
1656
456
  cursor?: import("csstype").Property.Cursor | undefined;
@@ -1668,123 +468,23 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
1668
468
  animation?: import("@tamagui/web").AnimationProp | null | undefined;
1669
469
  animateOnly?: string[] | undefined;
1670
470
  userSelect?: import("csstype").Property.UserSelect | undefined;
1671
- } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
471
+ } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
1672
472
  readonly unstyled?: boolean | undefined;
1673
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1674
- target?: string | undefined;
1675
- hitSlop?: number | import("react-native").Insets | null | undefined;
1676
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1677
- dangerouslySetInnerHTML?: {
1678
- __html: string;
1679
- } | undefined;
1680
- children?: any;
1681
- debug?: import("@tamagui/web").DebugProp | undefined;
1682
- disabled?: boolean | undefined;
1683
- className?: string | undefined;
1684
- themeShallow?: boolean | undefined;
1685
- id?: string | undefined;
1686
- tag?: string | undefined;
1687
- theme?: string | null | undefined;
1688
- group?: undefined;
1689
- untilMeasured?: "hide" | "show" | undefined;
1690
- componentName?: string | undefined;
1691
- tabIndex?: string | number | undefined;
1692
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1693
- disableOptimization?: boolean | undefined;
1694
- forceStyle?: "hover" | "press" | "focus" | undefined;
1695
- disableClassName?: boolean | undefined;
1696
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1697
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1698
- } & {
473
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1699
474
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1700
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1701
- target?: string | undefined;
1702
- hitSlop?: number | import("react-native").Insets | null | undefined;
1703
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1704
- dangerouslySetInnerHTML?: {
1705
- __html: string;
1706
- } | undefined;
1707
- children?: any;
1708
- debug?: import("@tamagui/web").DebugProp | undefined;
1709
- disabled?: boolean | undefined;
1710
- className?: string | undefined;
1711
- themeShallow?: boolean | undefined;
1712
- id?: string | undefined;
1713
- tag?: string | undefined;
1714
- theme?: string | null | undefined;
1715
- group?: undefined;
1716
- untilMeasured?: "hide" | "show" | undefined;
1717
- componentName?: string | undefined;
1718
- tabIndex?: string | number | undefined;
1719
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1720
- disableOptimization?: boolean | undefined;
1721
- forceStyle?: "hover" | "press" | "focus" | undefined;
1722
- disableClassName?: boolean | undefined;
1723
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1724
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1725
- } & {
475
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1726
476
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1727
477
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1728
478
  [x: string]: undefined;
1729
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1730
- target?: string | undefined;
1731
- hitSlop?: number | import("react-native").Insets | null | undefined;
1732
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1733
- dangerouslySetInnerHTML?: {
1734
- __html: string;
1735
- } | undefined;
1736
- children?: any;
1737
- debug?: import("@tamagui/web").DebugProp | undefined;
1738
- disabled?: boolean | undefined;
1739
- className?: string | undefined;
1740
- themeShallow?: boolean | undefined;
1741
- id?: string | undefined;
1742
- tag?: string | undefined;
1743
- theme?: string | null | undefined;
1744
- group?: undefined;
1745
- untilMeasured?: "hide" | "show" | undefined;
1746
- componentName?: string | undefined;
1747
- tabIndex?: string | number | undefined;
1748
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1749
- disableOptimization?: boolean | undefined;
1750
- forceStyle?: "hover" | "press" | "focus" | undefined;
1751
- disableClassName?: boolean | undefined;
1752
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1753
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1754
- } & {
479
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1755
480
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1756
481
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1757
482
  [x: string]: undefined;
1758
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
1759
- target?: string | undefined;
1760
- hitSlop?: number | import("react-native").Insets | null | undefined;
1761
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1762
- dangerouslySetInnerHTML?: {
1763
- __html: string;
1764
- } | undefined;
1765
- children?: any;
1766
- debug?: import("@tamagui/web").DebugProp | undefined;
1767
- disabled?: boolean | undefined;
1768
- className?: string | undefined;
1769
- themeShallow?: boolean | undefined;
1770
- id?: string | undefined;
1771
- tag?: string | undefined;
1772
- theme?: string | null | undefined;
1773
- group?: undefined;
1774
- untilMeasured?: "hide" | "show" | undefined;
1775
- componentName?: string | undefined;
1776
- tabIndex?: string | number | undefined;
1777
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1778
- disableOptimization?: boolean | undefined;
1779
- forceStyle?: "hover" | "press" | "focus" | undefined;
1780
- disableClassName?: boolean | undefined;
1781
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1782
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1783
- } & {
483
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1784
484
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
1785
485
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
1786
486
  [x: string]: undefined;
1787
- }>>), "display" | "children" | "style" | "hitSlop" | "id" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "children" | "style" | "hitSlop" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
487
+ }>>), "display" | "style" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement> & Omit<import("@tamagui/web").StackProps, "style" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | keyof {
1788
488
  columnGap?: import("@tamagui/web").SpaceValue | undefined;
1789
489
  contain?: import("csstype").Property.Contain | undefined;
1790
490
  cursor?: import("csstype").Property.Cursor | undefined;
@@ -1802,222 +502,47 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
1802
502
  animation?: import("@tamagui/web").AnimationProp | null | undefined;
1803
503
  animateOnly?: string[] | undefined;
1804
504
  userSelect?: import("csstype").Property.UserSelect | undefined;
1805
- } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | "theme" | "group" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onFocus" | "onScroll" | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
505
+ } | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/web").TransformStyleProps | keyof import("@tamagui/web").WebOnlyPressEvents | keyof import("@tamagui/web").TamaguiComponentPropsBaseBase | keyof import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> | keyof React.RefAttributes<TamaguiElement>> & Omit<{}, "unstyled"> & {
1806
506
  readonly unstyled?: boolean | undefined;
1807
507
  }>>, TamaguiElement>;
1808
508
  };
1809
- Header: React.ForwardRefExoticComponent<(Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
1810
- target?: string | undefined;
1811
- hitSlop?: number | import("react-native").Insets | null | undefined;
1812
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1813
- dangerouslySetInnerHTML?: {
1814
- __html: string;
1815
- } | undefined;
1816
- children?: any;
1817
- debug?: import("@tamagui/web").DebugProp | undefined;
1818
- disabled?: boolean | undefined;
1819
- className?: string | undefined;
1820
- themeShallow?: boolean | undefined;
1821
- id?: string | undefined;
1822
- tag?: string | undefined;
1823
- theme?: string | null | undefined;
1824
- group?: undefined;
1825
- untilMeasured?: "hide" | "show" | undefined;
1826
- componentName?: string | undefined;
1827
- tabIndex?: string | number | undefined;
1828
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1829
- disableOptimization?: boolean | undefined;
1830
- forceStyle?: "hover" | "press" | "focus" | undefined;
1831
- disableClassName?: boolean | undefined;
1832
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1833
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1834
- } & {
509
+ Header: React.ForwardRefExoticComponent<(Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1835
510
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
1836
511
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "unstyled" | "size"> & {
1837
512
  readonly unstyled?: boolean | undefined;
1838
513
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
1839
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
1840
- target?: string | undefined;
1841
- hitSlop?: number | import("react-native").Insets | null | undefined;
1842
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1843
- dangerouslySetInnerHTML?: {
1844
- __html: string;
1845
- } | undefined;
1846
- children?: any;
1847
- debug?: import("@tamagui/web").DebugProp | undefined;
1848
- disabled?: boolean | undefined;
1849
- className?: string | undefined;
1850
- themeShallow?: boolean | undefined;
1851
- id?: string | undefined;
1852
- tag?: string | undefined;
1853
- theme?: string | null | undefined;
1854
- group?: undefined;
1855
- untilMeasured?: "hide" | "show" | undefined;
1856
- componentName?: string | undefined;
1857
- tabIndex?: string | number | undefined;
1858
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1859
- disableOptimization?: boolean | undefined;
1860
- forceStyle?: "hover" | "press" | "focus" | undefined;
1861
- disableClassName?: boolean | undefined;
1862
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1863
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1864
- } & {
514
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1865
515
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
1866
516
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "unstyled" | "size"> & {
1867
517
  readonly unstyled?: boolean | undefined;
1868
518
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
1869
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
1870
- target?: string | undefined;
1871
- hitSlop?: number | import("react-native").Insets | null | undefined;
1872
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1873
- dangerouslySetInnerHTML?: {
1874
- __html: string;
1875
- } | undefined;
1876
- children?: any;
1877
- debug?: import("@tamagui/web").DebugProp | undefined;
1878
- disabled?: boolean | undefined;
1879
- className?: string | undefined;
1880
- themeShallow?: boolean | undefined;
1881
- id?: string | undefined;
1882
- tag?: string | undefined;
1883
- theme?: string | null | undefined;
1884
- group?: undefined;
1885
- untilMeasured?: "hide" | "show" | undefined;
1886
- componentName?: string | undefined;
1887
- tabIndex?: string | number | undefined;
1888
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1889
- disableOptimization?: boolean | undefined;
1890
- forceStyle?: "hover" | "press" | "focus" | undefined;
1891
- disableClassName?: boolean | undefined;
1892
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1893
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1894
- } & {
519
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1895
520
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
1896
521
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "unstyled" | "size"> & {
1897
522
  readonly unstyled?: boolean | undefined;
1898
523
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
1899
- }>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref"> | Omit<Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
1900
- target?: string | undefined;
1901
- hitSlop?: number | import("react-native").Insets | null | undefined;
1902
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1903
- dangerouslySetInnerHTML?: {
1904
- __html: string;
1905
- } | undefined;
1906
- children?: any;
1907
- debug?: import("@tamagui/web").DebugProp | undefined;
1908
- disabled?: boolean | undefined;
1909
- className?: string | undefined;
1910
- themeShallow?: boolean | undefined;
1911
- id?: string | undefined;
1912
- tag?: string | undefined;
1913
- theme?: string | null | undefined;
1914
- group?: undefined;
1915
- untilMeasured?: "hide" | "show" | undefined;
1916
- componentName?: string | undefined;
1917
- tabIndex?: string | number | undefined;
1918
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1919
- disableOptimization?: boolean | undefined;
1920
- forceStyle?: "hover" | "press" | "focus" | undefined;
1921
- disableClassName?: boolean | undefined;
1922
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1923
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1924
- } & {
524
+ }>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref"> | Omit<Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1925
525
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
1926
526
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
1927
527
  readonly unstyled?: boolean | undefined;
1928
528
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
1929
529
  }, string | number> & {
1930
530
  [x: string]: undefined;
1931
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
1932
- target?: string | undefined;
1933
- hitSlop?: number | import("react-native").Insets | null | undefined;
1934
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1935
- dangerouslySetInnerHTML?: {
1936
- __html: string;
1937
- } | undefined;
1938
- children?: any;
1939
- debug?: import("@tamagui/web").DebugProp | undefined;
1940
- disabled?: boolean | undefined;
1941
- className?: string | undefined;
1942
- themeShallow?: boolean | undefined;
1943
- id?: string | undefined;
1944
- tag?: string | undefined;
1945
- theme?: string | null | undefined;
1946
- group?: undefined;
1947
- untilMeasured?: "hide" | "show" | undefined;
1948
- componentName?: string | undefined;
1949
- tabIndex?: string | number | undefined;
1950
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1951
- disableOptimization?: boolean | undefined;
1952
- forceStyle?: "hover" | "press" | "focus" | undefined;
1953
- disableClassName?: boolean | undefined;
1954
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1955
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1956
- } & {
531
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1957
532
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
1958
533
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
1959
534
  readonly unstyled?: boolean | undefined;
1960
535
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
1961
536
  }, string | number> & {
1962
537
  [x: string]: undefined;
1963
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
1964
- target?: string | undefined;
1965
- hitSlop?: number | import("react-native").Insets | null | undefined;
1966
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1967
- dangerouslySetInnerHTML?: {
1968
- __html: string;
1969
- } | undefined;
1970
- children?: any;
1971
- debug?: import("@tamagui/web").DebugProp | undefined;
1972
- disabled?: boolean | undefined;
1973
- className?: string | undefined;
1974
- themeShallow?: boolean | undefined;
1975
- id?: string | undefined;
1976
- tag?: string | undefined;
1977
- theme?: string | null | undefined;
1978
- group?: undefined;
1979
- untilMeasured?: "hide" | "show" | undefined;
1980
- componentName?: string | undefined;
1981
- tabIndex?: string | number | undefined;
1982
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
1983
- disableOptimization?: boolean | undefined;
1984
- forceStyle?: "hover" | "press" | "focus" | undefined;
1985
- disableClassName?: boolean | undefined;
1986
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
1987
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
1988
- } & {
538
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
1989
539
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
1990
540
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
1991
541
  readonly unstyled?: boolean | undefined;
1992
542
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
1993
543
  }, string | number> & {
1994
544
  [x: string]: undefined;
1995
- }>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref">, "ref"> | Omit<Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
1996
- target?: string | undefined;
1997
- hitSlop?: number | import("react-native").Insets | null | undefined;
1998
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
1999
- dangerouslySetInnerHTML?: {
2000
- __html: string;
2001
- } | undefined;
2002
- children?: any;
2003
- debug?: import("@tamagui/web").DebugProp | undefined;
2004
- disabled?: boolean | undefined;
2005
- className?: string | undefined;
2006
- themeShallow?: boolean | undefined;
2007
- id?: string | undefined;
2008
- tag?: string | undefined;
2009
- theme?: string | null | undefined;
2010
- group?: undefined;
2011
- untilMeasured?: "hide" | "show" | undefined;
2012
- componentName?: string | undefined;
2013
- tabIndex?: string | number | undefined;
2014
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2015
- disableOptimization?: boolean | undefined;
2016
- forceStyle?: "hover" | "press" | "focus" | undefined;
2017
- disableClassName?: boolean | undefined;
2018
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2019
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2020
- } & {
545
+ }>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref">, "ref"> | Omit<Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2021
546
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2022
547
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
2023
548
  readonly unstyled?: boolean | undefined;
@@ -2029,32 +554,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2029
554
  [x: string]: undefined;
2030
555
  }), string | number> & {
2031
556
  [x: string]: undefined;
2032
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2033
- target?: string | undefined;
2034
- hitSlop?: number | import("react-native").Insets | null | undefined;
2035
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2036
- dangerouslySetInnerHTML?: {
2037
- __html: string;
2038
- } | undefined;
2039
- children?: any;
2040
- debug?: import("@tamagui/web").DebugProp | undefined;
2041
- disabled?: boolean | undefined;
2042
- className?: string | undefined;
2043
- themeShallow?: boolean | undefined;
2044
- id?: string | undefined;
2045
- tag?: string | undefined;
2046
- theme?: string | null | undefined;
2047
- group?: undefined;
2048
- untilMeasured?: "hide" | "show" | undefined;
2049
- componentName?: string | undefined;
2050
- tabIndex?: string | number | undefined;
2051
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2052
- disableOptimization?: boolean | undefined;
2053
- forceStyle?: "hover" | "press" | "focus" | undefined;
2054
- disableClassName?: boolean | undefined;
2055
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2056
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2057
- } & {
557
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2058
558
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2059
559
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
2060
560
  readonly unstyled?: boolean | undefined;
@@ -2066,32 +566,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2066
566
  [x: string]: undefined;
2067
567
  }), string | number> & {
2068
568
  [x: string]: undefined;
2069
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2070
- target?: string | undefined;
2071
- hitSlop?: number | import("react-native").Insets | null | undefined;
2072
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2073
- dangerouslySetInnerHTML?: {
2074
- __html: string;
2075
- } | undefined;
2076
- children?: any;
2077
- debug?: import("@tamagui/web").DebugProp | undefined;
2078
- disabled?: boolean | undefined;
2079
- className?: string | undefined;
2080
- themeShallow?: boolean | undefined;
2081
- id?: string | undefined;
2082
- tag?: string | undefined;
2083
- theme?: string | null | undefined;
2084
- group?: undefined;
2085
- untilMeasured?: "hide" | "show" | undefined;
2086
- componentName?: string | undefined;
2087
- tabIndex?: string | number | undefined;
2088
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2089
- disableOptimization?: boolean | undefined;
2090
- forceStyle?: "hover" | "press" | "focus" | undefined;
2091
- disableClassName?: boolean | undefined;
2092
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2093
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2094
- } & {
569
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2095
570
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2096
571
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
2097
572
  readonly unstyled?: boolean | undefined;
@@ -2103,32 +578,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2103
578
  [x: string]: undefined;
2104
579
  }), string | number> & {
2105
580
  [x: string]: undefined;
2106
- }>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref">, "ref"> | Omit<Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2107
- target?: string | undefined;
2108
- hitSlop?: number | import("react-native").Insets | null | undefined;
2109
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2110
- dangerouslySetInnerHTML?: {
2111
- __html: string;
2112
- } | undefined;
2113
- children?: any;
2114
- debug?: import("@tamagui/web").DebugProp | undefined;
2115
- disabled?: boolean | undefined;
2116
- className?: string | undefined;
2117
- themeShallow?: boolean | undefined;
2118
- id?: string | undefined;
2119
- tag?: string | undefined;
2120
- theme?: string | null | undefined;
2121
- group?: undefined;
2122
- untilMeasured?: "hide" | "show" | undefined;
2123
- componentName?: string | undefined;
2124
- tabIndex?: string | number | undefined;
2125
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2126
- disableOptimization?: boolean | undefined;
2127
- forceStyle?: "hover" | "press" | "focus" | undefined;
2128
- disableClassName?: boolean | undefined;
2129
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2130
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2131
- } & {
581
+ }>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref">, "ref"> | Omit<Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2132
582
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2133
583
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
2134
584
  readonly unstyled?: boolean | undefined;
@@ -2140,32 +590,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2140
590
  [x: string]: undefined;
2141
591
  }), string | number> & {
2142
592
  [x: string]: undefined;
2143
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2144
- target?: string | undefined;
2145
- hitSlop?: number | import("react-native").Insets | null | undefined;
2146
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2147
- dangerouslySetInnerHTML?: {
2148
- __html: string;
2149
- } | undefined;
2150
- children?: any;
2151
- debug?: import("@tamagui/web").DebugProp | undefined;
2152
- disabled?: boolean | undefined;
2153
- className?: string | undefined;
2154
- themeShallow?: boolean | undefined;
2155
- id?: string | undefined;
2156
- tag?: string | undefined;
2157
- theme?: string | null | undefined;
2158
- group?: undefined;
2159
- untilMeasured?: "hide" | "show" | undefined;
2160
- componentName?: string | undefined;
2161
- tabIndex?: string | number | undefined;
2162
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2163
- disableOptimization?: boolean | undefined;
2164
- forceStyle?: "hover" | "press" | "focus" | undefined;
2165
- disableClassName?: boolean | undefined;
2166
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2167
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2168
- } & {
593
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2169
594
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2170
595
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
2171
596
  readonly unstyled?: boolean | undefined;
@@ -2177,32 +602,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2177
602
  [x: string]: undefined;
2178
603
  }), string | number> & {
2179
604
  [x: string]: undefined;
2180
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2181
- target?: string | undefined;
2182
- hitSlop?: number | import("react-native").Insets | null | undefined;
2183
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2184
- dangerouslySetInnerHTML?: {
2185
- __html: string;
2186
- } | undefined;
2187
- children?: any;
2188
- debug?: import("@tamagui/web").DebugProp | undefined;
2189
- disabled?: boolean | undefined;
2190
- className?: string | undefined;
2191
- themeShallow?: boolean | undefined;
2192
- id?: string | undefined;
2193
- tag?: string | undefined;
2194
- theme?: string | null | undefined;
2195
- group?: undefined;
2196
- untilMeasured?: "hide" | "show" | undefined;
2197
- componentName?: string | undefined;
2198
- tabIndex?: string | number | undefined;
2199
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2200
- disableOptimization?: boolean | undefined;
2201
- forceStyle?: "hover" | "press" | "focus" | undefined;
2202
- disableClassName?: boolean | undefined;
2203
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2204
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2205
- } & {
605
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2206
606
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2207
607
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
2208
608
  readonly unstyled?: boolean | undefined;
@@ -2214,32 +614,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2214
614
  [x: string]: undefined;
2215
615
  }), string | number> & {
2216
616
  [x: string]: undefined;
2217
- }>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref">, "ref"> | Omit<Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2218
- target?: string | undefined;
2219
- hitSlop?: number | import("react-native").Insets | null | undefined;
2220
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2221
- dangerouslySetInnerHTML?: {
2222
- __html: string;
2223
- } | undefined;
2224
- children?: any;
2225
- debug?: import("@tamagui/web").DebugProp | undefined;
2226
- disabled?: boolean | undefined;
2227
- className?: string | undefined;
2228
- themeShallow?: boolean | undefined;
2229
- id?: string | undefined;
2230
- tag?: string | undefined;
2231
- theme?: string | null | undefined;
2232
- group?: undefined;
2233
- untilMeasured?: "hide" | "show" | undefined;
2234
- componentName?: string | undefined;
2235
- tabIndex?: string | number | undefined;
2236
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2237
- disableOptimization?: boolean | undefined;
2238
- forceStyle?: "hover" | "press" | "focus" | undefined;
2239
- disableClassName?: boolean | undefined;
2240
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2241
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2242
- } & {
617
+ }>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref">, "ref"> | Omit<Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2243
618
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2244
619
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
2245
620
  readonly unstyled?: boolean | undefined;
@@ -2255,32 +630,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2255
630
  [x: string]: undefined;
2256
631
  }), string | number> & {
2257
632
  [x: string]: undefined;
2258
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2259
- target?: string | undefined;
2260
- hitSlop?: number | import("react-native").Insets | null | undefined;
2261
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2262
- dangerouslySetInnerHTML?: {
2263
- __html: string;
2264
- } | undefined;
2265
- children?: any;
2266
- debug?: import("@tamagui/web").DebugProp | undefined;
2267
- disabled?: boolean | undefined;
2268
- className?: string | undefined;
2269
- themeShallow?: boolean | undefined;
2270
- id?: string | undefined;
2271
- tag?: string | undefined;
2272
- theme?: string | null | undefined;
2273
- group?: undefined;
2274
- untilMeasured?: "hide" | "show" | undefined;
2275
- componentName?: string | undefined;
2276
- tabIndex?: string | number | undefined;
2277
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2278
- disableOptimization?: boolean | undefined;
2279
- forceStyle?: "hover" | "press" | "focus" | undefined;
2280
- disableClassName?: boolean | undefined;
2281
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2282
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2283
- } & {
633
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2284
634
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2285
635
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
2286
636
  readonly unstyled?: boolean | undefined;
@@ -2296,32 +646,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2296
646
  [x: string]: undefined;
2297
647
  }), string | number> & {
2298
648
  [x: string]: undefined;
2299
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2300
- target?: string | undefined;
2301
- hitSlop?: number | import("react-native").Insets | null | undefined;
2302
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2303
- dangerouslySetInnerHTML?: {
2304
- __html: string;
2305
- } | undefined;
2306
- children?: any;
2307
- debug?: import("@tamagui/web").DebugProp | undefined;
2308
- disabled?: boolean | undefined;
2309
- className?: string | undefined;
2310
- themeShallow?: boolean | undefined;
2311
- id?: string | undefined;
2312
- tag?: string | undefined;
2313
- theme?: string | null | undefined;
2314
- group?: undefined;
2315
- untilMeasured?: "hide" | "show" | undefined;
2316
- componentName?: string | undefined;
2317
- tabIndex?: string | number | undefined;
2318
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2319
- disableOptimization?: boolean | undefined;
2320
- forceStyle?: "hover" | "press" | "focus" | undefined;
2321
- disableClassName?: boolean | undefined;
2322
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2323
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2324
- } & {
649
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2325
650
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2326
651
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
2327
652
  readonly unstyled?: boolean | undefined;
@@ -2337,32 +662,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2337
662
  [x: string]: undefined;
2338
663
  }), string | number> & {
2339
664
  [x: string]: undefined;
2340
- }>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref">, "ref"> | Omit<Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2341
- target?: string | undefined;
2342
- hitSlop?: number | import("react-native").Insets | null | undefined;
2343
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2344
- dangerouslySetInnerHTML?: {
2345
- __html: string;
2346
- } | undefined;
2347
- children?: any;
2348
- debug?: import("@tamagui/web").DebugProp | undefined;
2349
- disabled?: boolean | undefined;
2350
- className?: string | undefined;
2351
- themeShallow?: boolean | undefined;
2352
- id?: string | undefined;
2353
- tag?: string | undefined;
2354
- theme?: string | null | undefined;
2355
- group?: undefined;
2356
- untilMeasured?: "hide" | "show" | undefined;
2357
- componentName?: string | undefined;
2358
- tabIndex?: string | number | undefined;
2359
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2360
- disableOptimization?: boolean | undefined;
2361
- forceStyle?: "hover" | "press" | "focus" | undefined;
2362
- disableClassName?: boolean | undefined;
2363
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2364
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2365
- } & {
665
+ }>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref">, "ref"> | Omit<Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2366
666
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2367
667
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
2368
668
  readonly unstyled?: boolean | undefined;
@@ -2378,32 +678,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2378
678
  [x: string]: undefined;
2379
679
  }), string | number> & {
2380
680
  [x: string]: undefined;
2381
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2382
- target?: string | undefined;
2383
- hitSlop?: number | import("react-native").Insets | null | undefined;
2384
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2385
- dangerouslySetInnerHTML?: {
2386
- __html: string;
2387
- } | undefined;
2388
- children?: any;
2389
- debug?: import("@tamagui/web").DebugProp | undefined;
2390
- disabled?: boolean | undefined;
2391
- className?: string | undefined;
2392
- themeShallow?: boolean | undefined;
2393
- id?: string | undefined;
2394
- tag?: string | undefined;
2395
- theme?: string | null | undefined;
2396
- group?: undefined;
2397
- untilMeasured?: "hide" | "show" | undefined;
2398
- componentName?: string | undefined;
2399
- tabIndex?: string | number | undefined;
2400
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2401
- disableOptimization?: boolean | undefined;
2402
- forceStyle?: "hover" | "press" | "focus" | undefined;
2403
- disableClassName?: boolean | undefined;
2404
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2405
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2406
- } & {
681
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2407
682
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2408
683
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
2409
684
  readonly unstyled?: boolean | undefined;
@@ -2419,32 +694,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2419
694
  [x: string]: undefined;
2420
695
  }), string | number> & {
2421
696
  [x: string]: undefined;
2422
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2423
- target?: string | undefined;
2424
- hitSlop?: number | import("react-native").Insets | null | undefined;
2425
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2426
- dangerouslySetInnerHTML?: {
2427
- __html: string;
2428
- } | undefined;
2429
- children?: any;
2430
- debug?: import("@tamagui/web").DebugProp | undefined;
2431
- disabled?: boolean | undefined;
2432
- className?: string | undefined;
2433
- themeShallow?: boolean | undefined;
2434
- id?: string | undefined;
2435
- tag?: string | undefined;
2436
- theme?: string | null | undefined;
2437
- group?: undefined;
2438
- untilMeasured?: "hide" | "show" | undefined;
2439
- componentName?: string | undefined;
2440
- tabIndex?: string | number | undefined;
2441
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2442
- disableOptimization?: boolean | undefined;
2443
- forceStyle?: "hover" | "press" | "focus" | undefined;
2444
- disableClassName?: boolean | undefined;
2445
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2446
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2447
- } & {
697
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2448
698
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2449
699
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
2450
700
  readonly unstyled?: boolean | undefined;
@@ -2460,32 +710,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2460
710
  [x: string]: undefined;
2461
711
  }), string | number> & {
2462
712
  [x: string]: undefined;
2463
- }>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref">, "ref"> | Omit<Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2464
- target?: string | undefined;
2465
- hitSlop?: number | import("react-native").Insets | null | undefined;
2466
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2467
- dangerouslySetInnerHTML?: {
2468
- __html: string;
2469
- } | undefined;
2470
- children?: any;
2471
- debug?: import("@tamagui/web").DebugProp | undefined;
2472
- disabled?: boolean | undefined;
2473
- className?: string | undefined;
2474
- themeShallow?: boolean | undefined;
2475
- id?: string | undefined;
2476
- tag?: string | undefined;
2477
- theme?: string | null | undefined;
2478
- group?: undefined;
2479
- untilMeasured?: "hide" | "show" | undefined;
2480
- componentName?: string | undefined;
2481
- tabIndex?: string | number | undefined;
2482
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2483
- disableOptimization?: boolean | undefined;
2484
- forceStyle?: "hover" | "press" | "focus" | undefined;
2485
- disableClassName?: boolean | undefined;
2486
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2487
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2488
- } & {
713
+ }>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref">, "ref"> | Omit<Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2489
714
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2490
715
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
2491
716
  readonly unstyled?: boolean | undefined;
@@ -2501,32 +726,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2501
726
  [x: string]: undefined;
2502
727
  }), string | number> & {
2503
728
  [x: string]: undefined;
2504
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2505
- target?: string | undefined;
2506
- hitSlop?: number | import("react-native").Insets | null | undefined;
2507
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2508
- dangerouslySetInnerHTML?: {
2509
- __html: string;
2510
- } | undefined;
2511
- children?: any;
2512
- debug?: import("@tamagui/web").DebugProp | undefined;
2513
- disabled?: boolean | undefined;
2514
- className?: string | undefined;
2515
- themeShallow?: boolean | undefined;
2516
- id?: string | undefined;
2517
- tag?: string | undefined;
2518
- theme?: string | null | undefined;
2519
- group?: undefined;
2520
- untilMeasured?: "hide" | "show" | undefined;
2521
- componentName?: string | undefined;
2522
- tabIndex?: string | number | undefined;
2523
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2524
- disableOptimization?: boolean | undefined;
2525
- forceStyle?: "hover" | "press" | "focus" | undefined;
2526
- disableClassName?: boolean | undefined;
2527
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2528
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2529
- } & {
729
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2530
730
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2531
731
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
2532
732
  readonly unstyled?: boolean | undefined;
@@ -2542,32 +742,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2542
742
  [x: string]: undefined;
2543
743
  }), string | number> & {
2544
744
  [x: string]: undefined;
2545
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2546
- target?: string | undefined;
2547
- hitSlop?: number | import("react-native").Insets | null | undefined;
2548
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2549
- dangerouslySetInnerHTML?: {
2550
- __html: string;
2551
- } | undefined;
2552
- children?: any;
2553
- debug?: import("@tamagui/web").DebugProp | undefined;
2554
- disabled?: boolean | undefined;
2555
- className?: string | undefined;
2556
- themeShallow?: boolean | undefined;
2557
- id?: string | undefined;
2558
- tag?: string | undefined;
2559
- theme?: string | null | undefined;
2560
- group?: undefined;
2561
- untilMeasured?: "hide" | "show" | undefined;
2562
- componentName?: string | undefined;
2563
- tabIndex?: string | number | undefined;
2564
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2565
- disableOptimization?: boolean | undefined;
2566
- forceStyle?: "hover" | "press" | "focus" | undefined;
2567
- disableClassName?: boolean | undefined;
2568
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2569
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2570
- } & {
745
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2571
746
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2572
747
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
2573
748
  readonly unstyled?: boolean | undefined;
@@ -2583,32 +758,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2583
758
  [x: string]: undefined;
2584
759
  }), string | number> & {
2585
760
  [x: string]: undefined;
2586
- }>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref">, "ref"> | Omit<Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2587
- target?: string | undefined;
2588
- hitSlop?: number | import("react-native").Insets | null | undefined;
2589
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2590
- dangerouslySetInnerHTML?: {
2591
- __html: string;
2592
- } | undefined;
2593
- children?: any;
2594
- debug?: import("@tamagui/web").DebugProp | undefined;
2595
- disabled?: boolean | undefined;
2596
- className?: string | undefined;
2597
- themeShallow?: boolean | undefined;
2598
- id?: string | undefined;
2599
- tag?: string | undefined;
2600
- theme?: string | null | undefined;
2601
- group?: undefined;
2602
- untilMeasured?: "hide" | "show" | undefined;
2603
- componentName?: string | undefined;
2604
- tabIndex?: string | number | undefined;
2605
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2606
- disableOptimization?: boolean | undefined;
2607
- forceStyle?: "hover" | "press" | "focus" | undefined;
2608
- disableClassName?: boolean | undefined;
2609
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2610
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2611
- } & {
761
+ }>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref">, "ref"> | Omit<Omit<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2612
762
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2613
763
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
2614
764
  readonly unstyled?: boolean | undefined;
@@ -2624,32 +774,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2624
774
  [x: string]: undefined;
2625
775
  }), string | number> & {
2626
776
  [x: string]: undefined;
2627
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2628
- target?: string | undefined;
2629
- hitSlop?: number | import("react-native").Insets | null | undefined;
2630
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2631
- dangerouslySetInnerHTML?: {
2632
- __html: string;
2633
- } | undefined;
2634
- children?: any;
2635
- debug?: import("@tamagui/web").DebugProp | undefined;
2636
- disabled?: boolean | undefined;
2637
- className?: string | undefined;
2638
- themeShallow?: boolean | undefined;
2639
- id?: string | undefined;
2640
- tag?: string | undefined;
2641
- theme?: string | null | undefined;
2642
- group?: undefined;
2643
- untilMeasured?: "hide" | "show" | undefined;
2644
- componentName?: string | undefined;
2645
- tabIndex?: string | number | undefined;
2646
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2647
- disableOptimization?: boolean | undefined;
2648
- forceStyle?: "hover" | "press" | "focus" | undefined;
2649
- disableClassName?: boolean | undefined;
2650
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2651
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2652
- } & {
777
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2653
778
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2654
779
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
2655
780
  readonly unstyled?: boolean | undefined;
@@ -2665,32 +790,7 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2665
790
  [x: string]: undefined;
2666
791
  }), string | number> & {
2667
792
  [x: string]: undefined;
2668
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
2669
- target?: string | undefined;
2670
- hitSlop?: number | import("react-native").Insets | null | undefined;
2671
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2672
- dangerouslySetInnerHTML?: {
2673
- __html: string;
2674
- } | undefined;
2675
- children?: any;
2676
- debug?: import("@tamagui/web").DebugProp | undefined;
2677
- disabled?: boolean | undefined;
2678
- className?: string | undefined;
2679
- themeShallow?: boolean | undefined;
2680
- id?: string | undefined;
2681
- tag?: string | undefined;
2682
- theme?: string | null | undefined;
2683
- group?: undefined;
2684
- untilMeasured?: "hide" | "show" | undefined;
2685
- componentName?: string | undefined;
2686
- tabIndex?: string | number | undefined;
2687
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2688
- disableOptimization?: boolean | undefined;
2689
- forceStyle?: "hover" | "press" | "focus" | undefined;
2690
- disableClassName?: boolean | undefined;
2691
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2692
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2693
- } & {
793
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2694
794
  style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
2695
795
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<({
2696
796
  readonly unstyled?: boolean | undefined;
@@ -2709,90 +809,15 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2709
809
  }>> & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>, "ref">, "ref">) & React.RefAttributes<import("@tamagui/web").TamaguiTextElement>>;
2710
810
  Content: import("@tamagui/web").ReactComponentWithRef<Object & Omit<import("@tamagui/collapsible/types/Collapsible").CollapsibleContentProps & {
2711
811
  __scopeCollapsible?: string | undefined;
2712
- } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
2713
- target?: string | undefined;
2714
- hitSlop?: number | import("react-native").Insets | null | undefined;
2715
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2716
- dangerouslySetInnerHTML?: {
2717
- __html: string;
2718
- } | undefined;
2719
- children?: any;
2720
- debug?: import("@tamagui/web").DebugProp | undefined;
2721
- disabled?: boolean | undefined;
2722
- className?: string | undefined;
2723
- themeShallow?: boolean | undefined;
2724
- id?: string | undefined;
2725
- tag?: string | undefined;
2726
- theme?: string | null | undefined;
2727
- group?: undefined;
2728
- untilMeasured?: "hide" | "show" | undefined;
2729
- componentName?: string | undefined;
2730
- tabIndex?: string | number | undefined;
2731
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2732
- disableOptimization?: boolean | undefined;
2733
- forceStyle?: "hover" | "press" | "focus" | undefined;
2734
- disableClassName?: boolean | undefined;
2735
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2736
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2737
- } & {
812
+ } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2738
813
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
2739
814
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
2740
815
  [x: string]: undefined;
2741
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
2742
- target?: string | undefined;
2743
- hitSlop?: number | import("react-native").Insets | null | undefined;
2744
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2745
- dangerouslySetInnerHTML?: {
2746
- __html: string;
2747
- } | undefined;
2748
- children?: any;
2749
- debug?: import("@tamagui/web").DebugProp | undefined;
2750
- disabled?: boolean | undefined;
2751
- className?: string | undefined;
2752
- themeShallow?: boolean | undefined;
2753
- id?: string | undefined;
2754
- tag?: string | undefined;
2755
- theme?: string | null | undefined;
2756
- group?: undefined;
2757
- untilMeasured?: "hide" | "show" | undefined;
2758
- componentName?: string | undefined;
2759
- tabIndex?: string | number | undefined;
2760
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2761
- disableOptimization?: boolean | undefined;
2762
- forceStyle?: "hover" | "press" | "focus" | undefined;
2763
- disableClassName?: boolean | undefined;
2764
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2765
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2766
- } & {
816
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2767
817
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
2768
818
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
2769
819
  [x: string]: undefined;
2770
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
2771
- target?: string | undefined;
2772
- hitSlop?: number | import("react-native").Insets | null | undefined;
2773
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2774
- dangerouslySetInnerHTML?: {
2775
- __html: string;
2776
- } | undefined;
2777
- children?: any;
2778
- debug?: import("@tamagui/web").DebugProp | undefined;
2779
- disabled?: boolean | undefined;
2780
- className?: string | undefined;
2781
- themeShallow?: boolean | undefined;
2782
- id?: string | undefined;
2783
- tag?: string | undefined;
2784
- theme?: string | null | undefined;
2785
- group?: undefined;
2786
- untilMeasured?: "hide" | "show" | undefined;
2787
- componentName?: string | undefined;
2788
- tabIndex?: string | number | undefined;
2789
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2790
- disableOptimization?: boolean | undefined;
2791
- forceStyle?: "hover" | "press" | "focus" | undefined;
2792
- disableClassName?: boolean | undefined;
2793
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2794
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2795
- } & {
820
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2796
821
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
2797
822
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
2798
823
  [x: string]: undefined;
@@ -2800,90 +825,15 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2800
825
  readonly unstyled?: boolean | undefined;
2801
826
  } & import("@tamagui/web").PseudoProps<Partial<import("@tamagui/collapsible/types/Collapsible").CollapsibleContentProps & {
2802
827
  __scopeCollapsible?: string | undefined;
2803
- } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
2804
- target?: string | undefined;
2805
- hitSlop?: number | import("react-native").Insets | null | undefined;
2806
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2807
- dangerouslySetInnerHTML?: {
2808
- __html: string;
2809
- } | undefined;
2810
- children?: any;
2811
- debug?: import("@tamagui/web").DebugProp | undefined;
2812
- disabled?: boolean | undefined;
2813
- className?: string | undefined;
2814
- themeShallow?: boolean | undefined;
2815
- id?: string | undefined;
2816
- tag?: string | undefined;
2817
- theme?: string | null | undefined;
2818
- group?: undefined;
2819
- untilMeasured?: "hide" | "show" | undefined;
2820
- componentName?: string | undefined;
2821
- tabIndex?: string | number | undefined;
2822
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2823
- disableOptimization?: boolean | undefined;
2824
- forceStyle?: "hover" | "press" | "focus" | undefined;
2825
- disableClassName?: boolean | undefined;
2826
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2827
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2828
- } & {
828
+ } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2829
829
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
2830
830
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
2831
831
  [x: string]: undefined;
2832
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
2833
- target?: string | undefined;
2834
- hitSlop?: number | import("react-native").Insets | null | undefined;
2835
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2836
- dangerouslySetInnerHTML?: {
2837
- __html: string;
2838
- } | undefined;
2839
- children?: any;
2840
- debug?: import("@tamagui/web").DebugProp | undefined;
2841
- disabled?: boolean | undefined;
2842
- className?: string | undefined;
2843
- themeShallow?: boolean | undefined;
2844
- id?: string | undefined;
2845
- tag?: string | undefined;
2846
- theme?: string | null | undefined;
2847
- group?: undefined;
2848
- untilMeasured?: "hide" | "show" | undefined;
2849
- componentName?: string | undefined;
2850
- tabIndex?: string | number | undefined;
2851
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2852
- disableOptimization?: boolean | undefined;
2853
- forceStyle?: "hover" | "press" | "focus" | undefined;
2854
- disableClassName?: boolean | undefined;
2855
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2856
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2857
- } & {
832
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2858
833
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
2859
834
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
2860
835
  [x: string]: undefined;
2861
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
2862
- target?: string | undefined;
2863
- hitSlop?: number | import("react-native").Insets | null | undefined;
2864
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2865
- dangerouslySetInnerHTML?: {
2866
- __html: string;
2867
- } | undefined;
2868
- children?: any;
2869
- debug?: import("@tamagui/web").DebugProp | undefined;
2870
- disabled?: boolean | undefined;
2871
- className?: string | undefined;
2872
- themeShallow?: boolean | undefined;
2873
- id?: string | undefined;
2874
- tag?: string | undefined;
2875
- theme?: string | null | undefined;
2876
- group?: undefined;
2877
- untilMeasured?: "hide" | "show" | undefined;
2878
- componentName?: string | undefined;
2879
- tabIndex?: string | number | undefined;
2880
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2881
- disableOptimization?: boolean | undefined;
2882
- forceStyle?: "hover" | "press" | "focus" | undefined;
2883
- disableClassName?: boolean | undefined;
2884
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2885
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2886
- } & {
836
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2887
837
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
2888
838
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
2889
839
  [x: string]: undefined;
@@ -2891,90 +841,15 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2891
841
  readonly unstyled?: boolean | undefined;
2892
842
  }>> & import("@tamagui/web").MediaProps<Partial<import("@tamagui/collapsible/types/Collapsible").CollapsibleContentProps & {
2893
843
  __scopeCollapsible?: string | undefined;
2894
- } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
2895
- target?: string | undefined;
2896
- hitSlop?: number | import("react-native").Insets | null | undefined;
2897
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2898
- dangerouslySetInnerHTML?: {
2899
- __html: string;
2900
- } | undefined;
2901
- children?: any;
2902
- debug?: import("@tamagui/web").DebugProp | undefined;
2903
- disabled?: boolean | undefined;
2904
- className?: string | undefined;
2905
- themeShallow?: boolean | undefined;
2906
- id?: string | undefined;
2907
- tag?: string | undefined;
2908
- theme?: string | null | undefined;
2909
- group?: undefined;
2910
- untilMeasured?: "hide" | "show" | undefined;
2911
- componentName?: string | undefined;
2912
- tabIndex?: string | number | undefined;
2913
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2914
- disableOptimization?: boolean | undefined;
2915
- forceStyle?: "hover" | "press" | "focus" | undefined;
2916
- disableClassName?: boolean | undefined;
2917
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2918
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2919
- } & {
844
+ } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2920
845
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
2921
846
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
2922
847
  [x: string]: undefined;
2923
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
2924
- target?: string | undefined;
2925
- hitSlop?: number | import("react-native").Insets | null | undefined;
2926
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2927
- dangerouslySetInnerHTML?: {
2928
- __html: string;
2929
- } | undefined;
2930
- children?: any;
2931
- debug?: import("@tamagui/web").DebugProp | undefined;
2932
- disabled?: boolean | undefined;
2933
- className?: string | undefined;
2934
- themeShallow?: boolean | undefined;
2935
- id?: string | undefined;
2936
- tag?: string | undefined;
2937
- theme?: string | null | undefined;
2938
- group?: undefined;
2939
- untilMeasured?: "hide" | "show" | undefined;
2940
- componentName?: string | undefined;
2941
- tabIndex?: string | number | undefined;
2942
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2943
- disableOptimization?: boolean | undefined;
2944
- forceStyle?: "hover" | "press" | "focus" | undefined;
2945
- disableClassName?: boolean | undefined;
2946
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2947
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2948
- } & {
848
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2949
849
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
2950
850
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
2951
851
  [x: string]: undefined;
2952
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
2953
- target?: string | undefined;
2954
- hitSlop?: number | import("react-native").Insets | null | undefined;
2955
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2956
- dangerouslySetInnerHTML?: {
2957
- __html: string;
2958
- } | undefined;
2959
- children?: any;
2960
- debug?: import("@tamagui/web").DebugProp | undefined;
2961
- disabled?: boolean | undefined;
2962
- className?: string | undefined;
2963
- themeShallow?: boolean | undefined;
2964
- id?: string | undefined;
2965
- tag?: string | undefined;
2966
- theme?: string | null | undefined;
2967
- group?: undefined;
2968
- untilMeasured?: "hide" | "show" | undefined;
2969
- componentName?: string | undefined;
2970
- tabIndex?: string | number | undefined;
2971
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
2972
- disableOptimization?: boolean | undefined;
2973
- forceStyle?: "hover" | "press" | "focus" | undefined;
2974
- disableClassName?: boolean | undefined;
2975
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
2976
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
2977
- } & {
852
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
2978
853
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
2979
854
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
2980
855
  [x: string]: undefined;
@@ -2984,90 +859,15 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
2984
859
  staticConfig: import("@tamagui/web").StaticConfig;
2985
860
  styleable: import("@tamagui/web").Styleable<import("@tamagui/collapsible/types/Collapsible").CollapsibleContentProps & {
2986
861
  __scopeCollapsible?: string | undefined;
2987
- } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
2988
- target?: string | undefined;
2989
- hitSlop?: number | import("react-native").Insets | null | undefined;
2990
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
2991
- dangerouslySetInnerHTML?: {
2992
- __html: string;
2993
- } | undefined;
2994
- children?: any;
2995
- debug?: import("@tamagui/web").DebugProp | undefined;
2996
- disabled?: boolean | undefined;
2997
- className?: string | undefined;
2998
- themeShallow?: boolean | undefined;
2999
- id?: string | undefined;
3000
- tag?: string | undefined;
3001
- theme?: string | null | undefined;
3002
- group?: undefined;
3003
- untilMeasured?: "hide" | "show" | undefined;
3004
- componentName?: string | undefined;
3005
- tabIndex?: string | number | undefined;
3006
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
3007
- disableOptimization?: boolean | undefined;
3008
- forceStyle?: "hover" | "press" | "focus" | undefined;
3009
- disableClassName?: boolean | undefined;
3010
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
3011
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
3012
- } & {
862
+ } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
3013
863
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
3014
864
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
3015
865
  [x: string]: undefined;
3016
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
3017
- target?: string | undefined;
3018
- hitSlop?: number | import("react-native").Insets | null | undefined;
3019
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
3020
- dangerouslySetInnerHTML?: {
3021
- __html: string;
3022
- } | undefined;
3023
- children?: any;
3024
- debug?: import("@tamagui/web").DebugProp | undefined;
3025
- disabled?: boolean | undefined;
3026
- className?: string | undefined;
3027
- themeShallow?: boolean | undefined;
3028
- id?: string | undefined;
3029
- tag?: string | undefined;
3030
- theme?: string | null | undefined;
3031
- group?: undefined;
3032
- untilMeasured?: "hide" | "show" | undefined;
3033
- componentName?: string | undefined;
3034
- tabIndex?: string | number | undefined;
3035
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
3036
- disableOptimization?: boolean | undefined;
3037
- forceStyle?: "hover" | "press" | "focus" | undefined;
3038
- disableClassName?: boolean | undefined;
3039
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
3040
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
3041
- } & {
866
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
3042
867
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
3043
868
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
3044
869
  [x: string]: undefined;
3045
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
3046
- target?: string | undefined;
3047
- hitSlop?: number | import("react-native").Insets | null | undefined;
3048
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
3049
- dangerouslySetInnerHTML?: {
3050
- __html: string;
3051
- } | undefined;
3052
- children?: any;
3053
- debug?: import("@tamagui/web").DebugProp | undefined;
3054
- disabled?: boolean | undefined;
3055
- className?: string | undefined;
3056
- themeShallow?: boolean | undefined;
3057
- id?: string | undefined;
3058
- tag?: string | undefined;
3059
- theme?: string | null | undefined;
3060
- group?: undefined;
3061
- untilMeasured?: "hide" | "show" | undefined;
3062
- componentName?: string | undefined;
3063
- tabIndex?: string | number | undefined;
3064
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
3065
- disableOptimization?: boolean | undefined;
3066
- forceStyle?: "hover" | "press" | "focus" | undefined;
3067
- disableClassName?: boolean | undefined;
3068
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
3069
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
3070
- } & {
870
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
3071
871
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
3072
872
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
3073
873
  [x: string]: undefined;
@@ -3075,90 +875,15 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
3075
875
  readonly unstyled?: boolean | undefined;
3076
876
  } & import("@tamagui/web").PseudoProps<Partial<import("@tamagui/collapsible/types/Collapsible").CollapsibleContentProps & {
3077
877
  __scopeCollapsible?: string | undefined;
3078
- } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
3079
- target?: string | undefined;
3080
- hitSlop?: number | import("react-native").Insets | null | undefined;
3081
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
3082
- dangerouslySetInnerHTML?: {
3083
- __html: string;
3084
- } | undefined;
3085
- children?: any;
3086
- debug?: import("@tamagui/web").DebugProp | undefined;
3087
- disabled?: boolean | undefined;
3088
- className?: string | undefined;
3089
- themeShallow?: boolean | undefined;
3090
- id?: string | undefined;
3091
- tag?: string | undefined;
3092
- theme?: string | null | undefined;
3093
- group?: undefined;
3094
- untilMeasured?: "hide" | "show" | undefined;
3095
- componentName?: string | undefined;
3096
- tabIndex?: string | number | undefined;
3097
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
3098
- disableOptimization?: boolean | undefined;
3099
- forceStyle?: "hover" | "press" | "focus" | undefined;
3100
- disableClassName?: boolean | undefined;
3101
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
3102
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
3103
- } & {
878
+ } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
3104
879
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
3105
880
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
3106
881
  [x: string]: undefined;
3107
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
3108
- target?: string | undefined;
3109
- hitSlop?: number | import("react-native").Insets | null | undefined;
3110
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
3111
- dangerouslySetInnerHTML?: {
3112
- __html: string;
3113
- } | undefined;
3114
- children?: any;
3115
- debug?: import("@tamagui/web").DebugProp | undefined;
3116
- disabled?: boolean | undefined;
3117
- className?: string | undefined;
3118
- themeShallow?: boolean | undefined;
3119
- id?: string | undefined;
3120
- tag?: string | undefined;
3121
- theme?: string | null | undefined;
3122
- group?: undefined;
3123
- untilMeasured?: "hide" | "show" | undefined;
3124
- componentName?: string | undefined;
3125
- tabIndex?: string | number | undefined;
3126
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
3127
- disableOptimization?: boolean | undefined;
3128
- forceStyle?: "hover" | "press" | "focus" | undefined;
3129
- disableClassName?: boolean | undefined;
3130
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
3131
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
3132
- } & {
882
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
3133
883
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
3134
884
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
3135
885
  [x: string]: undefined;
3136
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
3137
- target?: string | undefined;
3138
- hitSlop?: number | import("react-native").Insets | null | undefined;
3139
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
3140
- dangerouslySetInnerHTML?: {
3141
- __html: string;
3142
- } | undefined;
3143
- children?: any;
3144
- debug?: import("@tamagui/web").DebugProp | undefined;
3145
- disabled?: boolean | undefined;
3146
- className?: string | undefined;
3147
- themeShallow?: boolean | undefined;
3148
- id?: string | undefined;
3149
- tag?: string | undefined;
3150
- theme?: string | null | undefined;
3151
- group?: undefined;
3152
- untilMeasured?: "hide" | "show" | undefined;
3153
- componentName?: string | undefined;
3154
- tabIndex?: string | number | undefined;
3155
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
3156
- disableOptimization?: boolean | undefined;
3157
- forceStyle?: "hover" | "press" | "focus" | undefined;
3158
- disableClassName?: boolean | undefined;
3159
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
3160
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
3161
- } & {
886
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
3162
887
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
3163
888
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
3164
889
  [x: string]: undefined;
@@ -3166,90 +891,15 @@ declare const Accordion: React.ForwardRefExoticComponent<ScopedProps<AccordionSi
3166
891
  readonly unstyled?: boolean | undefined;
3167
892
  }>> & import("@tamagui/web").MediaProps<Partial<import("@tamagui/collapsible/types/Collapsible").CollapsibleContentProps & {
3168
893
  __scopeCollapsible?: string | undefined;
3169
- } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
3170
- target?: string | undefined;
3171
- hitSlop?: number | import("react-native").Insets | null | undefined;
3172
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
3173
- dangerouslySetInnerHTML?: {
3174
- __html: string;
3175
- } | undefined;
3176
- children?: any;
3177
- debug?: import("@tamagui/web").DebugProp | undefined;
3178
- disabled?: boolean | undefined;
3179
- className?: string | undefined;
3180
- themeShallow?: boolean | undefined;
3181
- id?: string | undefined;
3182
- tag?: string | undefined;
3183
- theme?: string | null | undefined;
3184
- group?: undefined;
3185
- untilMeasured?: "hide" | "show" | undefined;
3186
- componentName?: string | undefined;
3187
- tabIndex?: string | number | undefined;
3188
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
3189
- disableOptimization?: boolean | undefined;
3190
- forceStyle?: "hover" | "press" | "focus" | undefined;
3191
- disableClassName?: boolean | undefined;
3192
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
3193
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
3194
- } & {
894
+ } & Omit<import("@tamagui/web").StackProps | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
3195
895
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
3196
896
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
3197
897
  [x: string]: undefined;
3198
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
3199
- target?: string | undefined;
3200
- hitSlop?: number | import("react-native").Insets | null | undefined;
3201
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
3202
- dangerouslySetInnerHTML?: {
3203
- __html: string;
3204
- } | undefined;
3205
- children?: any;
3206
- debug?: import("@tamagui/web").DebugProp | undefined;
3207
- disabled?: boolean | undefined;
3208
- className?: string | undefined;
3209
- themeShallow?: boolean | undefined;
3210
- id?: string | undefined;
3211
- tag?: string | undefined;
3212
- theme?: string | null | undefined;
3213
- group?: undefined;
3214
- untilMeasured?: "hide" | "show" | undefined;
3215
- componentName?: string | undefined;
3216
- tabIndex?: string | number | undefined;
3217
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
3218
- disableOptimization?: boolean | undefined;
3219
- forceStyle?: "hover" | "press" | "focus" | undefined;
3220
- disableClassName?: boolean | undefined;
3221
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
3222
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
3223
- } & {
898
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
3224
899
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
3225
900
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
3226
901
  [x: string]: undefined;
3227
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
3228
- target?: string | undefined;
3229
- hitSlop?: number | import("react-native").Insets | null | undefined;
3230
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
3231
- dangerouslySetInnerHTML?: {
3232
- __html: string;
3233
- } | undefined;
3234
- children?: any;
3235
- debug?: import("@tamagui/web").DebugProp | undefined;
3236
- disabled?: boolean | undefined;
3237
- className?: string | undefined;
3238
- themeShallow?: boolean | undefined;
3239
- id?: string | undefined;
3240
- tag?: string | undefined;
3241
- theme?: string | null | undefined;
3242
- group?: undefined;
3243
- untilMeasured?: "hide" | "show" | undefined;
3244
- componentName?: string | undefined;
3245
- tabIndex?: string | number | undefined;
3246
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
3247
- disableOptimization?: boolean | undefined;
3248
- forceStyle?: "hover" | "press" | "focus" | undefined;
3249
- disableClassName?: boolean | undefined;
3250
- onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
3251
- onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
3252
- } & {
902
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
3253
903
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
3254
904
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, string | number> & {
3255
905
  [x: string]: undefined;