diff --git a/types/index.d.ts b/types/index.d.ts index 2de638c..267d4dd 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1693,6 +1693,7 @@ export interface SVGAttributes extends AriaAttributes, DOMAttributes { method?: string | undefined min?: number | string | undefined name?: string | undefined + slot?: string | undefined style?: string | CSSProperties | undefined target?: string | undefined type?: string | undefined