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) 292 B
export type { FormGroupProps, FormInputProps, FormRenderProps } from './form'; export type { FormTypeRendererProps } from './formTypeRenderer'; export type { BooleanSchema, NumberSchema, StringSchema, ArraySchema, ObjectSchema, NullSchema, JsonSchema, InferJsonSchema, } from './jsonSchema';