@tamagui/button 1.30.28 → 1.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/button",
3
- "version": "1.30.28",
3
+ "version": "1.31.0",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -29,17 +29,17 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@tamagui/font-size": "1.30.28",
33
- "@tamagui/get-button-sized": "1.30.28",
34
- "@tamagui/helpers-tamagui": "1.30.28",
35
- "@tamagui/text": "1.30.28",
36
- "@tamagui/web": "1.30.28"
32
+ "@tamagui/font-size": "1.31.0",
33
+ "@tamagui/get-button-sized": "1.31.0",
34
+ "@tamagui/helpers-tamagui": "1.31.0",
35
+ "@tamagui/text": "1.31.0",
36
+ "@tamagui/web": "1.31.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": "*"
40
40
  },
41
41
  "devDependencies": {
42
- "@tamagui/build": "1.30.28",
42
+ "@tamagui/build": "1.31.0",
43
43
  "react": "^18.2.0",
44
44
  "vitest": "^0.26.3"
45
45
  },
package/types/Button.d.ts CHANGED
@@ -37,8 +37,8 @@ type ButtonProps = Omit<TextParentStyles, 'TextComponent'> & GetProps<typeof But
37
37
  */
38
38
  unstyled?: boolean;
39
39
  };
40
- declare const ButtonFrame: import("@tamagui/web").TamaguiComponent<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
41
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
40
+ declare const ButtonFrame: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
41
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
42
42
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
43
43
  readonly fullscreen?: boolean | undefined;
44
44
  readonly elevation?: SizeTokens | undefined;
@@ -59,8 +59,8 @@ declare const ButtonFrame: import("@tamagui/web").TamaguiComponent<Omit<import("
59
59
  readonly size?: SizeTokens | undefined;
60
60
  readonly active?: boolean | undefined;
61
61
  readonly disabled?: boolean | undefined;
62
- } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
63
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
62
+ } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
63
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
64
64
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
65
65
  readonly fullscreen?: boolean | undefined;
66
66
  readonly elevation?: SizeTokens | undefined;
@@ -81,8 +81,8 @@ declare const ButtonFrame: import("@tamagui/web").TamaguiComponent<Omit<import("
81
81
  readonly size?: SizeTokens | undefined;
82
82
  readonly active?: boolean | undefined;
83
83
  readonly disabled?: boolean | undefined;
84
- }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
85
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
84
+ }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
85
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
86
86
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
87
87
  readonly fullscreen?: boolean | undefined;
88
88
  readonly elevation?: SizeTokens | undefined;
@@ -103,8 +103,8 @@ declare const ButtonFrame: import("@tamagui/web").TamaguiComponent<Omit<import("
103
103
  readonly size?: SizeTokens | undefined;
104
104
  readonly active?: boolean | undefined;
105
105
  readonly disabled?: boolean | undefined;
106
- }>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
107
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
106
+ }>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
107
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
108
108
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
109
109
  readonly fullscreen?: boolean | undefined;
110
110
  readonly elevation?: SizeTokens | undefined;
@@ -127,23 +127,47 @@ declare const ButtonFrame: import("@tamagui/web").TamaguiComponent<Omit<import("
127
127
  readonly disabled?: boolean | undefined;
128
128
  }, {
129
129
  displayName: string | undefined;
130
+ __baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
131
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
132
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & {
133
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
134
+ };
135
+ __variantProps: {
136
+ readonly fullscreen?: boolean | undefined;
137
+ readonly elevation?: SizeTokens | undefined;
138
+ } & {
139
+ readonly fullscreen?: boolean | undefined;
140
+ readonly elevation?: SizeTokens | undefined;
141
+ } & {
142
+ readonly backgrounded?: boolean | undefined;
143
+ readonly radiused?: boolean | undefined;
144
+ readonly hoverTheme?: boolean | undefined;
145
+ readonly pressTheme?: boolean | undefined;
146
+ readonly focusTheme?: boolean | undefined;
147
+ readonly circular?: boolean | undefined;
148
+ readonly padded?: boolean | undefined;
149
+ readonly elevate?: boolean | undefined;
150
+ readonly bordered?: number | boolean | undefined;
151
+ readonly transparent?: boolean | undefined;
152
+ readonly chromeless?: boolean | "all" | undefined;
153
+ };
130
154
  }>;
