UNPKG

styled-hook-form

Version:

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

5 lines (4 loc) 130 B
import React from "react"; import { WrapIfProps } from "./types"; declare const WrapIf: React.FC<WrapIfProps>; export { WrapIf };