Skip to content

Commit

Permalink
Merge pull request #345 from zheksoon/master
Browse files Browse the repository at this point in the history
Add jsx-dev-runtime and jsx-runtime types, JSX namespace from Preact
  • Loading branch information
yisar authored May 26, 2022
2 parents abb86f5 + 7f51d7e commit 2827fa3
Show file tree
Hide file tree
Showing 4 changed files with 995 additions and 1 deletion.
1 change: 1 addition & 0 deletions jsx-dev-runtime.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export type { jsx, jsxs, jsx as jsxDEV, Fragment, JSX } from "./jsx-runtime";
1 change: 1 addition & 0 deletions jsx-dev-runtime.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { h as jsx, h as jsxs, h as jsxDEV, Fragment } from "./dist/fre.js";
Loading

0 comments on commit 2827fa3

Please sign in to comment.