From c473713341b583bd1e0539352bb28c62fa22c8ee Mon Sep 17 00:00:00 2001 From: Mathias Picker <48158184+MathiasWP@users.noreply.github.com> Date: Tue, 5 May 2026 19:57:59 +0200 Subject: [PATCH] Update packages/svelte/elements.d.ts Co-authored-by: 7nik --- packages/svelte/elements.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/svelte/elements.d.ts b/packages/svelte/elements.d.ts index 9d7386ed85..ad5815facd 100644 --- a/packages/svelte/elements.d.ts +++ b/packages/svelte/elements.d.ts @@ -2078,4 +2078,4 @@ export interface SvelteHTMLElements { export type ClassValue = string | import('clsx').ClassArray | import('clsx').ClassDictionary; type StylePrimitive = string | number | false | null | undefined; -export type StyleValue = StylePrimitive | StyleValue[] | { [key: string]: StyleValue }; +export type StyleValue = StylePrimitive | StyleValue[] | { [key: string]: StylePrimitive };