UNPKG

snabbdom-pragma-quickfix

Version:

'NotReact.createElement' pragma although for snabbdom

9 lines (4 loc) 108 B
import h from 'snabbdom/h' export default () => { return h('input', { props: { type: 'text'} }, []) }