UNPKG

react-trip-date

Version:

Accessible, fully customizable date and range picker for React applications.

9 lines 375 B
import { Dayjs } from "dayjs"; import { Dispatch, SetStateAction } from "react"; type Props = { setSource: Dispatch<SetStateAction<Dayjs>>; setDisplayYears: Dispatch<SetStateAction<boolean>>; }; export declare const DisplayYears: ({ setDisplayYears, setSource }: Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=DisplayYears.d.ts.map