UNPKG

ivt

Version:

Ivt Components Library

14 lines (11 loc) 754 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import { DayPicker, DayButton } from 'react-day-picker'; import { Button } from '../button/index.js'; import 'class-variance-authority/types'; import 'class-variance-authority'; declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, fromYear, toYear, ...props }: React.ComponentProps<typeof DayPicker> & { buttonVariant?: React.ComponentProps<typeof Button>["variant"]; }): react_jsx_runtime.JSX.Element; declare function CalendarDayButton({ className, day, modifiers, ...props }: React.ComponentProps<typeof DayButton>): react_jsx_runtime.JSX.Element; export { Calendar, CalendarDayButton };