UNPKG

geoiq-frontend-ui-kit

Version:

This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.

9 lines 406 B
import { DayPicker } from 'react-day-picker'; import * as React from 'react'; export type CalendarProps = React.ComponentProps<typeof DayPicker>; declare function Calendar({ className, classNames, showOutsideDays, ...props }: CalendarProps): import("react/jsx-dev-runtime").JSX.Element; declare namespace Calendar { var displayName: string; } export { Calendar }; //# sourceMappingURL=calendar.d.ts.map