Skip to content

Commit f1a522a

Browse files
committed
format
1 parent 270b2be commit f1a522a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/svelte/elements.d.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,15 @@ export interface SVGAttributes<T extends EventTarget> extends AriaAttributes, DO
16391639
'stroke-dasharray'?: string | number | undefined | null;
16401640
'stroke-dashoffset'?: string | number | undefined | null;
16411641
'stroke-linecap'?: 'butt' | 'round' | 'square' | 'inherit' | undefined | null;
1642-
'stroke-linejoin'?: 'arcs' | 'miter-clip' | 'miter' | 'round' | 'bevel' | 'inherit' | undefined | null;
1642+
'stroke-linejoin'?:
1643+
| 'arcs'
1644+
| 'miter-clip'
1645+
| 'miter'
1646+
| 'round'
1647+
| 'bevel'
1648+
| 'inherit'
1649+
| undefined
1650+
| null;
16431651
'stroke-miterlimit'?: string | undefined | null;
16441652
'stroke-opacity'?: number | string | undefined | null;
16451653
'stroke-width'?: number | string | undefined | null;

0 commit comments

Comments
 (0)