Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support typescript jsxFragmentFactory
developit#31 ```json "jsxFragmentFactory": "Fragment", ``` or ```json "jsxFactory": "vhtml", "jsxFragmentFactory": "vhtml.Fragment", ``` --- ```ts import h, { Fragment } from 'vhtml'; ```
- Loading branch information