We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737b73a commit dbc1300Copy full SHA for dbc1300
packages/svelte/types/index.d.ts
@@ -319,7 +319,7 @@ declare module 'svelte' {
319
events?: { [Property in keyof Events]: (e: Events[Property]) => any; } | undefined;
320
context?: Map<any, any> | undefined;
321
intro?: boolean | undefined;
322
- recover?: false | undefined;
+ recover?: boolean | undefined;
323
}): Exports;
324
/**
325
* Unmounts a component that was previously mounted using `mount` or `hydrate`.
0 commit comments