1 |
|
2 | declare const RadioButton: (({ theme: themeOverrides, ...props }: import("./RadioButton").Props) => import("react").JSX.Element) & {
|
3 | Group: {
|
4 | ({ value, onValueChange, children }: import("./RadioButtonGroup").Props): import("react").JSX.Element;
|
5 | displayName: string;
|
6 | };
|
7 | Android: {
|
8 | ({ disabled, onPress, theme: themeOverrides, value, status, testID, ...rest }: import("./RadioButtonAndroid").Props): import("react").JSX.Element;
|
9 | displayName: string;
|
10 | };
|
11 | IOS: {
|
12 | ({ disabled, onPress, theme: themeOverrides, status, value, testID, ...rest }: import("./RadioButtonIOS").Props): import("react").JSX.Element;
|
13 | displayName: string;
|
14 | };
|
15 | Item: {
|
16 | ({ value, label, style, labelStyle, onPress, onLongPress, disabled, color, uncheckedColor, rippleColor, status, theme: themeOverrides, background, accessibilityLabel, testID, mode, position, labelVariant, labelMaxFontSizeMultiplier, }: import("./RadioButtonItem").Props): import("react").JSX.Element;
|
17 | displayName: string;
|
18 | };
|
19 | };
|
20 | export default RadioButton;
|
21 | //# sourceMappingURL=index.d.ts.map |
\ | No newline at end of file |