@react-stately/utils
Advanced tools
Comparing version
{ | ||
"name": "@react-stately/utils", | ||
"version": "3.0.0-nightly-2788d8afd-250205", | ||
"version": "3.0.0-nightly-27e5ef1b7-250319", | ||
"description": "Spectrum UI components in React", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -21,3 +21,3 @@ /* | ||
export function roundToStepPrecision(value: number, step: number) { | ||
export function roundToStepPrecision(value: number, step: number): number { | ||
let roundedValue = value; | ||
@@ -24,0 +24,0 @@ let stepString = step.toString(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
54466
0.04%