UNPKG

hyperviews

Version:

View template language based targeting hyperscript

9 lines (8 loc) 176 B
export default function factoryMyComponent (h) { return function MyComponent (props, state) { return h('span', null, [ 'Hello world!', h('span') ]) } }