@tamagui/radio-group 1.4.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/dist/cjs/RadioGroup.js +382 -0
- package/dist/cjs/RadioGroup.js.map +7 -0
- package/dist/cjs/index.js +19 -0
- package/dist/cjs/index.js.map +7 -0
- package/dist/esm/RadioGroup.js +354 -0
- package/dist/esm/RadioGroup.js.map +7 -0
- package/dist/esm/RadioGroup.mjs +354 -0
- package/dist/esm/RadioGroup.mjs.map +7 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +7 -0
- package/dist/esm/index.mjs +2 -0
- package/dist/esm/index.mjs.map +7 -0
- package/dist/jsx/RadioGroup.js +330 -0
- package/dist/jsx/RadioGroup.js.map +7 -0
- package/dist/jsx/RadioGroup.mjs +330 -0
- package/dist/jsx/RadioGroup.mjs.map +7 -0
- package/dist/jsx/index.js +2 -0
- package/dist/jsx/index.js.map +7 -0
- package/dist/jsx/index.mjs +2 -0
- package/dist/jsx/index.mjs.map +7 -0
- package/package.json +48 -0
- package/src/RadioGroup.tsx +482 -0
- package/src/index.ts +1 -0
- package/types/RadioGroup.d.ts +264 -0
- package/types/RadioGroup.d.ts.map +1 -0
- package/types/index.d.ts +2 -0
- package/types/index.d.ts.map +1 -0
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
import { GetProps } from '@tamagui/core';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { View } from 'react-native';
|
|
4
|
+
declare const createRadioGroupScope: import("@tamagui/create-context").CreateScope;
|
|
5
|
+
type TamaguiElement = HTMLElement | View;
|
|
6
|
+
declare const RadioGroupFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
7
|
+
readonly fullscreen?: boolean | undefined;
|
|
8
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
9
|
+
} & {
|
|
10
|
+
readonly backgrounded?: boolean | undefined;
|
|
11
|
+
readonly radiused?: boolean | undefined;
|
|
12
|
+
readonly hoverTheme?: boolean | undefined;
|
|
13
|
+
readonly pressTheme?: boolean | undefined;
|
|
14
|
+
readonly focusTheme?: boolean | undefined;
|
|
15
|
+
readonly circular?: boolean | undefined;
|
|
16
|
+
readonly padded?: boolean | undefined;
|
|
17
|
+
readonly elevate?: boolean | undefined;
|
|
18
|
+
readonly bordered?: number | boolean | undefined;
|
|
19
|
+
readonly transparent?: boolean | undefined;
|
|
20
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
21
|
+
}, "orientation"> & {
|
|
22
|
+
readonly orientation?: "horizontal" | "vertical" | undefined;
|
|
23
|
+
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
24
|
+
readonly fullscreen?: boolean | undefined;
|
|
25
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
26
|
+
} & {
|
|
27
|
+
readonly backgrounded?: boolean | undefined;
|
|
28
|
+
readonly radiused?: boolean | undefined;
|
|
29
|
+
readonly hoverTheme?: boolean | undefined;
|
|
30
|
+
readonly pressTheme?: boolean | undefined;
|
|
31
|
+
readonly focusTheme?: boolean | undefined;
|
|
32
|
+
readonly circular?: boolean | undefined;
|
|
33
|
+
readonly padded?: boolean | undefined;
|
|
34
|
+
readonly elevate?: boolean | undefined;
|
|
35
|
+
readonly bordered?: number | boolean | undefined;
|
|
36
|
+
readonly transparent?: boolean | undefined;
|
|
37
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
38
|
+
}, "orientation"> & {
|
|
39
|
+
readonly orientation?: "horizontal" | "vertical" | undefined;
|
|
40
|
+
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
41
|
+
readonly fullscreen?: boolean | undefined;
|
|
42
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
43
|
+
} & {
|
|
44
|
+
readonly backgrounded?: boolean | undefined;
|
|
45
|
+
readonly radiused?: boolean | undefined;
|
|
46
|
+
readonly hoverTheme?: boolean | undefined;
|
|
47
|
+
readonly pressTheme?: boolean | undefined;
|
|
48
|
+
readonly focusTheme?: boolean | undefined;
|
|
49
|
+
readonly circular?: boolean | undefined;
|
|
50
|
+
readonly padded?: boolean | undefined;
|
|
51
|
+
readonly elevate?: boolean | undefined;
|
|
52
|
+
readonly bordered?: number | boolean | undefined;
|
|
53
|
+
readonly transparent?: boolean | undefined;
|
|
54
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
55
|
+
}, "orientation"> & {
|
|
56
|
+
readonly orientation?: "horizontal" | "vertical" | undefined;
|
|
57
|
+
}>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
58
|
+
readonly fullscreen?: boolean | undefined;
|
|
59
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
60
|
+
} & {
|
|
61
|
+
readonly backgrounded?: boolean | undefined;
|
|
62
|
+
readonly radiused?: boolean | undefined;
|
|
63
|
+
readonly hoverTheme?: boolean | undefined;
|
|
64
|
+
readonly pressTheme?: boolean | undefined;
|
|
65
|
+
readonly focusTheme?: boolean | undefined;
|
|
66
|
+
readonly circular?: boolean | undefined;
|
|
67
|
+
readonly padded?: boolean | undefined;
|
|
68
|
+
readonly elevate?: boolean | undefined;
|
|
69
|
+
readonly bordered?: number | boolean | undefined;
|
|
70
|
+
readonly transparent?: boolean | undefined;
|
|
71
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
72
|
+
} & {
|
|
73
|
+
readonly orientation?: "horizontal" | "vertical" | undefined;
|
|
74
|
+
}>;
|
|
75
|
+
type RadioGroupProps = GetProps<typeof RadioGroupFrame> & {
|
|
76
|
+
value?: string;
|
|
77
|
+
defaultValue?: string;
|
|
78
|
+
onValueChange?: (value: string) => void;
|
|
79
|
+
required?: boolean;
|
|
80
|
+
disabled?: boolean;
|
|
81
|
+
name?: string;
|
|
82
|
+
native?: boolean;
|
|
83
|
+
accentColor?: string;
|
|
84
|
+
};
|
|
85
|
+
declare const RadioGroup: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
86
|
+
readonly fullscreen?: boolean | undefined;
|
|
87
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
88
|
+
} & {
|
|
89
|
+
readonly backgrounded?: boolean | undefined;
|
|
90
|
+
readonly radiused?: boolean | undefined;
|
|
91
|
+
readonly hoverTheme?: boolean | undefined;
|
|
92
|
+
readonly pressTheme?: boolean | undefined;
|
|
93
|
+
readonly focusTheme?: boolean | undefined;
|
|
94
|
+
readonly circular?: boolean | undefined;
|
|
95
|
+
readonly padded?: boolean | undefined;
|
|
96
|
+
readonly elevate?: boolean | undefined;
|
|
97
|
+
readonly bordered?: number | boolean | undefined;
|
|
98
|
+
readonly transparent?: boolean | undefined;
|
|
99
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
100
|
+
}, "orientation"> & {
|
|
101
|
+
readonly orientation?: "horizontal" | "vertical" | undefined;
|
|
102
|
+
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
103
|
+
readonly fullscreen?: boolean | undefined;
|
|
104
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
105
|
+
} & {
|
|
106
|
+
readonly backgrounded?: boolean | undefined;
|
|
107
|
+
readonly radiused?: boolean | undefined;
|
|
108
|
+
readonly hoverTheme?: boolean | undefined;
|
|
109
|
+
readonly pressTheme?: boolean | undefined;
|
|
110
|
+
readonly focusTheme?: boolean | undefined;
|
|
111
|
+
readonly circular?: boolean | undefined;
|
|
112
|
+
readonly padded?: boolean | undefined;
|
|
113
|
+
readonly elevate?: boolean | undefined;
|
|
114
|
+
readonly bordered?: number | boolean | undefined;
|
|
115
|
+
readonly transparent?: boolean | undefined;
|
|
116
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
117
|
+
}, "orientation"> & {
|
|
118
|
+
readonly orientation?: "horizontal" | "vertical" | undefined;
|
|
119
|
+
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
120
|
+
readonly fullscreen?: boolean | undefined;
|
|
121
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
122
|
+
} & {
|
|
123
|
+
readonly backgrounded?: boolean | undefined;
|
|
124
|
+
readonly radiused?: boolean | undefined;
|
|
125
|
+
readonly hoverTheme?: boolean | undefined;
|
|
126
|
+
readonly pressTheme?: boolean | undefined;
|
|
127
|
+
readonly focusTheme?: boolean | undefined;
|
|
128
|
+
readonly circular?: boolean | undefined;
|
|
129
|
+
readonly padded?: boolean | undefined;
|
|
130
|
+
readonly elevate?: boolean | undefined;
|
|
131
|
+
readonly bordered?: number | boolean | undefined;
|
|
132
|
+
readonly transparent?: boolean | undefined;
|
|
133
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
134
|
+
}, "orientation"> & {
|
|
135
|
+
readonly orientation?: "horizontal" | "vertical" | undefined;
|
|
136
|
+
}>> & {
|
|
137
|
+
value?: string | undefined;
|
|
138
|
+
defaultValue?: string | undefined;
|
|
139
|
+
onValueChange?: ((value: string) => void) | undefined;
|
|
140
|
+
required?: boolean | undefined;
|
|
141
|
+
disabled?: boolean | undefined;
|
|
142
|
+
name?: string | undefined;
|
|
143
|
+
native?: boolean | undefined;
|
|
144
|
+
accentColor?: string | undefined;
|
|
145
|
+
} & React.RefAttributes<TamaguiElement>> & {
|
|
146
|
+
Indicator: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
147
|
+
readonly fullscreen?: boolean | undefined;
|
|
148
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
149
|
+
} & {
|
|
150
|
+
readonly backgrounded?: boolean | undefined;
|
|
151
|
+
readonly radiused?: boolean | undefined;
|
|
152
|
+
readonly hoverTheme?: boolean | undefined;
|
|
153
|
+
readonly pressTheme?: boolean | undefined;
|
|
154
|
+
readonly focusTheme?: boolean | undefined;
|
|
155
|
+
readonly circular?: boolean | undefined;
|
|
156
|
+
readonly padded?: boolean | undefined;
|
|
157
|
+
readonly elevate?: boolean | undefined;
|
|
158
|
+
readonly bordered?: number | boolean | undefined;
|
|
159
|
+
readonly transparent?: boolean | undefined;
|
|
160
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
161
|
+
}, "unstyled"> & {
|
|
162
|
+
readonly unstyled?: boolean | undefined;
|
|
163
|
+
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
164
|
+
readonly fullscreen?: boolean | undefined;
|
|
165
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
166
|
+
} & {
|
|
167
|
+
readonly backgrounded?: boolean | undefined;
|
|
168
|
+
readonly radiused?: boolean | undefined;
|
|
169
|
+
readonly hoverTheme?: boolean | undefined;
|
|
170
|
+
readonly pressTheme?: boolean | undefined;
|
|
171
|
+
readonly focusTheme?: boolean | undefined;
|
|
172
|
+
readonly circular?: boolean | undefined;
|
|
173
|
+
readonly padded?: boolean | undefined;
|
|
174
|
+
readonly elevate?: boolean | undefined;
|
|
175
|
+
readonly bordered?: number | boolean | undefined;
|
|
176
|
+
readonly transparent?: boolean | undefined;
|
|
177
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
178
|
+
}, "unstyled"> & {
|
|
179
|
+
readonly unstyled?: boolean | undefined;
|
|
180
|
+
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
181
|
+
readonly fullscreen?: boolean | undefined;
|
|
182
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
183
|
+
} & {
|
|
184
|
+
readonly backgrounded?: boolean | undefined;
|
|
185
|
+
readonly radiused?: boolean | undefined;
|
|
186
|
+
readonly hoverTheme?: boolean | undefined;
|
|
187
|
+
readonly pressTheme?: boolean | undefined;
|
|
188
|
+
readonly focusTheme?: boolean | undefined;
|
|
189
|
+
readonly circular?: boolean | undefined;
|
|
190
|
+
readonly padded?: boolean | undefined;
|
|
191
|
+
readonly elevate?: boolean | undefined;
|
|
192
|
+
readonly bordered?: number | boolean | undefined;
|
|
193
|
+
readonly transparent?: boolean | undefined;
|
|
194
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
195
|
+
}, "unstyled"> & {
|
|
196
|
+
readonly unstyled?: boolean | undefined;
|
|
197
|
+
}>> & {
|
|
198
|
+
forceMount?: boolean | undefined;
|
|
199
|
+
unstyled?: boolean | undefined;
|
|
200
|
+
} & React.RefAttributes<TamaguiElement>>;
|
|
201
|
+
Item: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
202
|
+
readonly fullscreen?: boolean | undefined;
|
|
203
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
204
|
+
} & {
|
|
205
|
+
readonly backgrounded?: boolean | undefined;
|
|
206
|
+
readonly radiused?: boolean | undefined;
|
|
207
|
+
readonly hoverTheme?: boolean | undefined;
|
|
208
|
+
readonly pressTheme?: boolean | undefined;
|
|
209
|
+
readonly focusTheme?: boolean | undefined;
|
|
210
|
+
readonly circular?: boolean | undefined;
|
|
211
|
+
readonly padded?: boolean | undefined;
|
|
212
|
+
readonly elevate?: boolean | undefined;
|
|
213
|
+
readonly bordered?: number | boolean | undefined;
|
|
214
|
+
readonly transparent?: boolean | undefined;
|
|
215
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
216
|
+
}, "unstyled" | "size"> & {
|
|
217
|
+
readonly unstyled?: boolean | undefined;
|
|
218
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
219
|
+
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
220
|
+
readonly fullscreen?: boolean | undefined;
|
|
221
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
222
|
+
} & {
|
|
223
|
+
readonly backgrounded?: boolean | undefined;
|
|
224
|
+
readonly radiused?: boolean | undefined;
|
|
225
|
+
readonly hoverTheme?: boolean | undefined;
|
|
226
|
+
readonly pressTheme?: boolean | undefined;
|
|
227
|
+
readonly focusTheme?: boolean | undefined;
|
|
228
|
+
readonly circular?: boolean | undefined;
|
|
229
|
+
readonly padded?: boolean | undefined;
|
|
230
|
+
readonly elevate?: boolean | undefined;
|
|
231
|
+
readonly bordered?: number | boolean | undefined;
|
|
232
|
+
readonly transparent?: boolean | undefined;
|
|
233
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
234
|
+
}, "unstyled" | "size"> & {
|
|
235
|
+
readonly unstyled?: boolean | undefined;
|
|
236
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
237
|
+
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
238
|
+
readonly fullscreen?: boolean | undefined;
|
|
239
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
240
|
+
} & {
|
|
241
|
+
readonly backgrounded?: boolean | undefined;
|
|
242
|
+
readonly radiused?: boolean | undefined;
|
|
243
|
+
readonly hoverTheme?: boolean | undefined;
|
|
244
|
+
readonly pressTheme?: boolean | undefined;
|
|
245
|
+
readonly focusTheme?: boolean | undefined;
|
|
246
|
+
readonly circular?: boolean | undefined;
|
|
247
|
+
readonly padded?: boolean | undefined;
|
|
248
|
+
readonly elevate?: boolean | undefined;
|
|
249
|
+
readonly bordered?: number | boolean | undefined;
|
|
250
|
+
readonly transparent?: boolean | undefined;
|
|
251
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
252
|
+
}, "unstyled" | "size"> & {
|
|
253
|
+
readonly unstyled?: boolean | undefined;
|
|
254
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
255
|
+
}>> & {
|
|
256
|
+
value: string;
|
|
257
|
+
id?: string | undefined;
|
|
258
|
+
labelledBy?: string | undefined;
|
|
259
|
+
disabled?: boolean | undefined;
|
|
260
|
+
} & React.RefAttributes<HTMLButtonElement>>;
|
|
261
|
+
};
|
|
262
|
+
export { createRadioGroupScope, RadioGroup };
|
|
263
|
+
export type { RadioGroupProps };
|
|
264
|
+
//# sourceMappingURL=RadioGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../src/RadioGroup.tsx"],"names":[],"mappings":"AAIA,OAAO,EACL,QAAQ,EAOT,MAAM,eAAe,CAAA;AAOtB,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAMnC,QAAA,MAAgC,qBAAqB,+CACf,CAAA;AA6WtC,KAAK,cAAc,GAAG,WAAW,GAAG,IAAI,CAAA;AAIxC,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAenB,CAAA;AAEF,KAAK,eAAe,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,GAAG;IACxD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BARU,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAhQhC,MAAM;;;;;CA4Td,CAAA;AAID,OAAO,EAAE,qBAAqB,EAAE,UAAU,EAAE,CAAA;AAC5C,YAAY,EAAE,eAAe,EAAE,CAAA"}
|
package/types/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
|