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) 381 B
import React__default from 'react'; import { CalendarDate } from '@internationalized/date'; import { ElementProps } from '../../types/common.types.js'; interface Props extends ElementProps<'div'> { date: CalendarDate; currentMonth: CalendarDate; } declare const _default: React__default.MemoExoticComponent<(props: Props) => JSX.Element>; export { _default as default };