import type PropsType from '../interface'; export default function ensureValuePrecision(val: number, props: Pick): number;