File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2066,7 +2066,7 @@ export interface SvelteHTMLElements {
20662066 failed ?: import ( 'svelte' ) . Snippet < [ error : unknown, reset : ( ) => void ] > ;
20672067 } ;
20682068
2069- [ name : string ] : { [ name : string ] : any } ;
2069+ [ name : string & { } ] : { [ name : string ] : any } ;
20702070}
20712071
20722072export type ClassValue = string | import ( 'clsx' ) . ClassArray | import ( 'clsx' ) . ClassDictionary ;
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ declare global {
250250 } ;
251251 // don't type svelte:options, it would override the types in svelte/elements and it isn't extendable anyway
252252
253- [ name : string ] : { [ name : string ] : any } ;
253+ [ name : string & { } ] : { [ name : string ] : any } ;
254254 }
255255 }
256256}
You can’t perform that action at this time.
0 commit comments