mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-29 12:58:15 +00:00
3 lines
165 B
TypeScript
3 lines
165 B
TypeScript
import type { DateStringValue, DayOfWeek } from '../../../types';
|
|
export declare function getStartOfWeek(date: DateStringValue, firstDayOfWeek?: DayOfWeek): string;
|