react-native-full-calendars
Version:
React Native Full Calendar (RNFC) is an intuitive and powerful calendar component library designed for React Native.
10 lines • 548 B
TypeScript
import { DateString } from '../type';
export declare const getWeeksInMonth: (date: Date | string) => number;
export declare const isLastWeekOfMonth: (date: Date) => boolean;
export declare const isSameStartOfWeek: (date: Date, { weekStartDay }: {
weekStartDay: any;
}) => boolean;
export declare const isSameStartOfMonth: (date: Date) => boolean;
export declare const getIterableDateBetweenDates: (startDate: Date, endDate: Date) => DateString[];
export declare const getDaysRemaining: (date: Date) => number;
//# sourceMappingURL=date.d.ts.map