UNPKG

react-day-picker

Version:

Customizable Date Picker for React

8 lines (7 loc) 225 B
import type { DateLib } from "../classes/index.js"; /** * Return the start date of the week in the broadcast calendar. * * @since 9.4.0 */ export declare function startOfBroadcastWeek(date: Date, dateLib: DateLib): Date;