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 4538613 commit 396575dCopy full SHA for 396575d
packages/svelte/src/internal/client/render.js
@@ -87,15 +87,15 @@ export function mount(component, options) {
87
* context?: Map<any, any>;
88
* intro?: boolean;
89
* recover?: boolean;
90
- * idPrefix?: string;
+ * idPrefix?: string;
91
* } : {
92
* target: Document | Element | ShadowRoot;
93
* props: Props;
94
* events?: Record<string, (e: any) => any>;
95
96
97
98
99
* }} options
100
* @returns {Exports}
101
*/
0 commit comments