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