UNPKG

@react-formgen/json-schema

Version:

A headless, type-safe, customizable, and super simple React form generator.

3 lines (2 loc) 184 B
import { JSONSchema7 } from "json-schema"; export declare const generateInitialData: (schema: JSONSchema7, definitions?: any, parentSchema?: JSONSchema7, propertyKey?: string) => any;