UNPKG

lightswind

Version:

A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ professional and animated react components.

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