Update packages/svelte/elements.d.ts

Co-authored-by: 7nik <kfiiranet@gmail.com>
pull/18176/head
Mathias Picker 4 months ago committed by GitHub
parent f080b412ee
commit c473713341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 };

Loading…
Cancel
Save