UNPKG

snabbdom-pragma-quickfix

Version:

'NotReact.createElement' pragma although for snabbdom

11 lines (6 loc) 132 B
import h from 'snabbdom/h' export default () => { return h('div', { style : {color: 'red', fontWeight: 'bold'} }, []) }