UNPKG

date-picker-np

Version:
4 lines (3 loc) 296 B
import { DatePickerCalendarProps } from "../../types/DatePickerCalendar"; declare const DatePickerCalendar: ({ value, onChange, calendarPositions, min, max, lang, calendarStyles, position, }: DatePickerCalendarProps) => import("react/jsx-runtime").JSX.Element; export default DatePickerCalendar;