Added useSlider hook and mouse interaction test.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function minmax(number: number, min: number, max: number) {
|
||||
return Math.min(max, Math.max(min, number));
|
||||
}
|
||||
Reference in New Issue
Block a user