UNPKG

@mantine/dates

Version:

Calendars, date and time pickers based on Mantine components

4 lines (3 loc) 204 B
import dayjs from 'dayjs'; import type { DateStringValue, DayOfWeek } from '../../../types'; export declare function getEndOfWeek(date: DateStringValue, firstDayOfWeek?: DayOfWeek): string | dayjs.Dayjs;