UNPKG

@mantine/dates

Version:

Calendars, date and time pickers based on Mantine components

3 lines (2 loc) 165 B
import type { DateStringValue, DayOfWeek } from '../../../types'; export declare function getStartOfWeek(date: DateStringValue, firstDayOfWeek?: DayOfWeek): string;