UNPKG

react-trip-date

Version:

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

15 lines 435 B
import { ElementType } from "react"; type Props = { jalali: boolean; startOfWeek: number; components?: { titles?: string[]; wrapper?: ElementType<{ jalali: boolean; startOfWeek: number; }>; }; }; export declare const TitleOfWeek: ({ jalali, startOfWeek, components }: Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TitleOfWeek.d.ts.map