UNPKG

@ray-js/smart-ui

Version:

轻量、可靠的智能小程序 UI 组件库

6 lines (5 loc) 230 B
import { withReactProps } from '../common/withReactProps'; import _Field from './Field'; export { getNumberFormatConfig, parseFormattedNumber, formatNumber } from './Field'; const Field = withReactProps(_Field); export { Field };