UNPKG
rjsf-native-updated
Version:
latest (2.0.0)
2.0.0
React Native theme, fields and widgets for react-jsonschema-form
rjsf-native-updated
/
dist
/
widgets
/
RadioWidget.d.ts
5 lines
(4 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
import
{
WidgetProps
}
from
'@rjsf/core'
;
declare
const
RadioWidget
:
(
{ options, value, disabled,
readonly
, onChange, rawErrors, }:
WidgetProps
) =>
JSX
.
Element
;
export
default
RadioWidget
;