Skip to content

Commit

Permalink
feature: more html intrinsic attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Dec 28, 2022
1 parent e526e95 commit 3d14e01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jsx-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ declare global {
className?: string
style?: Partial<CSSStyleDeclaration> | string | false | null | void
part?: string
exportparts?: string
title?: string

/**
* Sets the `innerHTML` of an element to the **exact** string **without** escaping.
Expand Down

0 comments on commit 3d14e01

Please sign in to comment.