UNPKG

@schema-render/core-react

Version:

Through a set of simple JSON Schema, efficiently build a set of forms.

6 lines (5 loc) 269 B
import type { FC } from 'react'; import type { ICommonProps } from '../typings/common'; import type { IObjectSchema, IRootSchema } from '../typings/schema'; declare const RendererIterator: FC<ICommonProps<IObjectSchema | IRootSchema>>; export default RendererIterator;