Skip to content

Commit

Permalink
Merge pull request #266 from cqh963852/fix/jsx_type
Browse files Browse the repository at this point in the history
fix: update jsx export
  • Loading branch information
Tao-VanJS authored Feb 17, 2024
2 parents 87dac40 + 2b51d32 commit 8ed3e5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion addons/van_jsx/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ export function createState(v) {
return van.state(v);
}
export { default as createElement, default as jsx, default as jsxDEV, } from "./createElement";
export * from "./type";
1 change: 0 additions & 1 deletion addons/van_jsx/src/jsx-dev-runtime.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from "./index";
export * from "./jsx-runtime";

0 comments on commit 8ed3e5c

Please sign in to comment.