Skip to content

Commit 1dc2c36

Browse files
committed
make a named export for solid-js/html for autocompletion in IDEs
1 parent 30725b2 commit 1dc2c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/solid/html/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {
2323
SVGNamespace
2424
} from "solid-js/web";
2525

26-
const html: HTMLTag = createHTML({
26+
export const html: HTMLTag = createHTML({
2727
effect,
2828
style,
2929
insert,

0 commit comments

Comments
 (0)