UNPKG

@canard/schema-form

Version:

React-based component library that renders forms based on JSON Schema with plugin system support for validators and UI components

3 lines (2 loc) 245 B
import type { FormTypeRendererProps } from '../../types'; export declare const FormGroupRenderer: ({ node, depth, path, name, required, Input, errorMessage, style, className, }: FormTypeRendererProps) => import("react/jsx-runtime").JSX.Element;