UNPKG

zarm

Version:

基于 React 的移动端UI库

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