Skip to content

Commit 42adeb9

Browse files
committed
feat: support hyperscript
Support hyperscript by allowing _ in the HtmlBodyTag
1 parent 88a6a62 commit 42adeb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jsx/events.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ declare namespace JSX {
1919
onstorage?: string;
2020
onundo?: string;
2121
onunload?: string;
22+
_?: string;
2223
}
2324
interface HtmlTag {
2425
oncontextmenu?: string;

0 commit comments

Comments
 (0)