UNPKG

react-calendar-kit

Version:

React Calendar Kit is a powerful and flexible library for building accessible and highly customizable calendar and date/time picker components in your React applications. React Calendar Kit provides a solid foundation for creating inclusive user experienc

12 lines (9 loc) 417 B
import React__default from 'react'; import { DateFieldState, DateSegment } from '@react-stately/datepicker'; import { ElementProps } from '../types/common.types.mjs'; interface DateInputSegmentProps extends ElementProps<'div'> { state: DateFieldState; segment: DateSegment; } declare const DateInputSegment: React__default.FC<DateInputSegmentProps>; export { DateInputSegment, type DateInputSegmentProps };