UNPKG

@data-driven-forms/react-form-renderer

Version:

React Form Renderer. Data Driven Forms converts JSON form definitions into fully functional React forms.

8 lines (7 loc) 205 B
import React from 'react'; export interface SchemaErrorProps { name: string; message: string; } declare const SchemaErrorComponent: React.FC<SchemaErrorProps>; export default SchemaErrorComponent;