UNPKG

@voilajsx/uikit

Version:

Cross-platform React components with beautiful themes and OKLCH color sciences - Now with mobile (Capacitor) support

9 lines 664 B
import * as React from "react"; import { DayButton, DayPicker } from "react-day-picker"; import { Button } from "@/components/ui/button"; declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, ...props }: React.ComponentProps<typeof DayPicker> & { buttonVariant?: React.ComponentProps<typeof Button>["variant"]; }): import("react/jsx-runtime").JSX.Element; declare function CalendarDayButton({ className, day, modifiers, ...props }: React.ComponentProps<typeof DayButton>): import("react/jsx-runtime").JSX.Element; export { Calendar, CalendarDayButton }; //# sourceMappingURL=calendar.d.ts.map