Skip to content

Commit eaf3dfe

Browse files
committed
* core: export 'html' as 'jsx' for improved compatibility with JSX syntax
1 parent a4e568f commit eaf3dfe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/core/src/react/htm.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ const html = htm.bind(h);
66
export {
77
htm,
88
html,
9+
html as jsx,
910
};

0 commit comments

Comments
 (0)