UNPKG

snabbdom-pragma-quickfix

Version:

'NotReact.createElement' pragma although for snabbdom

11 lines (5 loc) 142 B
import h from 'snabbdom/h' import { onInit } from './neutral' export default () => { return h('div', { hook: { init: onInit } }, []) }