UNPKG

193 BTypeScriptView Raw
1import { Scale } from '../dependents';
2/**
3 * parse the value position
4 * @param val
5 * @param scale
6 */
7export declare function getNormalizedValue(val: number | string, scale: Scale): number;