@forbespro/lead-agent
Version:
Lead Chat Agent React Component
9 lines (8 loc) • 364 B
TypeScript
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 };