Skip to content

Commit

Permalink
add slot property to SVGAttributes (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclough1 authored Mar 15, 2024
1 parent a70ed18 commit 1c153e8
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 @@ -1693,6 +1693,7 @@ export interface SVGAttributes<T> extends AriaAttributes, DOMAttributes<T> {
method?: string | undefined
min?: number | string | undefined
name?: string | undefined
slot?: string | undefined
style?: string | CSSProperties | undefined
target?: string | undefined
type?: string | undefined
Expand Down

0 comments on commit 1c153e8

Please sign in to comment.