UNPKG

@ray-js/smart-ui

Version:

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

5 lines (4 loc) 145 B
import { withReactProps } from '../common/withReactProps'; import _Field from './Field'; const Field = withReactProps(_Field); export { Field };