mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 22:30:56 +00:00
2 lines
104 B
TypeScript
2 lines
104 B
TypeScript
export declare function clamp(value: number, min: number | undefined, max: number | undefined): number;
|