UNPKG

nornj-react

Version:

React bindings for NornJ template engine.

6 lines 159 B
import { registerComponent } from 'nornj'; import { Popconfirm } from 'antd'; registerComponent({ 'ant-Popconfirm': Popconfirm }); export default Popconfirm;