vhtml
vhtml copied to clipboard
feat: support typescript jsxFragmentFactory
https://github.com/developit/vhtml/issues/31
"jsxFragmentFactory": "Fragment",
or
"jsxFactory": "vhtml",
"jsxFragmentFactory": "vhtml.Fragment",
import h, { Fragment } from 'vhtml';