UNPKG

@forbespro/lead-agent

Version:
9 lines (8 loc) 364 B
import { DayPicker } from 'react-day-picker'; import * as React from "react"; 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 };