UNPKG

styled-hook-form

Version:

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

5 lines (4 loc) 133 B
import React from "react"; import { FormProps } from "./types"; declare const Form: React.FC<FormProps>; export { Form as default };