UNPKG

nornj-react

Version:

React bindings for NornJ template engine.

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