UNPKG

nornj-react

Version:

React bindings for NornJ template engine.

8 lines 191 B
import { registerComponent } from 'nornj'; import { Form } from 'antd'; const FormItem = Form.Item; registerComponent({ 'ant-Form': Form, 'ant-FormItem': FormItem }); export default Form;