Skip to content

Commit dbc1300

Browse files
committed
regenerate types
1 parent 737b73a commit dbc1300

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
@@ -319,7 +319,7 @@ declare module 'svelte' {
319319
events?: { [Property in keyof Events]: (e: Events[Property]) => any; } | undefined;
320320
context?: Map<any, any> | undefined;
321321
intro?: boolean | undefined;
322-
recover?: false | undefined;
322+
recover?: boolean | undefined;
323323
}): Exports;
324324
/**
325325
* Unmounts a component that was previously mounted using `mount` or `hydrate`.

0 commit comments

Comments
 (0)