UNPKG

@tutim/fields

Version:

form infrastructure for web applications

7 lines (6 loc) 139 B
import React from 'react'; export declare const FieldWrapper: React.FC<{ fieldConfig: any; fieldState: any; children: any; }>;