choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
7 lines (6 loc) • 443 B
TypeScript
import { Utils } from 'choerodon-ui/dataset';
export { transformString, trimString } from 'choerodon-ui/dataset';
declare const toLocaleStringSupportsLocales: typeof Utils.toLocaleStringSupportsLocales;
declare const getNumberFormatOptions: typeof Utils.getNumberFormatOptions;
declare const toLocaleStringPolyfill: typeof Utils.toLocaleStringPolyfill;
export { toLocaleStringSupportsLocales, getNumberFormatOptions, toLocaleStringPolyfill };