UNPKG

react-trip-date

Version:

date-picker and range-picker for React applications

15 lines (14 loc) 334 B
import { ElementType, FC } from "react"; type Props = { jalali: boolean; startOfWeek: number; components?: { titles?: string[]; wrapper?: ElementType<{ jalali: boolean; startOfWeek: number; }>; }; }; export declare const TitleOfWeek: FC<Props>; export {};