Skip to content

Commit

Permalink
Fix #97
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kinokon committed Nov 14, 2023
1 parent abc2296 commit 209dcda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1439,6 +1439,7 @@ interface LiHTMLAttributes<T> extends HTMLAttributes<T> {
interface LinkHTMLAttributes<T> extends HTMLAttributes<T> {
as?: string | undefined
crossOrigin?: CrossOrigin
disabled?: boolean
fetchPriority?: "high" | "low" | "auto"
href?: string | undefined
hrefLang?: string | undefined
Expand Down

0 comments on commit 209dcda

Please sign in to comment.