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 { FormField } from "../../types"; import { DateEditorProps } from "./types"; declare const DateEditor: React.FC<FormField<DateEditorProps>>; export { DateEditor };