This commit is contained in:
suraj.shenoy.b@gmail.com
2025-01-25 20:47:59 -06:00
parent 428bf4f226
commit eab06cb386
2 changed files with 2 additions and 4 deletions

View File

@@ -7,14 +7,12 @@ import { DayPicker } from "react-day-picker"
import { cn } from "@/lib/utils"
import { buttonVariants } from "@/components/ui/button"
export type CalendarProps = React.ComponentProps<typeof DayPicker>
function Calendar({
className,
classNames,
showOutsideDays = true,
...props
}: CalendarProps) {
}) {
return (
<DayPicker
showOutsideDays={showOutsideDays}