UNPKG

@visma/rjsf-material-ui

Version:

Material UI theme, fields and widgets for react-jsonschema-form

4 lines (3 loc) 160 B
import { ErrorListProps } from '@visma/rjsf-core'; declare const ErrorList: ({ errors, uiSchema }: ErrorListProps) => JSX.Element; export default ErrorList;