Type Alias: CalendarProps
@arolariu/components / CalendarProps
Type Alias: CalendarProps
CalendarProps =
React.ComponentProps<typeofDayPicker> &object
Defined in: components/ui/calendar.tsx:23
Props for the shared calendar component.
Type Declaration
buttonVariant?
optionalbuttonVariant?:React.ComponentProps<typeofButton>["variant"]
Visual variant applied to the navigation buttons.
Default
"ghost"
// was this page useful?