choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
11 lines (10 loc) • 640 B
TypeScript
import { Utils } from 'choerodon-ui/dataset';
declare const getNearStepValues: typeof Utils.getNearStepValues;
declare const getPrecision: typeof Utils.getPrecision;
declare const MAX_SAFE_INTEGER: typeof Utils.MAX_SAFE_INTEGER;
declare const MIN_SAFE_INTEGER: typeof Utils.MIN_SAFE_INTEGER;
declare const plus: typeof Utils.plus;
declare const parseNumber: typeof Utils.parseNumber;
declare const bigNumberToFixed: typeof Utils.bigNumberToFixed;
declare const parseBigNumber: typeof Utils.parseBigNumber;
export { MAX_SAFE_INTEGER, MIN_SAFE_INTEGER, getNearStepValues, getPrecision, plus, parseNumber, bigNumberToFixed, parseBigNumber, };