@tamagui/select 1.0.1-beta.159 → 1.0.1-beta.162
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/Select.js +1 -0
- package/dist/cjs/Select.js.map +2 -2
- package/dist/cjs/SelectViewport.js.map +1 -1
- package/dist/esm/Select.js +1 -0
- package/dist/esm/Select.js.map +2 -2
- package/dist/esm/SelectViewport.js.map +1 -1
- package/dist/jsx/Select.js +1 -1
- package/dist/jsx/Select.js.map +2 -2
- package/dist/jsx/SelectViewport.js.map +1 -1
- package/package.json +14 -14
- package/src/Select.tsx +1 -0
- package/src/SelectViewport.tsx +1 -1
- package/types/Select.d.ts +238 -238
- package/types/SelectViewport.d.ts +88 -88
package/types/Select.d.ts
CHANGED
|
@@ -8,62 +8,62 @@ export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import(
|
|
|
8
8
|
readonly fullscreen?: boolean | undefined;
|
|
9
9
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
10
10
|
} & {
|
|
11
|
-
fontFamily?: unknown;
|
|
12
|
-
backgrounded?: boolean | undefined;
|
|
13
|
-
radiused?: boolean | undefined;
|
|
14
|
-
hoverTheme?: boolean | undefined;
|
|
15
|
-
pressTheme?: boolean | undefined;
|
|
16
|
-
focusTheme?: boolean | undefined;
|
|
17
|
-
circular?: boolean | undefined;
|
|
18
|
-
padded?: boolean | undefined;
|
|
19
|
-
elevate?: boolean | undefined;
|
|
20
|
-
bordered?: number | boolean | undefined;
|
|
21
|
-
transparent?: boolean | undefined;
|
|
22
|
-
chromeless?: boolean | "all" | undefined;
|
|
11
|
+
readonly fontFamily?: unknown;
|
|
12
|
+
readonly backgrounded?: boolean | undefined;
|
|
13
|
+
readonly radiused?: boolean | undefined;
|
|
14
|
+
readonly hoverTheme?: boolean | undefined;
|
|
15
|
+
readonly pressTheme?: boolean | undefined;
|
|
16
|
+
readonly focusTheme?: boolean | undefined;
|
|
17
|
+
readonly circular?: boolean | undefined;
|
|
18
|
+
readonly padded?: boolean | undefined;
|
|
19
|
+
readonly elevate?: boolean | undefined;
|
|
20
|
+
readonly bordered?: number | boolean | undefined;
|
|
21
|
+
readonly transparent?: boolean | undefined;
|
|
22
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
23
23
|
}, "disabled" | "size" | "active"> & {
|
|
24
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
25
|
-
active?: boolean | undefined;
|
|
26
|
-
disabled?: boolean | undefined;
|
|
24
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
25
|
+
readonly active?: boolean | undefined;
|
|
26
|
+
readonly disabled?: boolean | undefined;
|
|
27
27
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
28
28
|
readonly fullscreen?: boolean | undefined;
|
|
29
29
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
30
30
|
} & {
|
|
31
|
-
fontFamily?: unknown;
|
|
32
|
-
backgrounded?: boolean | undefined;
|
|
33
|
-
radiused?: boolean | undefined;
|
|
34
|
-
hoverTheme?: boolean | undefined;
|
|
35
|
-
pressTheme?: boolean | undefined;
|
|
36
|
-
focusTheme?: boolean | undefined;
|
|
37
|
-
circular?: boolean | undefined;
|
|
38
|
-
padded?: boolean | undefined;
|
|
39
|
-
elevate?: boolean | undefined;
|
|
40
|
-
bordered?: number | boolean | undefined;
|
|
41
|
-
transparent?: boolean | undefined;
|
|
42
|
-
chromeless?: boolean | "all" | undefined;
|
|
31
|
+
readonly fontFamily?: unknown;
|
|
32
|
+
readonly backgrounded?: boolean | undefined;
|
|
33
|
+
readonly radiused?: boolean | undefined;
|
|
34
|
+
readonly hoverTheme?: boolean | undefined;
|
|
35
|
+
readonly pressTheme?: boolean | undefined;
|
|
36
|
+
readonly focusTheme?: boolean | undefined;
|
|
37
|
+
readonly circular?: boolean | undefined;
|
|
38
|
+
readonly padded?: boolean | undefined;
|
|
39
|
+
readonly elevate?: boolean | undefined;
|
|
40
|
+
readonly bordered?: number | boolean | undefined;
|
|
41
|
+
readonly transparent?: boolean | undefined;
|
|
42
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
43
43
|
}, "disabled" | "size" | "active"> & {
|
|
44
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
45
|
-
active?: boolean | undefined;
|
|
46
|
-
disabled?: boolean | undefined;
|
|
44
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
45
|
+
readonly active?: boolean | undefined;
|
|
46
|
+
readonly disabled?: boolean | undefined;
|
|
47
47
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
48
48
|
readonly fullscreen?: boolean | undefined;
|
|
49
49
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
50
50
|
} & {
|
|
51
|
-
fontFamily?: unknown;
|
|
52
|
-
backgrounded?: boolean | undefined;
|
|
53
|
-
radiused?: boolean | undefined;
|
|
54
|
-
hoverTheme?: boolean | undefined;
|
|
55
|
-
pressTheme?: boolean | undefined;
|
|
56
|
-
focusTheme?: boolean | undefined;
|
|
57
|
-
circular?: boolean | undefined;
|
|
58
|
-
padded?: boolean | undefined;
|
|
59
|
-
elevate?: boolean | undefined;
|
|
60
|
-
bordered?: number | boolean | undefined;
|
|
61
|
-
transparent?: boolean | undefined;
|
|
62
|
-
chromeless?: boolean | "all" | undefined;
|
|
51
|
+
readonly fontFamily?: unknown;
|
|
52
|
+
readonly backgrounded?: boolean | undefined;
|
|
53
|
+
readonly radiused?: boolean | undefined;
|
|
54
|
+
readonly hoverTheme?: boolean | undefined;
|
|
55
|
+
readonly pressTheme?: boolean | undefined;
|
|
56
|
+
readonly focusTheme?: boolean | undefined;
|
|
57
|
+
readonly circular?: boolean | undefined;
|
|
58
|
+
readonly padded?: boolean | undefined;
|
|
59
|
+
readonly elevate?: boolean | undefined;
|
|
60
|
+
readonly bordered?: number | boolean | undefined;
|
|
61
|
+
readonly transparent?: boolean | undefined;
|
|
62
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
63
63
|
}, "disabled" | "size" | "active"> & {
|
|
64
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
65
|
-
active?: boolean | undefined;
|
|
66
|
-
disabled?: boolean | undefined;
|
|
64
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
65
|
+
readonly active?: boolean | undefined;
|
|
66
|
+
readonly disabled?: boolean | undefined;
|
|
67
67
|
}>> & import("@tamagui/core").ThemeableProps & {
|
|
68
68
|
icon?: (JSX.Element | React.FunctionComponent<{
|
|
69
69
|
color?: string | undefined;
|
|
@@ -120,75 +120,75 @@ export interface SelectItemProps extends YStackProps {
|
|
|
120
120
|
}
|
|
121
121
|
export declare const SelectItem: React.ForwardRefExoticComponent<SelectItemProps & React.RefAttributes<TamaguiElement>>;
|
|
122
122
|
export declare const SelectItemTextFrame: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
123
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
123
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
124
124
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
125
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
125
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
126
126
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
127
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
127
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
128
128
|
}>>) | (Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
129
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
129
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
130
130
|
}, string | number> & {
|
|
131
131
|
[x: string]: undefined;
|
|
132
132
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
133
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
133
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
134
134
|
}, string | number> & {
|
|
135
135
|
[x: string]: undefined;
|
|
136
136
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
137
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
137
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
138
138
|
}, string | number> & {
|
|
139
139
|
[x: string]: undefined;
|
|
140
140
|
}>>) | (Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
141
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
141
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
142
142
|
} | ({
|
|
143
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
143
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
144
144
|
} & {
|
|
145
145
|
[x: string]: undefined;
|
|
146
146
|
}), string | number> & {
|
|
147
147
|
[x: string]: undefined;
|
|
148
148
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
149
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
149
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
150
150
|
} | ({
|
|
151
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
151
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
152
152
|
} & {
|
|
153
153
|
[x: string]: undefined;
|
|
154
154
|
}), string | number> & {
|
|
155
155
|
[x: string]: undefined;
|
|
156
156
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
157
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
157
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
158
158
|
} | ({
|
|
159
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
159
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
160
160
|
} & {
|
|
161
161
|
[x: string]: undefined;
|
|
162
162
|
}), string | number> & {
|
|
163
163
|
[x: string]: undefined;
|
|
164
164
|
}>>) | (Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
165
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
165
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
166
166
|
} | ({
|
|
167
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
167
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
168
168
|
} & {
|
|
169
169
|
[x: string]: undefined;
|
|
170
170
|
}), string | number> & {
|
|
171
171
|
[x: string]: undefined;
|
|
172
172
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
173
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
173
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
174
174
|
} | ({
|
|
175
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
175
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
176
176
|
} & {
|
|
177
177
|
[x: string]: undefined;
|
|
178
178
|
}), string | number> & {
|
|
179
179
|
[x: string]: undefined;
|
|
180
180
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
181
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
181
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
182
182
|
} | ({
|
|
183
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
183
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
184
184
|
} & {
|
|
185
185
|
[x: string]: undefined;
|
|
186
186
|
}), string | number> & {
|
|
187
187
|
[x: string]: undefined;
|
|
188
188
|
}>>), TamaguiElement, import("@tamagui/core").TextPropsBase, ({
|
|
189
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
189
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
190
190
|
} | ({
|
|
191
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
191
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
192
192
|
} & {
|
|
193
193
|
[x: string]: undefined;
|
|
194
194
|
})) & ({} | {
|
|
@@ -231,27 +231,27 @@ export declare const SelectGroupFrame: import("@tamagui/core").TamaguiComponent<
|
|
|
231
231
|
})>;
|
|
232
232
|
export declare type SelectLabelProps = ListItemProps;
|
|
233
233
|
export declare const SelectSeparator: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{}, "vertical"> & {
|
|
234
|
-
vertical?: boolean | undefined;
|
|
234
|
+
readonly vertical?: boolean | undefined;
|
|
235
235
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{}, "vertical"> & {
|
|
236
|
-
vertical?: boolean | undefined;
|
|
236
|
+
readonly vertical?: boolean | undefined;
|
|
237
237
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{}, "vertical"> & {
|
|
238
|
-
vertical?: boolean | undefined;
|
|
238
|
+
readonly vertical?: boolean | undefined;
|
|
239
239
|
}>>) | (Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
240
|
-
vertical?: boolean | undefined;
|
|
240
|
+
readonly vertical?: boolean | undefined;
|
|
241
241
|
}, string | number> & {
|
|
242
242
|
[x: string]: undefined;
|
|
243
243
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
244
|
-
vertical?: boolean | undefined;
|
|
244
|
+
readonly vertical?: boolean | undefined;
|
|
245
245
|
}, string | number> & {
|
|
246
246
|
[x: string]: undefined;
|
|
247
247
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
248
|
-
vertical?: boolean | undefined;
|
|
248
|
+
readonly vertical?: boolean | undefined;
|
|
249
249
|
}, string | number> & {
|
|
250
250
|
[x: string]: undefined;
|
|
251
251
|
}>>), TamaguiElement, import("@tamagui/core").StackPropsBase, {
|
|
252
|
-
vertical?: boolean | undefined;
|
|
252
|
+
readonly vertical?: boolean | undefined;
|
|
253
253
|
} | ({
|
|
254
|
-
vertical?: boolean | undefined;
|
|
254
|
+
readonly vertical?: boolean | undefined;
|
|
255
255
|
} & {
|
|
256
256
|
[x: string]: undefined;
|
|
257
257
|
})>;
|
|
@@ -351,67 +351,67 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
351
351
|
[x: string]: undefined;
|
|
352
352
|
}>>, string | number>) & React.RefAttributes<TamaguiElement>>;
|
|
353
353
|
ItemText: React.ForwardRefExoticComponent<((Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
354
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
354
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
355
355
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
356
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
356
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
357
357
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
358
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
358
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
359
359
|
}>>) | Pick<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
360
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
360
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
361
361
|
}, string | number> & {
|
|
362
362
|
[x: string]: undefined;
|
|
363
363
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
364
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
364
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
365
365
|
}, string | number> & {
|
|
366
366
|
[x: string]: undefined;
|
|
367
367
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
368
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
368
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
369
369
|
}, string | number> & {
|
|
370
370
|
[x: string]: undefined;
|
|
371
371
|
}>>, string | number> | Pick<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
372
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
372
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
373
373
|
} | ({
|
|
374
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
374
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
375
375
|
} & {
|
|
376
376
|
[x: string]: undefined;
|
|
377
377
|
}), string | number> & {
|
|
378
378
|
[x: string]: undefined;
|
|
379
379
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
380
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
380
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
381
381
|
} | ({
|
|
382
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
382
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
383
383
|
} & {
|
|
384
384
|
[x: string]: undefined;
|
|
385
385
|
}), string | number> & {
|
|
386
386
|
[x: string]: undefined;
|
|
387
387
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
388
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
388
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
389
389
|
} | ({
|
|
390
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
390
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
391
391
|
} & {
|
|
392
392
|
[x: string]: undefined;
|
|
393
393
|
}), string | number> & {
|
|
394
394
|
[x: string]: undefined;
|
|
395
395
|
}>>, string | number> | Pick<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
396
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
396
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
397
397
|
} | ({
|
|
398
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
398
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
399
399
|
} & {
|
|
400
400
|
[x: string]: undefined;
|
|
401
401
|
}), string | number> & {
|
|
402
402
|
[x: string]: undefined;
|
|
403
403
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
404
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
404
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
405
405
|
} | ({
|
|
406
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
406
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
407
407
|
} & {
|
|
408
408
|
[x: string]: undefined;
|
|
409
409
|
}), string | number> & {
|
|
410
410
|
[x: string]: undefined;
|
|
411
411
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
412
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
412
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
413
413
|
} | ({
|
|
414
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
414
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
415
415
|
} & {
|
|
416
416
|
[x: string]: undefined;
|
|
417
417
|
}), string | number> & {
|
|
@@ -421,62 +421,62 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
421
421
|
readonly fullscreen?: boolean | undefined;
|
|
422
422
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
423
423
|
} & {
|
|
424
|
-
fontFamily?: unknown;
|
|
425
|
-
backgrounded?: boolean | undefined;
|
|
426
|
-
radiused?: boolean | undefined;
|
|
427
|
-
hoverTheme?: boolean | undefined;
|
|
428
|
-
pressTheme?: boolean | undefined;
|
|
429
|
-
focusTheme?: boolean | undefined;
|
|
430
|
-
circular?: boolean | undefined;
|
|
431
|
-
padded?: boolean | undefined;
|
|
432
|
-
elevate?: boolean | undefined;
|
|
433
|
-
bordered?: number | boolean | undefined;
|
|
434
|
-
transparent?: boolean | undefined;
|
|
435
|
-
chromeless?: boolean | "all" | undefined;
|
|
424
|
+
readonly fontFamily?: unknown;
|
|
425
|
+
readonly backgrounded?: boolean | undefined;
|
|
426
|
+
readonly radiused?: boolean | undefined;
|
|
427
|
+
readonly hoverTheme?: boolean | undefined;
|
|
428
|
+
readonly pressTheme?: boolean | undefined;
|
|
429
|
+
readonly focusTheme?: boolean | undefined;
|
|
430
|
+
readonly circular?: boolean | undefined;
|
|
431
|
+
readonly padded?: boolean | undefined;
|
|
432
|
+
readonly elevate?: boolean | undefined;
|
|
433
|
+
readonly bordered?: number | boolean | undefined;
|
|
434
|
+
readonly transparent?: boolean | undefined;
|
|
435
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
436
436
|
}, "disabled" | "size" | "active"> & {
|
|
437
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
438
|
-
active?: boolean | undefined;
|
|
439
|
-
disabled?: boolean | undefined;
|
|
437
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
438
|
+
readonly active?: boolean | undefined;
|
|
439
|
+
readonly disabled?: boolean | undefined;
|
|
440
440
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
441
441
|
readonly fullscreen?: boolean | undefined;
|
|
442
442
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
443
443
|
} & {
|
|
444
|
-
fontFamily?: unknown;
|
|
445
|
-
backgrounded?: boolean | undefined;
|
|
446
|
-
radiused?: boolean | undefined;
|
|
447
|
-
hoverTheme?: boolean | undefined;
|
|
448
|
-
pressTheme?: boolean | undefined;
|
|
449
|
-
focusTheme?: boolean | undefined;
|
|
450
|
-
circular?: boolean | undefined;
|
|
451
|
-
padded?: boolean | undefined;
|
|
452
|
-
elevate?: boolean | undefined;
|
|
453
|
-
bordered?: number | boolean | undefined;
|
|
454
|
-
transparent?: boolean | undefined;
|
|
455
|
-
chromeless?: boolean | "all" | undefined;
|
|
444
|
+
readonly fontFamily?: unknown;
|
|
445
|
+
readonly backgrounded?: boolean | undefined;
|
|
446
|
+
readonly radiused?: boolean | undefined;
|
|
447
|
+
readonly hoverTheme?: boolean | undefined;
|
|
448
|
+
readonly pressTheme?: boolean | undefined;
|
|
449
|
+
readonly focusTheme?: boolean | undefined;
|
|
450
|
+
readonly circular?: boolean | undefined;
|
|
451
|
+
readonly padded?: boolean | undefined;
|
|
452
|
+
readonly elevate?: boolean | undefined;
|
|
453
|
+
readonly bordered?: number | boolean | undefined;
|
|
454
|
+
readonly transparent?: boolean | undefined;
|
|
455
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
456
456
|
}, "disabled" | "size" | "active"> & {
|
|
457
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
458
|
-
active?: boolean | undefined;
|
|
459
|
-
disabled?: boolean | undefined;
|
|
457
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
458
|
+
readonly active?: boolean | undefined;
|
|
459
|
+
readonly disabled?: boolean | undefined;
|
|
460
460
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
461
461
|
readonly fullscreen?: boolean | undefined;
|
|
462
462
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
463
463
|
} & {
|
|
464
|
-
fontFamily?: unknown;
|
|
465
|
-
backgrounded?: boolean | undefined;
|
|
466
|
-
radiused?: boolean | undefined;
|
|
467
|
-
hoverTheme?: boolean | undefined;
|
|
468
|
-
pressTheme?: boolean | undefined;
|
|
469
|
-
focusTheme?: boolean | undefined;
|
|
470
|
-
circular?: boolean | undefined;
|
|
471
|
-
padded?: boolean | undefined;
|
|
472
|
-
elevate?: boolean | undefined;
|
|
473
|
-
bordered?: number | boolean | undefined;
|
|
474
|
-
transparent?: boolean | undefined;
|
|
475
|
-
chromeless?: boolean | "all" | undefined;
|
|
464
|
+
readonly fontFamily?: unknown;
|
|
465
|
+
readonly backgrounded?: boolean | undefined;
|
|
466
|
+
readonly radiused?: boolean | undefined;
|
|
467
|
+
readonly hoverTheme?: boolean | undefined;
|
|
468
|
+
readonly pressTheme?: boolean | undefined;
|
|
469
|
+
readonly focusTheme?: boolean | undefined;
|
|
470
|
+
readonly circular?: boolean | undefined;
|
|
471
|
+
readonly padded?: boolean | undefined;
|
|
472
|
+
readonly elevate?: boolean | undefined;
|
|
473
|
+
readonly bordered?: number | boolean | undefined;
|
|
474
|
+
readonly transparent?: boolean | undefined;
|
|
475
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
476
476
|
}, "disabled" | "size" | "active"> & {
|
|
477
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
478
|
-
active?: boolean | undefined;
|
|
479
|
-
disabled?: boolean | undefined;
|
|
477
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
478
|
+
readonly active?: boolean | undefined;
|
|
479
|
+
readonly disabled?: boolean | undefined;
|
|
480
480
|
}>> & import("@tamagui/core").ThemeableProps & {
|
|
481
481
|
icon?: (JSX.Element | React.FunctionComponent<{
|
|
482
482
|
color?: string | undefined;
|
|
@@ -498,62 +498,62 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
498
498
|
readonly fullscreen?: boolean | undefined;
|
|
499
499
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
500
500
|
} & {
|
|
501
|
-
fontFamily?: unknown;
|
|
502
|
-
backgrounded?: boolean | undefined;
|
|
503
|
-
radiused?: boolean | undefined;
|
|
504
|
-
hoverTheme?: boolean | undefined;
|
|
505
|
-
pressTheme?: boolean | undefined;
|
|
506
|
-
focusTheme?: boolean | undefined;
|
|
507
|
-
circular?: boolean | undefined;
|
|
508
|
-
padded?: boolean | undefined;
|
|
509
|
-
elevate?: boolean | undefined;
|
|
510
|
-
bordered?: number | boolean | undefined;
|
|
511
|
-
transparent?: boolean | undefined;
|
|
512
|
-
chromeless?: boolean | "all" | undefined;
|
|
501
|
+
readonly fontFamily?: unknown;
|
|
502
|
+
readonly backgrounded?: boolean | undefined;
|
|
503
|
+
readonly radiused?: boolean | undefined;
|
|
504
|
+
readonly hoverTheme?: boolean | undefined;
|
|
505
|
+
readonly pressTheme?: boolean | undefined;
|
|
506
|
+
readonly focusTheme?: boolean | undefined;
|
|
507
|
+
readonly circular?: boolean | undefined;
|
|
508
|
+
readonly padded?: boolean | undefined;
|
|
509
|
+
readonly elevate?: boolean | undefined;
|
|
510
|
+
readonly bordered?: number | boolean | undefined;
|
|
511
|
+
readonly transparent?: boolean | undefined;
|
|
512
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
513
513
|
}, "disabled" | "size" | "active"> & {
|
|
514
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
515
|
-
active?: boolean | undefined;
|
|
516
|
-
disabled?: boolean | undefined;
|
|
514
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
515
|
+
readonly active?: boolean | undefined;
|
|
516
|
+
readonly disabled?: boolean | undefined;
|
|
517
517
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
518
518
|
readonly fullscreen?: boolean | undefined;
|
|
519
519
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
520
520
|
} & {
|
|
521
|
-
fontFamily?: unknown;
|
|
522
|
-
backgrounded?: boolean | undefined;
|
|
523
|
-
radiused?: boolean | undefined;
|
|
524
|
-
hoverTheme?: boolean | undefined;
|
|
525
|
-
pressTheme?: boolean | undefined;
|
|
526
|
-
focusTheme?: boolean | undefined;
|
|
527
|
-
circular?: boolean | undefined;
|
|
528
|
-
padded?: boolean | undefined;
|
|
529
|
-
elevate?: boolean | undefined;
|
|
530
|
-
bordered?: number | boolean | undefined;
|
|
531
|
-
transparent?: boolean | undefined;
|
|
532
|
-
chromeless?: boolean | "all" | undefined;
|
|
521
|
+
readonly fontFamily?: unknown;
|
|
522
|
+
readonly backgrounded?: boolean | undefined;
|
|
523
|
+
readonly radiused?: boolean | undefined;
|
|
524
|
+
readonly hoverTheme?: boolean | undefined;
|
|
525
|
+
readonly pressTheme?: boolean | undefined;
|
|
526
|
+
readonly focusTheme?: boolean | undefined;
|
|
527
|
+
readonly circular?: boolean | undefined;
|
|
528
|
+
readonly padded?: boolean | undefined;
|
|
529
|
+
readonly elevate?: boolean | undefined;
|
|
530
|
+
readonly bordered?: number | boolean | undefined;
|
|
531
|
+
readonly transparent?: boolean | undefined;
|
|
532
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
533
533
|
}, "disabled" | "size" | "active"> & {
|
|
534
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
535
|
-
active?: boolean | undefined;
|
|
536
|
-
disabled?: boolean | undefined;
|
|
534
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
535
|
+
readonly active?: boolean | undefined;
|
|
536
|
+
readonly disabled?: boolean | undefined;
|
|
537
537
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
538
538
|
readonly fullscreen?: boolean | undefined;
|
|
539
539
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
540
540
|
} & {
|
|
541
|
-
fontFamily?: unknown;
|
|
542
|
-
backgrounded?: boolean | undefined;
|
|
543
|
-
radiused?: boolean | undefined;
|
|
544
|
-
hoverTheme?: boolean | undefined;
|
|
545
|
-
pressTheme?: boolean | undefined;
|
|
546
|
-
focusTheme?: boolean | undefined;
|
|
547
|
-
circular?: boolean | undefined;
|
|
548
|
-
padded?: boolean | undefined;
|
|
549
|
-
elevate?: boolean | undefined;
|
|
550
|
-
bordered?: number | boolean | undefined;
|
|
551
|
-
transparent?: boolean | undefined;
|
|
552
|
-
chromeless?: boolean | "all" | undefined;
|
|
541
|
+
readonly fontFamily?: unknown;
|
|
542
|
+
readonly backgrounded?: boolean | undefined;
|
|
543
|
+
readonly radiused?: boolean | undefined;
|
|
544
|
+
readonly hoverTheme?: boolean | undefined;
|
|
545
|
+
readonly pressTheme?: boolean | undefined;
|
|
546
|
+
readonly focusTheme?: boolean | undefined;
|
|
547
|
+
readonly circular?: boolean | undefined;
|
|
548
|
+
readonly padded?: boolean | undefined;
|
|
549
|
+
readonly elevate?: boolean | undefined;
|
|
550
|
+
readonly bordered?: number | boolean | undefined;
|
|
551
|
+
readonly transparent?: boolean | undefined;
|
|
552
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
553
553
|
}, "disabled" | "size" | "active"> & {
|
|
554
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
555
|
-
active?: boolean | undefined;
|
|
556
|
-
disabled?: boolean | undefined;
|
|
554
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
555
|
+
readonly active?: boolean | undefined;
|
|
556
|
+
readonly disabled?: boolean | undefined;
|
|
557
557
|
}>> & import("@tamagui/core").ThemeableProps & {
|
|
558
558
|
icon?: (JSX.Element | React.FunctionComponent<{
|
|
559
559
|
color?: string | undefined;
|
|
@@ -570,47 +570,47 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
570
570
|
subTitle?: React.ReactNode;
|
|
571
571
|
} & React.RefAttributes<TamaguiElement>>;
|
|
572
572
|
Value: React.ForwardRefExoticComponent<((Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
573
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
573
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
574
574
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
575
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
575
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
576
576
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
577
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
577
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
578
578
|
}>> & {
|
|
579
579
|
placeholder?: React.ReactNode;
|
|
580
580
|
}) | Pick<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
581
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
581
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
582
582
|
}, string | number> & {
|
|
583
583
|
[x: string]: undefined;
|
|
584
584
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
585
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
585
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
586
586
|
}, string | number> & {
|
|
587
587
|
[x: string]: undefined;
|
|
588
588
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
589
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
589
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
590
590
|
}, string | number> & {
|
|
591
591
|
[x: string]: undefined;
|
|
592
592
|
}>> & {
|
|
593
593
|
placeholder?: React.ReactNode;
|
|
594
594
|
}, string | number> | Pick<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
595
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
595
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
596
596
|
} | ({
|
|
597
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
597
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
598
598
|
} & {
|
|
599
599
|
[x: string]: undefined;
|
|
600
600
|
}), string | number> & {
|
|
601
601
|
[x: string]: undefined;
|
|
602
602
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
603
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
603
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
604
604
|
} | ({
|
|
605
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
605
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
606
606
|
} & {
|
|
607
607
|
[x: string]: undefined;
|
|
608
608
|
}), string | number> & {
|
|
609
609
|
[x: string]: undefined;
|
|
610
610
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
611
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
611
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
612
612
|
} | ({
|
|
613
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
613
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
614
614
|
} & {
|
|
615
615
|
[x: string]: undefined;
|
|
616
616
|
}), string | number> & {
|
|
@@ -618,25 +618,25 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
618
618
|
}>> & {
|
|
619
619
|
placeholder?: React.ReactNode;
|
|
620
620
|
}, string | number> | Pick<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
621
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
621
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
622
622
|
} | ({
|
|
623
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
623
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
624
624
|
} & {
|
|
625
625
|
[x: string]: undefined;
|
|
626
626
|
}), string | number> & {
|
|
627
627
|
[x: string]: undefined;
|
|
628
628
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
629
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
629
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
630
630
|
} | ({
|
|
631
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
631
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
632
632
|
} & {
|
|
633
633
|
[x: string]: undefined;
|
|
634
634
|
}), string | number> & {
|
|
635
635
|
[x: string]: undefined;
|
|
636
636
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
637
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
637
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
638
638
|
} | ({
|
|
639
|
-
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
639
|
+
readonly size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
640
640
|
} & {
|
|
641
641
|
[x: string]: undefined;
|
|
642
642
|
}), string | number> & {
|
|
@@ -648,50 +648,50 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
648
648
|
readonly fullscreen?: boolean | undefined;
|
|
649
649
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
650
650
|
}, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
651
|
-
fontFamily?: unknown;
|
|
652
|
-
backgrounded?: boolean | undefined;
|
|
653
|
-
radiused?: boolean | undefined;
|
|
654
|
-
hoverTheme?: boolean | undefined;
|
|
655
|
-
pressTheme?: boolean | undefined;
|
|
656
|
-
focusTheme?: boolean | undefined;
|
|
657
|
-
circular?: boolean | undefined;
|
|
658
|
-
padded?: boolean | undefined;
|
|
659
|
-
elevate?: boolean | undefined;
|
|
660
|
-
bordered?: number | boolean | undefined;
|
|
661
|
-
transparent?: boolean | undefined;
|
|
662
|
-
chromeless?: boolean | "all" | undefined;
|
|
651
|
+
readonly fontFamily?: unknown;
|
|
652
|
+
readonly backgrounded?: boolean | undefined;
|
|
653
|
+
readonly radiused?: boolean | undefined;
|
|
654
|
+
readonly hoverTheme?: boolean | undefined;
|
|
655
|
+
readonly pressTheme?: boolean | undefined;
|
|
656
|
+
readonly focusTheme?: boolean | undefined;
|
|
657
|
+
readonly circular?: boolean | undefined;
|
|
658
|
+
readonly padded?: boolean | undefined;
|
|
659
|
+
readonly elevate?: boolean | undefined;
|
|
660
|
+
readonly bordered?: number | boolean | undefined;
|
|
661
|
+
readonly transparent?: boolean | undefined;
|
|
662
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
663
663
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
664
664
|
readonly fullscreen?: boolean | undefined;
|
|
665
665
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
666
666
|
}, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
667
|
-
fontFamily?: unknown;
|
|
668
|
-
backgrounded?: boolean | undefined;
|
|
669
|
-
radiused?: boolean | undefined;
|
|
670
|
-
hoverTheme?: boolean | undefined;
|
|
671
|
-
pressTheme?: boolean | undefined;
|
|
672
|
-
focusTheme?: boolean | undefined;
|
|
673
|
-
circular?: boolean | undefined;
|
|
674
|
-
padded?: boolean | undefined;
|
|
675
|
-
elevate?: boolean | undefined;
|
|
676
|
-
bordered?: number | boolean | undefined;
|
|
677
|
-
transparent?: boolean | undefined;
|
|
678
|
-
chromeless?: boolean | "all" | undefined;
|
|
667
|
+
readonly fontFamily?: unknown;
|
|
668
|
+
readonly backgrounded?: boolean | undefined;
|
|
669
|
+
readonly radiused?: boolean | undefined;
|
|
670
|
+
readonly hoverTheme?: boolean | undefined;
|
|
671
|
+
readonly pressTheme?: boolean | undefined;
|
|
672
|
+
readonly focusTheme?: boolean | undefined;
|
|
673
|
+
readonly circular?: boolean | undefined;
|
|
674
|
+
readonly padded?: boolean | undefined;
|
|
675
|
+
readonly elevate?: boolean | undefined;
|
|
676
|
+
readonly bordered?: number | boolean | undefined;
|
|
677
|
+
readonly transparent?: boolean | undefined;
|
|
678
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
679
679
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
680
680
|
readonly fullscreen?: boolean | undefined;
|
|
681
681
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
682
682
|
}, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
683
|
-
fontFamily?: unknown;
|
|
684
|
-
backgrounded?: boolean | undefined;
|
|
685
|
-
radiused?: boolean | undefined;
|
|
686
|
-
hoverTheme?: boolean | undefined;
|
|
687
|
-
pressTheme?: boolean | undefined;
|
|
688
|
-
focusTheme?: boolean | undefined;
|
|
689
|
-
circular?: boolean | undefined;
|
|
690
|
-
padded?: boolean | undefined;
|
|
691
|
-
elevate?: boolean | undefined;
|
|
692
|
-
bordered?: number | boolean | undefined;
|
|
693
|
-
transparent?: boolean | undefined;
|
|
694
|
-
chromeless?: boolean | "all" | undefined;
|
|
683
|
+
readonly fontFamily?: unknown;
|
|
684
|
+
readonly backgrounded?: boolean | undefined;
|
|
685
|
+
readonly radiused?: boolean | undefined;
|
|
686
|
+
readonly hoverTheme?: boolean | undefined;
|
|
687
|
+
readonly pressTheme?: boolean | undefined;
|
|
688
|
+
readonly focusTheme?: boolean | undefined;
|
|
689
|
+
readonly circular?: boolean | undefined;
|
|
690
|
+
readonly padded?: boolean | undefined;
|
|
691
|
+
readonly elevate?: boolean | undefined;
|
|
692
|
+
readonly bordered?: number | boolean | undefined;
|
|
693
|
+
readonly transparent?: boolean | undefined;
|
|
694
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
695
695
|
}>> & {
|
|
696
696
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
697
697
|
} & React.RefAttributes<TamaguiElement>>;
|
|
@@ -746,17 +746,17 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
746
746
|
readonly fullscreen?: boolean | undefined;
|
|
747
747
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
748
748
|
}, "closed"> & {
|
|
749
|
-
closed?: boolean | undefined;
|
|
749
|
+
readonly closed?: boolean | undefined;
|
|
750
750
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
751
751
|
readonly fullscreen?: boolean | undefined;
|
|
752
752
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
753
753
|
}, "closed"> & {
|
|
754
|
-
closed?: boolean | undefined;
|
|
754
|
+
readonly closed?: boolean | undefined;
|
|
755
755
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
756
756
|
readonly fullscreen?: boolean | undefined;
|
|
757
757
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
758
758
|
}, "closed"> & {
|
|
759
|
-
closed?: boolean | undefined;
|
|
759
|
+
readonly closed?: boolean | undefined;
|
|
760
760
|
}>>>) => JSX.Element;
|
|
761
761
|
ScrollView: React.ForwardRefExoticComponent<import("react-native").ScrollViewProps & React.RefAttributes<import("react-native").ScrollView>>;
|
|
762
762
|
};
|