@tamagui/list-item 1.88.4 → 1.88.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -10
- package/types/ListItem.d.ts +37 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/list-item",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.6",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -23,20 +23,20 @@
|
|
|
23
23
|
"clean:build": "tamagui-build clean:build"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@tamagui/font-size": "1.88.
|
|
27
|
-
"@tamagui/get-font-sized": "1.88.
|
|
28
|
-
"@tamagui/get-token": "1.88.
|
|
29
|
-
"@tamagui/helpers": "1.88.
|
|
30
|
-
"@tamagui/helpers-tamagui": "1.88.
|
|
31
|
-
"@tamagui/stacks": "1.88.
|
|
32
|
-
"@tamagui/text": "1.88.
|
|
33
|
-
"@tamagui/web": "1.88.
|
|
26
|
+
"@tamagui/font-size": "1.88.6",
|
|
27
|
+
"@tamagui/get-font-sized": "1.88.6",
|
|
28
|
+
"@tamagui/get-token": "1.88.6",
|
|
29
|
+
"@tamagui/helpers": "1.88.6",
|
|
30
|
+
"@tamagui/helpers-tamagui": "1.88.6",
|
|
31
|
+
"@tamagui/stacks": "1.88.6",
|
|
32
|
+
"@tamagui/text": "1.88.6",
|
|
33
|
+
"@tamagui/web": "1.88.6"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"react": "*"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@tamagui/build": "1.88.
|
|
39
|
+
"@tamagui/build": "1.88.6",
|
|
40
40
|
"react": "^18.2.0"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
package/types/ListItem.d.ts
CHANGED
|
@@ -43,7 +43,7 @@ export type ListItemProps = Omit<TextParentStyles, 'TextComponent' | 'noTextWrap
|
|
|
43
43
|
*/
|
|
44
44
|
noTextWrap?: boolean | 'all';
|
|
45
45
|
};
|
|
46
|
-
export declare const ListItemFrame: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").
|
|
46
|
+
export declare const ListItemFrame: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
47
47
|
unstyled?: boolean | undefined;
|
|
48
48
|
size?: SizeTokens | undefined;
|
|
49
49
|
disabled?: boolean | undefined;
|
|
@@ -81,7 +81,7 @@ export declare const useListItem: (propsIn: ListItemProps, { Text, Subtitle, Tit
|
|
|
81
81
|
}) => {
|
|
82
82
|
props: PropsWithoutMediaStyles<ListItemProps>;
|
|
83
83
|
};
|
|
84
|
-
export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").
|
|
84
|
+
export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase & {
|
|
85
85
|
unstyled?: boolean | undefined;
|
|
86
86
|
size?: SizeTokens | undefined;
|
|
87
87
|
disabled?: boolean | undefined;
|
|
@@ -99,7 +99,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
99
99
|
padded?: boolean | undefined;
|
|
100
100
|
chromeless?: boolean | "all" | undefined;
|
|
101
101
|
active?: boolean | undefined;
|
|
102
|
-
}>, "noTextWrap" | keyof import("@tamagui/text").TextContextStyles | "textProps" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "tag" | "unstyled" | "size" | "children" | "onStartShouldSetResponder" | "dataSet" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "onLayout" | "href" | "hrefAttrs" | "elevationAndroid" | "rel" | "download" | "focusable" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "style" | "hitSlop" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "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" | "target" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "group" | "untilMeasured" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "elevation" | keyof import("@tamagui/web").
|
|
102
|
+
}>, "noTextWrap" | keyof import("@tamagui/text").TextContextStyles | "textProps" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "tag" | "unstyled" | "size" | "children" | "onStartShouldSetResponder" | "dataSet" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "onLayout" | "href" | "hrefAttrs" | "elevationAndroid" | "rel" | "download" | "focusable" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "style" | "hitSlop" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "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" | "target" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "group" | "untilMeasured" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "elevation" | keyof import("@tamagui/web").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "active" | keyof import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
103
103
|
unstyled?: boolean | undefined;
|
|
104
104
|
size?: SizeTokens | undefined;
|
|
105
105
|
disabled?: boolean | undefined;
|
|
@@ -117,7 +117,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
117
117
|
padded?: boolean | undefined;
|
|
118
118
|
chromeless?: boolean | "all" | undefined;
|
|
119
119
|
active?: boolean | undefined;
|
|
120
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
120
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
121
121
|
unstyled?: boolean | undefined;
|
|
122
122
|
size?: SizeTokens | undefined;
|
|
123
123
|
disabled?: boolean | undefined;
|
|
@@ -135,7 +135,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
135
135
|
padded?: boolean | undefined;
|
|
136
136
|
chromeless?: boolean | "all" | undefined;
|
|
137
137
|
active?: boolean | undefined;
|
|
138
|
-
}>>> | keyof ThemeableProps | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace" | "title" | "subTitle"> & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "unstyled" | "size" | "disabled" | "elevation" | keyof import("@tamagui/web").
|
|
138
|
+
}>>> | keyof ThemeableProps | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace" | "title" | "subTitle"> & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "unstyled" | "size" | "disabled" | "elevation" | keyof import("@tamagui/web").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "active"> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
139
139
|
unstyled?: boolean | undefined;
|
|
140
140
|
size?: SizeTokens | undefined;
|
|
141
141
|
disabled?: boolean | undefined;
|
|
@@ -153,7 +153,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
153
153
|
padded?: boolean | undefined;
|
|
154
154
|
chromeless?: boolean | "all" | undefined;
|
|
155
155
|
active?: boolean | undefined;
|
|
156
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
156
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
157
157
|
unstyled?: boolean | undefined;
|
|
158
158
|
size?: SizeTokens | undefined;
|
|
159
159
|
disabled?: boolean | undefined;
|
|
@@ -171,7 +171,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
171
171
|
padded?: boolean | undefined;
|
|
172
172
|
chromeless?: boolean | "all" | undefined;
|
|
173
173
|
active?: boolean | undefined;
|
|
174
|
-
}>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
174
|
+
}>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
175
175
|
unstyled?: boolean | undefined;
|
|
176
176
|
size?: SizeTokens | undefined;
|
|
177
177
|
disabled?: boolean | undefined;
|
|
@@ -189,7 +189,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
189
189
|
padded?: boolean | undefined;
|
|
190
190
|
chromeless?: boolean | "all" | undefined;
|
|
191
191
|
active?: boolean | undefined;
|
|
192
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
192
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
193
193
|
unstyled?: boolean | undefined;
|
|
194
194
|
size?: SizeTokens | undefined;
|
|
195
195
|
disabled?: boolean | undefined;
|
|
@@ -207,7 +207,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
207
207
|
padded?: boolean | undefined;
|
|
208
208
|
chromeless?: boolean | "all" | undefined;
|
|
209
209
|
active?: boolean | undefined;
|
|
210
|
-
}>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").
|
|
210
|
+
}>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").StackStyleBase & {
|
|
211
211
|
unstyled?: boolean | undefined;
|
|
212
212
|
size?: SizeTokens | undefined;
|
|
213
213
|
disabled?: boolean | undefined;
|
|
@@ -261,7 +261,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
261
261
|
* will not wrap text around `children` only, "all" will not wrap title or subTitle
|
|
262
262
|
*/
|
|
263
263
|
noTextWrap?: boolean | "all" | undefined;
|
|
264
|
-
} & React.RefAttributes<import("@tamagui/web").TamaguiElement>> & import("@tamagui/web").StaticComponentObject<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").
|
|
264
|
+
} & React.RefAttributes<import("@tamagui/web").TamaguiElement>> & import("@tamagui/web").StaticComponentObject<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase & {
|
|
265
265
|
unstyled?: boolean | undefined;
|
|
266
266
|
size?: SizeTokens | undefined;
|
|
267
267
|
disabled?: boolean | undefined;
|
|
@@ -279,7 +279,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
279
279
|
padded?: boolean | undefined;
|
|
280
280
|
chromeless?: boolean | "all" | undefined;
|
|
281
281
|
active?: boolean | undefined;
|
|
282
|
-
}>, "noTextWrap" | keyof import("@tamagui/text").TextContextStyles | "textProps" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "tag" | "unstyled" | "size" | "children" | "onStartShouldSetResponder" | "dataSet" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "onLayout" | "href" | "hrefAttrs" | "elevationAndroid" | "rel" | "download" | "focusable" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "style" | "hitSlop" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "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" | "target" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "group" | "untilMeasured" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "elevation" | keyof import("@tamagui/web").
|
|
282
|
+
}>, "noTextWrap" | keyof import("@tamagui/text").TextContextStyles | "textProps" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "tag" | "unstyled" | "size" | "children" | "onStartShouldSetResponder" | "dataSet" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "onLayout" | "href" | "hrefAttrs" | "elevationAndroid" | "rel" | "download" | "focusable" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "style" | "hitSlop" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "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" | "target" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "group" | "untilMeasured" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "elevation" | keyof import("@tamagui/web").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "active" | keyof import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
283
283
|
unstyled?: boolean | undefined;
|
|
284
284
|
size?: SizeTokens | undefined;
|
|
285
285
|
disabled?: boolean | undefined;
|
|
@@ -297,7 +297,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
297
297
|
padded?: boolean | undefined;
|
|
298
298
|
chromeless?: boolean | "all" | undefined;
|
|
299
299
|
active?: boolean | undefined;
|
|
300
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
300
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
301
301
|
unstyled?: boolean | undefined;
|
|
302
302
|
size?: SizeTokens | undefined;
|
|
303
303
|
disabled?: boolean | undefined;
|
|
@@ -315,7 +315,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
315
315
|
padded?: boolean | undefined;
|
|
316
316
|
chromeless?: boolean | "all" | undefined;
|
|
317
317
|
active?: boolean | undefined;
|
|
318
|
-
}>>> | keyof ThemeableProps | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace" | "title" | "subTitle"> & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "unstyled" | "size" | "disabled" | "elevation" | keyof import("@tamagui/web").
|
|
318
|
+
}>>> | keyof ThemeableProps | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace" | "title" | "subTitle"> & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "unstyled" | "size" | "disabled" | "elevation" | keyof import("@tamagui/web").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "active"> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
319
319
|
unstyled?: boolean | undefined;
|
|
320
320
|
size?: SizeTokens | undefined;
|
|
321
321
|
disabled?: boolean | undefined;
|
|
@@ -333,7 +333,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
333
333
|
padded?: boolean | undefined;
|
|
334
334
|
chromeless?: boolean | "all" | undefined;
|
|
335
335
|
active?: boolean | undefined;
|
|
336
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
336
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
337
337
|
unstyled?: boolean | undefined;
|
|
338
338
|
size?: SizeTokens | undefined;
|
|
339
339
|
disabled?: boolean | undefined;
|
|
@@ -351,7 +351,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
351
351
|
padded?: boolean | undefined;
|
|
352
352
|
chromeless?: boolean | "all" | undefined;
|
|
353
353
|
active?: boolean | undefined;
|
|
354
|
-
}>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
354
|
+
}>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
355
355
|
unstyled?: boolean | undefined;
|
|
356
356
|
size?: SizeTokens | undefined;
|
|
357
357
|
disabled?: boolean | undefined;
|
|
@@ -369,7 +369,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
369
369
|
padded?: boolean | undefined;
|
|
370
370
|
chromeless?: boolean | "all" | undefined;
|
|
371
371
|
active?: boolean | undefined;
|
|
372
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
372
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
373
373
|
unstyled?: boolean | undefined;
|
|
374
374
|
size?: SizeTokens | undefined;
|
|
375
375
|
disabled?: boolean | undefined;
|
|
@@ -387,7 +387,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
387
387
|
padded?: boolean | undefined;
|
|
388
388
|
chromeless?: boolean | "all" | undefined;
|
|
389
389
|
active?: boolean | undefined;
|
|
390
|
-
}>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").
|
|
390
|
+
}>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").StackStyleBase & {
|
|
391
391
|
unstyled?: boolean | undefined;
|
|
392
392
|
size?: SizeTokens | undefined;
|
|
393
393
|
disabled?: boolean | undefined;
|
|
@@ -441,7 +441,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
441
441
|
* will not wrap text around `children` only, "all" will not wrap title or subTitle
|
|
442
442
|
*/
|
|
443
443
|
noTextWrap?: boolean | "all" | undefined;
|
|
444
|
-
}, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "unstyled" | "size" | "disabled" | "elevation" | keyof import("@tamagui/web").
|
|
444
|
+
}, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "unstyled" | "size" | "disabled" | "elevation" | keyof import("@tamagui/web").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "active"> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
445
445
|
unstyled?: boolean | undefined;
|
|
446
446
|
size?: SizeTokens | undefined;
|
|
447
447
|
disabled?: boolean | undefined;
|
|
@@ -459,7 +459,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
459
459
|
padded?: boolean | undefined;
|
|
460
460
|
chromeless?: boolean | "all" | undefined;
|
|
461
461
|
active?: boolean | undefined;
|
|
462
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
462
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
463
463
|
unstyled?: boolean | undefined;
|
|
464
464
|
size?: SizeTokens | undefined;
|
|
465
465
|
disabled?: boolean | undefined;
|
|
@@ -477,7 +477,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
477
477
|
padded?: boolean | undefined;
|
|
478
478
|
chromeless?: boolean | "all" | undefined;
|
|
479
479
|
active?: boolean | undefined;
|
|
480
|
-
}>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
480
|
+
}>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
481
481
|
unstyled?: boolean | undefined;
|
|
482
482
|
size?: SizeTokens | undefined;
|
|
483
483
|
disabled?: boolean | undefined;
|
|
@@ -495,7 +495,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
495
495
|
padded?: boolean | undefined;
|
|
496
496
|
chromeless?: boolean | "all" | undefined;
|
|
497
497
|
active?: boolean | undefined;
|
|
498
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
498
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
499
499
|
unstyled?: boolean | undefined;
|
|
500
500
|
size?: SizeTokens | undefined;
|
|
501
501
|
disabled?: boolean | undefined;
|
|
@@ -513,7 +513,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
513
513
|
padded?: boolean | undefined;
|
|
514
514
|
chromeless?: boolean | "all" | undefined;
|
|
515
515
|
active?: boolean | undefined;
|
|
516
|
-
}>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").
|
|
516
|
+
}>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").StackStyleBase & {
|
|
517
517
|
unstyled?: boolean | undefined;
|
|
518
518
|
size?: SizeTokens | undefined;
|
|
519
519
|
disabled?: boolean | undefined;
|
|
@@ -567,7 +567,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
567
567
|
* will not wrap text around `children` only, "all" will not wrap title or subTitle
|
|
568
568
|
*/
|
|
569
569
|
noTextWrap?: boolean | "all" | undefined;
|
|
570
|
-
}, import("@tamagui/web").
|
|
570
|
+
}, import("@tamagui/web").StackStyleBase, {
|
|
571
571
|
unstyled?: boolean | undefined;
|
|
572
572
|
size?: SizeTokens | undefined;
|
|
573
573
|
disabled?: boolean | undefined;
|
|
@@ -586,7 +586,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
586
586
|
chromeless?: boolean | "all" | undefined;
|
|
587
587
|
active?: boolean | undefined;
|
|
588
588
|
}, {}> & Omit<{}, "staticConfig" | "extractable" | "styleable"> & {
|
|
589
|
-
__tama: [Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").
|
|
589
|
+
__tama: [Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase & {
|
|
590
590
|
unstyled?: boolean | undefined;
|
|
591
591
|
size?: SizeTokens | undefined;
|
|
592
592
|
disabled?: boolean | undefined;
|
|
@@ -604,7 +604,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
604
604
|
padded?: boolean | undefined;
|
|
605
605
|
chromeless?: boolean | "all" | undefined;
|
|
606
606
|
active?: boolean | undefined;
|
|
607
|
-
}>, "noTextWrap" | keyof import("@tamagui/text").TextContextStyles | "textProps" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "tag" | "unstyled" | "size" | "children" | "onStartShouldSetResponder" | "dataSet" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "onLayout" | "href" | "hrefAttrs" | "elevationAndroid" | "rel" | "download" | "focusable" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "style" | "hitSlop" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "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" | "target" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "group" | "untilMeasured" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "elevation" | keyof import("@tamagui/web").
|
|
607
|
+
}>, "noTextWrap" | keyof import("@tamagui/text").TextContextStyles | "textProps" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "tag" | "unstyled" | "size" | "children" | "onStartShouldSetResponder" | "dataSet" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "onLayout" | "href" | "hrefAttrs" | "elevationAndroid" | "rel" | "download" | "focusable" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "style" | "hitSlop" | "id" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "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" | "target" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "group" | "untilMeasured" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onBlur" | "elevation" | keyof import("@tamagui/web").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "active" | keyof import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
608
608
|
unstyled?: boolean | undefined;
|
|
609
609
|
size?: SizeTokens | undefined;
|
|
610
610
|
disabled?: boolean | undefined;
|
|
@@ -622,7 +622,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
622
622
|
padded?: boolean | undefined;
|
|
623
623
|
chromeless?: boolean | "all" | undefined;
|
|
624
624
|
active?: boolean | undefined;
|
|
625
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
625
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
626
626
|
unstyled?: boolean | undefined;
|
|
627
627
|
size?: SizeTokens | undefined;
|
|
628
628
|
disabled?: boolean | undefined;
|
|
@@ -640,7 +640,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
640
640
|
padded?: boolean | undefined;
|
|
641
641
|
chromeless?: boolean | "all" | undefined;
|
|
642
642
|
active?: boolean | undefined;
|
|
643
|
-
}>>> | keyof ThemeableProps | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace" | "title" | "subTitle"> & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "unstyled" | "size" | "disabled" | "elevation" | keyof import("@tamagui/web").
|
|
643
|
+
}>>> | keyof ThemeableProps | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace" | "title" | "subTitle"> & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "unstyled" | "size" | "disabled" | "elevation" | keyof import("@tamagui/web").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "active"> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
644
644
|
unstyled?: boolean | undefined;
|
|
645
645
|
size?: SizeTokens | undefined;
|
|
646
646
|
disabled?: boolean | undefined;
|
|
@@ -658,7 +658,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
658
658
|
padded?: boolean | undefined;
|
|
659
659
|
chromeless?: boolean | "all" | undefined;
|
|
660
660
|
active?: boolean | undefined;
|
|
661
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
661
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
662
662
|
unstyled?: boolean | undefined;
|
|
663
663
|
size?: SizeTokens | undefined;
|
|
664
664
|
disabled?: boolean | undefined;
|
|
@@ -676,7 +676,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
676
676
|
padded?: boolean | undefined;
|
|
677
677
|
chromeless?: boolean | "all" | undefined;
|
|
678
678
|
active?: boolean | undefined;
|
|
679
|
-
}>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
679
|
+
}>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
680
680
|
unstyled?: boolean | undefined;
|
|
681
681
|
size?: SizeTokens | undefined;
|
|
682
682
|
disabled?: boolean | undefined;
|
|
@@ -694,7 +694,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
694
694
|
padded?: boolean | undefined;
|
|
695
695
|
chromeless?: boolean | "all" | undefined;
|
|
696
696
|
active?: boolean | undefined;
|
|
697
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
697
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
698
698
|
unstyled?: boolean | undefined;
|
|
699
699
|
size?: SizeTokens | undefined;
|
|
700
700
|
disabled?: boolean | undefined;
|
|
@@ -712,7 +712,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
712
712
|
padded?: boolean | undefined;
|
|
713
713
|
chromeless?: boolean | "all" | undefined;
|
|
714
714
|
active?: boolean | undefined;
|
|
715
|
-
}>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").
|
|
715
|
+
}>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").StackStyleBase & {
|
|
716
716
|
unstyled?: boolean | undefined;
|
|
717
717
|
size?: SizeTokens | undefined;
|
|
718
718
|
disabled?: boolean | undefined;
|
|
@@ -766,7 +766,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
766
766
|
* will not wrap text around `children` only, "all" will not wrap title or subTitle
|
|
767
767
|
*/
|
|
768
768
|
noTextWrap?: boolean | "all" | undefined;
|
|
769
|
-
}, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "unstyled" | "size" | "disabled" | "elevation" | keyof import("@tamagui/web").
|
|
769
|
+
}, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "unstyled" | "size" | "disabled" | "elevation" | keyof import("@tamagui/web").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "active"> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
770
770
|
unstyled?: boolean | undefined;
|
|
771
771
|
size?: SizeTokens | undefined;
|
|
772
772
|
disabled?: boolean | undefined;
|
|
@@ -784,7 +784,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
784
784
|
padded?: boolean | undefined;
|
|
785
785
|
chromeless?: boolean | "all" | undefined;
|
|
786
786
|
active?: boolean | undefined;
|
|
787
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
787
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
788
788
|
unstyled?: boolean | undefined;
|
|
789
789
|
size?: SizeTokens | undefined;
|
|
790
790
|
disabled?: boolean | undefined;
|
|
@@ -802,7 +802,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
802
802
|
padded?: boolean | undefined;
|
|
803
803
|
chromeless?: boolean | "all" | undefined;
|
|
804
804
|
active?: boolean | undefined;
|
|
805
|
-
}>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
805
|
+
}>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
806
806
|
unstyled?: boolean | undefined;
|
|
807
807
|
size?: SizeTokens | undefined;
|
|
808
808
|
disabled?: boolean | undefined;
|
|
@@ -820,7 +820,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
820
820
|
padded?: boolean | undefined;
|
|
821
821
|
chromeless?: boolean | "all" | undefined;
|
|
822
822
|
active?: boolean | undefined;
|
|
823
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
823
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
824
824
|
unstyled?: boolean | undefined;
|
|
825
825
|
size?: SizeTokens | undefined;
|
|
826
826
|
disabled?: boolean | undefined;
|
|
@@ -838,7 +838,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
838
838
|
padded?: boolean | undefined;
|
|
839
839
|
chromeless?: boolean | "all" | undefined;
|
|
840
840
|
active?: boolean | undefined;
|
|
841
|
-
}>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").
|
|
841
|
+
}>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").StackStyleBase & {
|
|
842
842
|
unstyled?: boolean | undefined;
|
|
843
843
|
size?: SizeTokens | undefined;
|
|
844
844
|
disabled?: boolean | undefined;
|
|
@@ -892,7 +892,7 @@ export declare const ListItem: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
892
892
|
* will not wrap text around `children` only, "all" will not wrap title or subTitle
|
|
893
893
|
*/
|
|
894
894
|
noTextWrap?: boolean | "all" | undefined;
|
|
895
|
-
}, import("@tamagui/web").
|
|
895
|
+
}, import("@tamagui/web").StackStyleBase, {
|
|
896
896
|
unstyled?: boolean | undefined;
|
|
897
897
|
size?: SizeTokens | undefined;
|
|
898
898
|
disabled?: boolean | undefined;
|