UNPKG

nornj-react

Version:

React bindings for NornJ template engine.

40 lines (36 loc) 733 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _nornj = require("nornj"); var _antd = require("antd"); (0, _nornj.registerComponent)({ 'ant-Input': { component: _antd.Input, options: { hasEventObject: true } }, 'ant-InputPassword': { component: _antd.Input.Password, options: { hasEventObject: true } }, 'ant-InputGroup': _antd.Input.Group, 'ant-TextArea': { component: _antd.Input.TextArea, options: { hasEventObject: true } }, 'ant-Search': { component: _antd.Input.Search, options: { hasEventObject: true } } }); var _default = _antd.Input; exports["default"] = _default;