UNPKG

react-custom-calendarss

Version:

A calendar that can be customized to your liking 🧨

8 lines (7 loc) • 273 B
type NavigateType = "WEEK" | "MONTH"; export declare const createNavigate: (setCurrentDate: (date: (prevData: Date) => Date) => void, type: NavigateType) => { moveToPeriod: (period: number) => void; moveToNext: () => void; moveToPrev: () => void; }; export {};