UNPKG

date-picker-np

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