UNPKG

react-forminate

Version:

React.js + Typescript package that creates dynamic UI forms based on the JSON schema

4 lines (3 loc) 136 B
import { ContentFieldType } from '../../../types'; declare const ContentField: React.FC<ContentFieldType>; export default ContentField;