131
- declare const ButtonText: import("@tamagui/web").TamaguiComponent<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
132
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
155
+ declare const ButtonText: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
156
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
133
157
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
134
158
  readonly unstyled?: boolean | undefined;
135
159
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
136
160
  }, "unstyled"> & {
137
161
  readonly unstyled?: boolean | undefined;
138
- } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
139
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
162
+ } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
163
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
140
164
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
141
165
  readonly unstyled?: boolean | undefined;
142
166
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
143
167
  }, "unstyled"> & {
144
168
  readonly unstyled?: boolean | undefined;
145
- }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
146
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
169
+ }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
170
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
147
171
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
148
172
  readonly unstyled?: boolean | undefined;
149
173
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
@@ -156,6 +180,13 @@ declare const ButtonText: import("@tamagui/web").TamaguiComponent<Omit<import("r
156
180
  readonly unstyled?: boolean | undefined;
157
181
  }, {
158
182
  displayName: string | undefined;
183
+ __baseProps: Omit<import("react-native").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
184
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
185
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>;
186
+ __variantProps: {
187
+ readonly unstyled?: boolean | undefined;
188
+ readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
189
+ };
159
190
  }>;
160
191
  declare const ButtonIcon: (props: {
161
192
  children: React.ReactNode;
@@ -167,8 +198,8 @@ declare const ButtonIcon: (props: {
167
198
  declare const buttonStaticConfig: {
168
199
  inlineProps: Set<string>;
169
200
  };
170
- declare const Button: import("@tamagui/web").ReactComponentWithRef<Omit<TextParentStyles, "TextComponent"> & Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
171
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
201
+ declare const Button: import("@tamagui/web").ReactComponentWithRef<Omit<TextParentStyles, "TextComponent"> & Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
202
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
172
203
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
173
204
  readonly fullscreen?: boolean | undefined;
174
205
  readonly elevation?: SizeTokens | undefined;
@@ -189,8 +220,8 @@ declare const Button: import("@tamagui/web").ReactComponentWithRef<Omit<TextPare
189
220
  readonly size?: SizeTokens | undefined;
190
221
  readonly active?: boolean | undefined;
191
222
  readonly disabled?: boolean | undefined;
192
- } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
193
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
223
+ } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
224
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
194
225
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
195
226
  readonly fullscreen?: boolean | undefined;
196
227
  readonly elevation?: SizeTokens | undefined;
@@ -211,8 +242,8 @@ declare const Button: import("@tamagui/web").ReactComponentWithRef<Omit<TextPare
211
242
  readonly size?: SizeTokens | undefined;
212
243
  readonly active?: boolean | undefined;
213
244
  readonly disabled?: boolean | undefined;
214
- }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
215
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
245
+ }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
246
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
216
247
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
217
248
  readonly fullscreen?: boolean | undefined;
218
249
  readonly elevation?: SizeTokens | undefined;
@@ -260,8 +291,8 @@ declare const Button: import("@tamagui/web").ReactComponentWithRef<Omit<TextPare
260
291
  *
261
292
  */
262
293
  unstyled?: boolean | undefined;
263
- } & Omit<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
264
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
294
+ } & Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
295
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
265
296
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
266
297
  readonly fullscreen?: boolean | undefined;
267
298
  readonly elevation?: SizeTokens | undefined;
@@ -282,8 +313,8 @@ declare const Button: import("@tamagui/web").ReactComponentWithRef<Omit<TextPare
282
313
  readonly size?: SizeTokens | undefined;
283
314
  readonly active?: boolean | undefined;
284
315
  readonly disabled?: boolean | undefined;
285
- } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
286
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
316
+ } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
317
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
287
318
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
288
319
  readonly fullscreen?: boolean | undefined;
289
320
  readonly elevation?: SizeTokens | undefined;
@@ -304,8 +335,8 @@ declare const Button: import("@tamagui/web").ReactComponentWithRef<Omit<TextPare
304
335
  readonly size?: SizeTokens | undefined;
305
336
  readonly active?: boolean | undefined;
306
337
  readonly disabled?: boolean | undefined;
