react-trip-date
Version:
Accessible, fully customizable date and range picker for React applications.
11 lines • 436 B
TypeScript
import { Dayjs } from "dayjs";
import { Dispatch, SetStateAction } from "react";
type Props = {
source: Dayjs;
jalali: boolean;
setSource: Dispatch<SetStateAction<Dayjs>>;
setDisplayMonths: Dispatch<SetStateAction<boolean>>;
};
export declare const DisplayMonths: ({ source, setSource, setDisplayMonths, jalali, }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=DisplayMonths.d.ts.map