UNPKG

@tutim/headless

Version:

form infrastructure for web applications

5 lines (4 loc) 266 B
/// <reference types="react" /> import { Control } from 'react-hook-form'; import { FieldComponents, FieldConfig } from '@tutim/types'; export declare const getField: (control: Control, fieldComponents: FieldComponents) => (fieldConfig: FieldConfig) => JSX.Element;