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

4 lines (3 loc) 253 B
import { JsonSchemaScanner } from '@winglet/json-schema/scanner'; import type { JsonSchema } from '../../../../types'; export declare const getResolveSchemaScanner: (referenceTable: Map<string, JsonSchema>, maxDepth: number) => JsonSchemaScanner<void>;