UNPKG

nornj-react

Version:

React bindings for NornJ template engine.

14 lines 276 B
import { registerComponent } from 'nornj'; import { Switch } from 'antd'; registerComponent({ 'ant-Switch': { component: Switch, options: { valuePropName: 'checked', fieldDefaultRule: { type: 'boolean' } } } }); export default Switch;