UNPKG

styled-hook-form

Version:

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

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