UNPKG

snabbdom-pragma

Version:

'NotReact.createElement' pragma although for snabbdom

8 lines (6 loc) 122 B
export default (h) => { return h('div', { dataset: { color: 'red' }, attrs: { 'aria-hidden': true } }, []) }