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