UNPKG

@schema-render/core-react

Version:

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

5 lines (4 loc) 177 B
import type { FC } from 'react'; import type { ICommonProps } from '../typings/common'; declare const RendererDistributor: FC<ICommonProps>; export default RendererDistributor;