Skip to content

Commit

Permalink
make a named export for solid-js/html for autocompletion in IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Sep 1, 2024
1 parent 30725b2 commit 1dc2c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/solid/html/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
SVGNamespace
} from "solid-js/web";

const html: HTMLTag = createHTML({
export const html: HTMLTag = createHTML({
effect,
style,
insert,
Expand Down

0 comments on commit 1dc2c36

Please sign in to comment.