307
- }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
308
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
338
+ }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
339
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
309
340
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
310
341
  readonly fullscreen?: boolean | undefined;
311
342
  readonly elevation?: SizeTokens | undefined;
@@ -328,8 +359,8 @@ declare const Button: import("@tamagui/web").ReactComponentWithRef<Omit<TextPare
328
359
  readonly disabled?: boolean | undefined;
329
360
  }>>, "userSelect" | "cursor" | "pointerEvents" | "color" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "textAlign" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderColor" | "borderRadius" | "borderStyle" | "borderRightWidth" | "borderRightColor" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderWidth" | "display" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "maxHeight" | "maxWidth" | "marginBottom" | "minHeight" | "minWidth" | "marginLeft" | "marginRight" | "marginTop" | "marginHorizontal" | "marginVertical" | "opacity" | "overflow" | "padding" | "paddingBottom" | "paddingLeft" | "position" | "paddingRight" | "paddingTop" | "paddingHorizontal" | "paddingVertical" | "right" | "shadowColor" | "shadowRadius" | "shadowOffset" | "shadowOpacity" | "top" | "width" | "zIndex" | "space" | "size" | "contain" | `$${string}` | `$${number}` | "children" | "onLayout" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "style" | "id" | "onPress" | "onPressIn" | "onPressOut" | "testID" | "nativeID" | "disabled" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "elevation" | "gap" | "columnGap" | "rowGap" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderEndColor" | "borderStartColor" | "borderTopEndRadius" | "borderTopStartRadius" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "end" | "marginEnd" | "marginStart" | "paddingEnd" | "paddingStart" | "start" | "direction" | "transform" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "unstyled" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "outlineColor" | "outlineStyle" | "outlineOffset" | "outlineWidth" | "theme" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "separator" | "target" | "asChild" | "spaceDirection" | "dangerouslySetInnerHTML" | "animation" | "animateOnly" | "debug" | "className" | "themeShallow" | "tag" | "componentName" | "tabIndex" | "forceStyle" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle" | "textProps" | "noTextWrap" | "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless" | "fullscreen" | "rel" | "download" | "dataSet" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "href" | "hrefAttrs" | "elevationAndroid" | "active" | "themeInverse" | "themeReset" | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace">, import("@tamagui/web").TamaguiElement> & {
330
361
  staticConfig: import("@tamagui/web").StaticConfigParsed;
331
- styleable: import("@tamagui/web").Styleable<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
332
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
362
+ styleable: import("@tamagui/web").Styleable<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
363
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
333
364
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
334
365
  readonly fullscreen?: boolean | undefined;
335
366
  readonly elevation?: SizeTokens | undefined;
@@ -350,8 +381,8 @@ declare const Button: import("@tamagui/web").ReactComponentWithRef<Omit<TextPare
350
381
  readonly size?: SizeTokens | undefined;
351
382
  readonly active?: boolean | undefined;
352
383
  readonly disabled?: boolean | undefined;
353
- } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
354
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
384
+ } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
385
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
355
386
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
356
387
  readonly fullscreen?: boolean | undefined;
357
388
  readonly elevation?: SizeTokens | undefined;
@@ -372,8 +403,8 @@ declare const Button: import("@tamagui/web").ReactComponentWithRef<Omit<TextPare
372
403
  readonly size?: SizeTokens | undefined;
373
404
  readonly active?: boolean | undefined;
374
405
  readonly disabled?: boolean | undefined;
375
- }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
376
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
406
+ }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
407
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
377
408
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
378
409
  readonly fullscreen?: boolean | undefined;
379
410
  readonly elevation?: SizeTokens | undefined;
@@ -396,22 +427,22 @@ declare const Button: import("@tamagui/web").ReactComponentWithRef<Omit<TextPare
396
427
  readonly disabled?: boolean | undefined;
397
428
  }>>, import("@tamagui/web").TamaguiElement>;
398
429
  } & {
399
- Text: import("@tamagui/web").TamaguiComponent<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
400
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
430
+ Text: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
431
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
401
432
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
402
433
  readonly unstyled?: boolean | undefined;
403
434
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
404
435
  }, "unstyled"> & {
405
436
  readonly unstyled?: boolean | undefined;
406
- } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
407
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
437
+ } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
438
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
408
439
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
409
440
  readonly unstyled?: boolean | undefined;
