mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-29 16:28:13 +00:00
4 lines
204 B
TypeScript
4 lines
204 B
TypeScript
import dayjs from 'dayjs';
|
|
import type { DateStringValue, DayOfWeek } from '../../../types';
|
|
export declare function getEndOfWeek(date: DateStringValue, firstDayOfWeek?: DayOfWeek): string | dayjs.Dayjs;
|