fix: add types for `part` attribute to svg attributes

pull/16499/head
Bladesheng 1 month ago
parent 8ad02e4a8c
commit c7ba622175

@ -0,0 +1,5 @@
---
'svelte': patch
---
fix: add types for `part` attribute to svg attributes

@ -1553,6 +1553,7 @@ export interface SVGAttributes<T extends EventTarget> extends AriaAttributes, DO
height?: number | string | undefined | null;
id?: string | undefined | null;
lang?: string | undefined | null;
part?: string | undefined | null;
max?: number | string | undefined | null;
media?: string | undefined | null;
// On the `textPath` element

Loading…
Cancel
Save