packages/form-render/src/widgets/fields/input/index.tsx (
3
lines of code) (
raw
):
import { Input } from 'antd'; import withFieldWrap from '../../utils/withFieldWrap'; export default withFieldWrap(Input);