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) 153 B
import type { JsonSchema } from '../../../../types'; export declare const getReferenceTable: (jsonSchema: JsonSchema) => Map<string, JsonSchema> | null;