UNPKG

rjsf-antd

Version:

Ant Design theme, fields and widgets for react-jsonschema-form

5 lines 324 B
/// <reference types="react" /> import { FieldTemplateProps } from 'react-jsonschema-form'; declare const FieldTemplate: ({ id, children, displayLabel, rawErrors, rawHelp, rawDescription, required, schema, label }: FieldTemplateProps) => JSX.Element; export default FieldTemplate; //# sourceMappingURL=FieldTemplate.d.ts.map