Skip to content

Commit 9bc775d

Browse files
committed
regenerate
1 parent a390eec commit 9bc775d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/svelte/types/index.d.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,11 @@ declare module 'svelte' {
448448
}): Exports;
449449
/**
450450
* Unmounts a component that was previously mounted using `mount` or `hydrate`.
451-
* */
452-
export function unmount(component: Record<string, any>): void;
451+
*
452+
*/
453+
export function unmount(component: Record<string, any>, options?: {
454+
outro?: boolean;
455+
} | undefined): void;
453456
/**
454457
* Returns a promise that resolves once any pending state changes have been applied.
455458
* */

0 commit comments

Comments
 (0)