Skip to content

Commit e7bdd0c

Browse files
committed
feat: update generated types
1 parent cc8c8ee commit e7bdd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2312,7 +2312,7 @@ declare module 'svelte/types/compiler/interfaces' {
23122312

23132313
// Support using the component as both a class and function during the transition period
23142314
// prettier-ignore
2315-
interface ComponentType {
2315+
export interface ComponentType {
23162316
(
23172317
...args: Parameters<Component<Record<string, any>>>
23182318
): ReturnType<Component<Record<string, any>, Record<string, any>>>

0 commit comments

Comments
 (0)