UNPKG

styled-hook-form

Version:

React form library for styled-components based on grommet and react-hook-form

5 lines (4 loc) 131 B
import { FormFieldType } from "./types"; export declare const EditorMap: Partial<{ [K in keyof typeof FormFieldType]: any; }>;