hujiulong 7522d4d61a types(transition): props should be declared by generic (#514) hace 6 años
..
__tests__ 460b053f74 test: improve events module test stability hace 6 años
src 7522d4d61a types(transition): props should be declared by generic (#514) hace 6 años
LICENSE 34989ef7fe chore: license hace 6 años
README.md 360f3b4f37 types: improve type exports hace 6 años
api-extractor.json b2d269a651 build: use api-extractor for type rollup hace 6 años
index.js e05673f4d3 refactor: rename packages hace 7 años
jsx.d.ts dfc7c0f12a refactor: adjust internal vnode types + more dts tests hace 6 años
package.json 5eee1152ca types: (wip) improve dts output hace 6 años

README.md

@vue/runtime-dom

import { h, createApp } from '@vue/runtime-dom'

const RootComponent = {
  render() {
    return h('div', 'hello world')
  }
}

createApp().mount(RootComponent, '#app')