mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-28 07:51:05 +00:00
3 lines
219 B
TypeScript
3 lines
219 B
TypeScript
import { DateStringValue } from '../../types';
|
|
export declare function clampDate(minDate: DateStringValue | Date | undefined, maxDate: DateStringValue | Date | undefined, date: DateStringValue | Date): DateStringValue;
|