UNPKG
rjsf-native-fs
Version:
latest (1.0.0)
1.0.0
React Native theme, fields and widgets for react-jsonschema-form
rjsf-native-fs
/
dist
/
ErrorList.d.ts
5 lines
(4 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
import
{
ErrorListProps
}
from
'@rjsf/core'
;
declare
const
ErrorList
:
(
{ errors }:
ErrorListProps
) =>
JSX
.
Element
;
export
default
ErrorList
;