UNPKG

rjsf-native

Version:

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

4 lines (3 loc) 199 B
import { ComponentClass, FunctionComponent } from 'react'; import { FormProps } from '@rjsf/core'; export declare const RNForm: ComponentClass<FormProps<any>> | FunctionComponent<FormProps<any>>;