UNPKG

styled-hook-form

Version:

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

6 lines (5 loc) 198 B
import React from "react"; import { TimeEditorProps } from "./types"; import { FormField } from "../../types"; declare const TimeEditor: React.FC<FormField<TimeEditorProps>>; export { TimeEditor };