UNPKG

react-datepicker-lite

Version:

A lightweight, accessible, and customizable React date picker component with TypeScript support

5 lines 192 B
import React from 'react'; import type { CalendarProps } from '@/types'; import './Calendar.css'; export declare const Calendar: React.FC<CalendarProps>; //# sourceMappingURL=Calendar.d.ts.map