Skip to content

Commit

Permalink
feat(jsx): add JSXVNode and FC exports
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Sep 11, 2021
1 parent 6188a9c commit f2eb026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsx.ts
Expand Up @@ -87,4 +87,4 @@ namespace JSX {
}
}

export { JSX, jsx, jsx as jsxs, Fragment };
export { JSX, JSXVNode, FC, jsx, jsx as jsxs, Fragment };

0 comments on commit f2eb026

Please sign in to comment.