We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30725b2 commit 467e872Copy full SHA for 467e872
2 files changed
.changeset/grumpy-jars-invite.md
@@ -0,0 +1,5 @@
1
+---
2
+"solid-js": patch
3
4
+
5
+expose `html` with a named export from `solid-js/html`
packages/solid/html/src/index.ts
@@ -23,7 +23,7 @@ import {
23
SVGNamespace
24
} from "solid-js/web";
25
26
-const html: HTMLTag = createHTML({
+export const html: HTMLTag = createHTML({
27
effect,
28
style,
29
insert,
0 commit comments