mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 22:30:56 +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;
|