UNPKG

snabbdom-pragma

Version:

'NotReact.createElement' pragma although for snabbdom

7 lines (4 loc) 113 B
import { onInit } from './neutral' export default (h) => { return h('div', { hook: { init: onInit } }, []) }