UNPKG

geoiq-frontend-ui-kit

Version:

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

5 lines (4 loc) 193 B
import { ComponentProps } from 'react'; import { DayPicker } from 'react-day-picker'; export type CalendarProps = ComponentProps<typeof DayPicker>; //# sourceMappingURL=calendar.types.d.ts.map