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 1dc2c36Copy full SHA for 1dc2c36
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