UNPKG

rjsf-native-fs

Version:

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

5 lines (4 loc) 177 B
/// <reference types="react" /> import { ErrorListProps } from '@rjsf/core'; declare const ErrorList: ({ errors }: ErrorListProps) => JSX.Element; export default ErrorList;