UNPKG

styled-hook-form

Version:

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

5 lines (4 loc) 137 B
import { FieldViewProps } from "./types"; import { FC } from "react"; declare const FieldView: FC<FieldViewProps>; export { FieldView };