UNPKG

react-next-dates

Version:

Simple and Customizable DatePicker, DateRangePicker and TimePicker for React.

8 lines (7 loc) 192 B
import { FC } from 'react'; interface ClockHoursProps { date?: Date | null; containerRadius: number; } declare const ClockHours: FC<ClockHoursProps>; export default ClockHours;