UNPKG

rjsf-native-updated

Version:

React Native theme, fields and widgets for react-jsonschema-form

5 lines (4 loc) 225 B
/// <reference types="react" /> import { WidgetProps } from '@rjsf/core'; declare const RadioWidget: ({ options, value, disabled, readonly, onChange, rawErrors, }: WidgetProps) => JSX.Element; export default RadioWidget;