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

9 lines (6 loc) 285 B
import React__default from 'react'; import { ElementProps } from '../../types/common.types.js'; declare const _default: React__default.MemoExoticComponent<({ className, total, ...props }: ElementProps<"div"> & { total: number; }) => JSX.Element>; export { _default as default };