UNPKG

styled-hook-form

Version:

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

6 lines (5 loc) 222 B
import React from "react"; import { FormField } from "../../../form-builder/types"; import { CustomEditorProps } from "./types"; declare const CustomEditor: React.FC<FormField<CustomEditorProps>>; export { CustomEditor };