UNPKG

xlibs-components

Version:

Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications

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