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) 319 B
import type { SchemaNodeProxyProps } from './type'; export declare const SchemaNodeProxy: ({ path, node: inputNode, onChangeRef, onFileAttachRef, overridePropsRef, FormTypeInput, FormTypeRenderer: InputFormTypeRenderer, Wrapper: InputWrapper, }: SchemaNodeProxyProps) => import("react/jsx-runtime").JSX.Element | null;