mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-03 14:23:41 +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;
|