UNPKG

zarm

Version:

基于 React 的移动端UI库

3 lines (2 loc) 168 B
import type PropsType from '../interface'; export default function ensureValuePrecision(val: number, props: Pick<PropsType, 'marks' | 'step' | 'min' | 'max'>): number;