regenerate types

pull/11277/head
Rich Harris 1 year ago
parent 737b73ac99
commit dbc1300a87

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

Loading…
Cancel
Save