410
441
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
411
442
  }, "unstyled"> & {
412
443
  readonly unstyled?: boolean | undefined;
413
- }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
414
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").TextStyle>;
444
+ }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
445
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
415
446
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
416
447
  readonly unstyled?: boolean | undefined;
417
448
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
@@ -424,6 +455,13 @@ declare const Button: import("@tamagui/web").ReactComponentWithRef<Omit<TextPare
424
455
  readonly unstyled?: boolean | undefined;
425
456
  }, {
426
457
  displayName: string | undefined;
458
+ __baseProps: Omit<import("react-native").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
459
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
460
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>;
461
+ __variantProps: {
462
+ readonly unstyled?: boolean | undefined;
463
+ readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
464
+ };
427
465
  }>;
428
466
  Icon: (props: {
429
467
  children: React.ReactNode;
@@ -451,8 +489,8 @@ declare function useButton(propsIn: ButtonProps, { Text }?: {
451
489
  }>[] | undefined;
452
490
  accessibilityLabel?: string | undefined;
453
491
  'aria-label'?: string | undefined;
454
- accessibilityRole?: import("react-native/types").AccessibilityRole | undefined;
455
- accessibilityState?: import("react-native/types").AccessibilityState | undefined;
492
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
493
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
456
494
  'aria-busy'?: boolean | undefined;
457
495
  'aria-checked'?: boolean | "mixed" | undefined;
458
496
  'aria-disabled'?: boolean | undefined;
@@ -460,12 +498,12 @@ declare function useButton(propsIn: ButtonProps, { Text }?: {
460
498
  'aria-selected'?: boolean | undefined;
461
499
  'aria-labelledby'?: string | undefined;
462
500
  accessibilityHint?: string | undefined;
463
- accessibilityValue?: import("react-native/types").AccessibilityValue | undefined;
501
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
464
502
  'aria-valuemax'?: number | undefined;
465
503
  'aria-valuemin'?: number | undefined;
466
504
  'aria-valuenow'?: number | undefined;
467
505
  'aria-valuetext'?: string | undefined;
468
- onAccessibilityAction?: ((event: import("react-native/types").AccessibilityActionEvent) => void) | undefined;
506
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
469
507
  importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
470
508
  'aria-hidden'?: boolean | undefined;
471
509
  'aria-live'?: "polite" | "assertive" | "off" | undefined;
@@ -480,7 +518,7 @@ declare function useButton(propsIn: ButtonProps, { Text }?: {
480
518
  onMagicTap?: (() => void) | undefined;
481
519
  accessibilityIgnoresInvertColors?: boolean | undefined;
482
520
  accessibilityLanguage?: string | undefined;
483
- hitSlop?: import("react-native/types").Insets | (import("react-native/types").Insets & number) | undefined;
521
+ hitSlop?: import("react-native").Insets | (import("react-native").Insets & number) | undefined;
484
522
  removeClippedSubviews?: boolean | undefined;
485
523
  collapsable?: boolean | undefined;
486
524
  needsOffscreenAlphaCompositing?: boolean | undefined;
@@ -489,30 +527,30 @@ declare function useButton(propsIn: ButtonProps, { Text }?: {
489
527
  shouldRasterizeIOS?: boolean | undefined;
490
528
  isTVSelectable?: boolean | undefined;
491
529
  hasTVPreferredFocus?: boolean | undefined;
492
- tvParallaxProperties?: import("react-native/types").TVParallaxProperties | undefined;
530
+ tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
493
531
  tvParallaxShiftDistanceX?: number | undefined;
494
532
  tvParallaxShiftDistanceY?: number | undefined;
495
533
  tvParallaxTiltAngle?: number | undefined;
496
534
  tvParallaxMagnification?: number | undefined;
497
- onTouchStart?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
498
- onTouchMove?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
499
- onTouchEnd?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
500
- onTouchCancel?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
501
- onTouchEndCapture?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
502
- onPointerEnter?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
503
- onPointerEnterCapture?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
504
- onPointerLeave?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
505
- onPointerLeaveCapture?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
506
- onPointerMove?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
507
- onPointerMoveCapture?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
508
- onPointerCancel?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
509
- onPointerCancelCapture?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
510
- onPointerDown?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
511
- onPointerDownCapture?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
512
- onPointerUp?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
513
- onPointerUpCapture?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
535
+ onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
536
+ onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
537
+ onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
538
+ onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
539
+ onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
540
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
541
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
542
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
543
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
544
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
545
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
546
+ onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined;
547
+ onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
548
+ onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined;
549
+ onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
550
+ onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined;
551
+ onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
514
552
  target?: string | undefined;
515
- asChild?: boolean | undefined;
553
+ asChild?: boolean | "except-style" | undefined;
516
554
  spaceDirection?: import("@tamagui/web").SpaceDirection | undefined;
517
555
  dangerouslySetInnerHTML?: {
518
556
  __html: string;
@@ -527,9 +565,9 @@ declare function useButton(propsIn: ButtonProps, { Text }?: {
527
565
  componentName?: string | undefined;
528
566
  tabIndex?: string | number | undefined;
529
567
  forceStyle?: "hover" | "press" | "focus" | undefined;
530
- onPress?: ((event: import("react-native/types").GestureResponderEvent) => void) | null | undefined;
531
- onPressIn?: ((event: import("react-native/types").GestureResponderEvent) => void) | null | undefined;
532
- onPressOut?: ((event: import("react-native/types").GestureResponderEvent) => void) | null | undefined;
568
+ onPress?: ((event: import("react-native").GestureResponderEvent) => void) | null | undefined;
569
+ onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | null | undefined;
570
+ onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | null | undefined;
533
571
  onHoverIn?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
534
572
  onHoverOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
535
573
  onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
@@ -538,24 +576,24 @@ declare function useButton(propsIn: ButtonProps, { Text }?: {
538
576
  onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
539
577
  onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
540
578
  onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
541
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
579
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
542
580
  alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
543
- alignItems?: import("react-native/types").FlexAlignType | undefined;
544
- alignSelf?: "auto" | import("react-native/types").FlexAlignType | undefined;
581
+ alignItems?: import("react-native").FlexAlignType | undefined;
582
+ alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
545
583
  bottom?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
546
- backgroundColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native/types").OpaqueColorValue | undefined;
547
- borderBottomColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native/types").OpaqueColorValue | undefined;
584
+ backgroundColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native").OpaqueColorValue | undefined;
585
+ borderBottomColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native").OpaqueColorValue | undefined;
548
586
  borderBottomLeftRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
549
587
  borderBottomRightRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
550
588
  borderBottomWidth?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
551
- borderLeftColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native/types").OpaqueColorValue | undefined;
589
+ borderLeftColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native").OpaqueColorValue | undefined;
552
590
  borderLeftWidth?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
553
- borderColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native/types").OpaqueColorValue | undefined;
591
+ borderColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native").OpaqueColorValue | undefined;
554
592
  borderRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
555
593
  borderStyle?: "solid" | "dashed" | "dotted" | undefined;
556
594
  borderRightWidth?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
557
- borderRightColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native/types").OpaqueColorValue | undefined;
558
- borderTopColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native/types").OpaqueColorValue | undefined;
595
+ borderRightColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native").OpaqueColorValue | undefined;
596
+ borderTopColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native").OpaqueColorValue | undefined;
559
597
  borderTopLeftRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
560
598
  borderTopRightRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
561
599
  borderTopWidth?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
@@ -591,7 +629,7 @@ declare function useButton(propsIn: ButtonProps, { Text }?: {
591
629
  paddingHorizontal?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
592
630
  paddingVertical?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
593
631
  right?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
594
- shadowColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native/types").OpaqueColorValue | undefined;
632
+ shadowColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native").OpaqueColorValue | undefined;
595
633
  shadowRadius?: SizeTokens | import("@tamagui/web").ThemeValueFallback | undefined;
596
634
  shadowOffset?: import("@tamagui/web").ThemeValueFallback | {
597
635
  width: import("@tamagui/web").SpaceTokens;
@@ -606,8 +644,8 @@ declare function useButton(propsIn: ButtonProps, { Text }?: {
606
644
  zIndex?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").ZIndexTokens | undefined;
607
645
  borderBottomEndRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
608
646
  borderBottomStartRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
609
- borderEndColor?: import("react-native/types").ColorValue | undefined;
610
- borderStartColor?: import("react-native/types").ColorValue | undefined;
647
+ borderEndColor?: import("react-native").ColorValue | undefined;
648
+ borderStartColor?: import("react-native").ColorValue | undefined;
611
649
  borderTopEndRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
612
650
  borderTopStartRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
613
651
  aspectRatio?: string | number | undefined;
@@ -620,7 +658,7 @@ declare function useButton(propsIn: ButtonProps, { Text }?: {
620
658
  paddingStart?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
621
659
  start?: string | number | undefined;
622
660
  direction?: "inherit" | "ltr" | "rtl" | undefined;
623
- transform?: (import("react-native/types").PerpectiveTransform | import("react-native/types").RotateTransform | import("react-native/types").RotateXTransform | import("react-native/types").RotateYTransform | import("react-native/types").RotateZTransform | import("react-native/types").ScaleTransform | import("react-native/types").ScaleXTransform | import("react-native/types").ScaleYTransform | import("react-native/types").TranslateXTransform | import("react-native/types").TranslateYTransform | import("react-native/types").SkewXTransform | import("react-native/types").SkewYTransform | import("react-native/types").MatrixTransform)[] | undefined;
661
+ transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
624
662
  transformMatrix?: number[] | undefined;
625
663
  rotation?: number | undefined;
626
664
  scaleX?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
@@ -651,27 +689,27 @@ declare function useButton(propsIn: ButtonProps, { Text }?: {
651
689
  outlineWidth?: import("@tamagui/web").SpaceTokens | undefined;
652
690
  rel?: any;
653
691
  download?: any;
654
- onStartShouldSetResponder?: ((event: import("react-native/types").GestureResponderEvent) => boolean) | undefined;
655
- onMoveShouldSetResponder?: ((event: import("react-native/types").GestureResponderEvent) => boolean) | undefined;
656
- onResponderEnd?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
657
- onResponderGrant?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
658
- onResponderReject?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
659
- onResponderMove?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
660
- onResponderRelease?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
661
- onResponderStart?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
662
- onResponderTerminationRequest?: ((event: import("react-native/types").GestureResponderEvent) => boolean) | undefined;
692
+ onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
693
+ onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
694
+ onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
695
+ onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
696
+ onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
697
+ onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
698
+ onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
699
+ onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
700
+ onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
663
701
  /**
664
702
  * @deprecated Instead of useButton, see the Button docs for the newer and much improved Advanced customization pattern: https://tamagui.dev/docs/components/button
665
703
  */
666
- onResponderTerminate?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
667
- onStartShouldSetResponderCapture?: ((event: import("react-native/types").GestureResponderEvent) => boolean) | undefined;
668
- onMoveShouldSetResponderCapture?: ((event: import("react-native/types").GestureResponderEvent) => boolean) | undefined;
704
+ onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
705
+ onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
706
+ onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
669
707
  dataSet?: Record<string, string | number | null | undefined> | undefined;
670
708
  onScrollShouldSetResponder?: unknown;
671
709
  onScrollShouldSetResponderCapture?: unknown;
672
710
  onSelectionChangeShouldSetResponder?: unknown;
673
711
  onSelectionChangeShouldSetResponderCapture?: unknown;
674
- onLayout?: ((event: import("react-native/types").LayoutChangeEvent) => void) | undefined;
712
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
675
713
  href?: string | undefined;
676
714
  hrefAttrs?: {
677
715
  target?: "top" | "_blank" | "_self" | "_top" | "blank" | "self" | undefined;
@@ -698,8 +736,8 @@ declare function useButton(propsIn: ButtonProps, { Text }?: {
698
736
  unstyled?: boolean | undefined;
699
737
  size?: SizeTokens | undefined;
700
738
  active?: boolean | undefined;
701
- hoverStyle?: Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
702
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
739
+ hoverStyle?: Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
740
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
703
741
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
704
742
  readonly fullscreen?: boolean | undefined;
705
743
  readonly elevation?: SizeTokens | undefined;
@@ -721,8 +759,8 @@ declare function useButton(propsIn: ButtonProps, { Text }?: {
721
759
  readonly active?: boolean | undefined;
722
760
  readonly disabled?: boolean | undefined;
723
761
  }> | null | undefined;
724
- pressStyle?: Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
725
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
762
+ pressStyle?: Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
763
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
726
764
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
727
765
  readonly fullscreen?: boolean | undefined;
728
766
  readonly elevation?: SizeTokens | undefined;
@@ -744,8 +782,8 @@ declare function useButton(propsIn: ButtonProps, { Text }?: {
744
782
  readonly active?: boolean | undefined;
745
783
  readonly disabled?: boolean | undefined;
746
784
  }> | null | undefined;
747
- focusStyle?: Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
748
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
785
+ focusStyle?: Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
786
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
749
787
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
750
788
  readonly fullscreen?: boolean | undefined;
751
789
  readonly elevation?: SizeTokens | undefined;
@@ -767,8 +805,8 @@ declare function useButton(propsIn: ButtonProps, { Text }?: {
767
805
  readonly active?: boolean | undefined;
768
806
  readonly disabled?: boolean | undefined;
769
807
  }> | null | undefined;
770
- exitStyle?: Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
771
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
808
+ exitStyle?: Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
809
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
772
810
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
773
811
  readonly fullscreen?: boolean | undefined;
774
812
  readonly elevation?: SizeTokens | undefined;
@@ -790,8 +828,8 @@ declare function useButton(propsIn: ButtonProps, { Text }?: {
790
828
  readonly active?: boolean | undefined;
791
829
  readonly disabled?: boolean | undefined;
792
830
  }> | null | undefined;
793
- enterStyle?: Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
794
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native/types").ViewStyle>;
831
+ enterStyle?: Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
832
+ style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").ViewStyle>;
795
833
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
796
834
  readonly fullscreen?: boolean | undefined;
797
835
  readonly elevation?: SizeTokens | undefined;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../src/Button.tsx"],"names":[],"mappings":"AAIA,OAAO,EAEL,iBAAiB,EACjB,gBAAgB,EAEjB,MAAM,eAAe,CAAA;AACtB,OAAO,EAEL,QAAQ,EACR,UAAU,EACV,cAAc,EAQf,MAAM,cAAc,CAAA;AACrB,OAAO,EAAE,iBAAiB,EAAc,MAAM,OAAO,CAAA;AAErD,eAAO,MAAM,aAAa;UAEhB,UAAU;EAWlB,CAAA;AAEF,KAAK,eAAe,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AACxD,KAAK,QAAQ,GAAG,GAAG,CAAC,OAAO,GAAG,iBAAiB,CAAC,eAAe,CAAC,GAAG,IAAI,CAAA;AAEvE,KAAK,WAAW,GAAG,IAAI,CAAC,gBAAgB,EAAE,eAAe,CAAC,GACxD,QAAQ,CAAC,OAAO,WAAW,CAAC,GAC5B,cAAc,GAAG;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf;;OAEG;IACH,SAAS,CAAC,EAAE,QAAQ,CAAA;IACpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;AAIH,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuDf,CAAA;AAEF,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBd,CAAA;AAEF,QAAA,MAAM,UAAU,UAAW;IAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,QAM3E,CAAA;AAOD;;GAEG;AACH,QAAA,MAAM,kBAAkB;;CAavB,CAAA;AAED,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA7IR;;OAEG;;IAEH;;OAEG;;IAEH;;;;OAIG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAsFoB;QAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE;CAkC1E,CAAA;AAEF;;GAEG;AACH,iBAAS,SAAS,CAChB,OAAO,EAAE,WAAW,EACpB,EAAE,IAAkB,EAAE,GAAE;IAAE,IAAI,EAAE,GAAG,CAAA;CAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA5B/D;;WAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAvGC;;WAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0NN;AAED,OAAO,EACL,MAAM,EACN,WAAW,EACX,UAAU,EACV,UAAU,EAGV,SAAS,EACT,kBAAkB,GACnB,CAAA;AACD,YAAY,EAAE,WAAW,EAAE,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.test.d.ts","sourceRoot":"","sources":["../src/Button.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../src/base.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"themed.d.ts","sourceRoot":"","sources":["../src/themed.tsx"],"names":[],"mappings":"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"}