|
|
@ -2915,7 +2915,7 @@ export function unwrap(value) {
|
|
|
|
* @template {Record<string, any>} Props
|
|
|
|
* @template {Record<string, any>} Props
|
|
|
|
* @template {Record<string, any> | undefined} Exports
|
|
|
|
* @template {Record<string, any> | undefined} Exports
|
|
|
|
* @template {Record<string, any>} Events
|
|
|
|
* @template {Record<string, any>} Events
|
|
|
|
* @param {import('../../main/public.js').SvelteComponent<Props, Events>} component
|
|
|
|
* @param {typeof import('../../main/public.js').SvelteComponent<Props, Events>} component
|
|
|
|
* @param {{
|
|
|
|
* @param {{
|
|
|
|
* target: Node;
|
|
|
|
* target: Node;
|
|
|
|
* props?: Props;
|
|
|
|
* props?: Props;
|
|
|
@ -3034,7 +3034,7 @@ export function createRoot(component, options) {
|
|
|
|
* @template {Record<string, any>} Props
|
|
|
|
* @template {Record<string, any>} Props
|
|
|
|
* @template {Record<string, any> | undefined} Exports
|
|
|
|
* @template {Record<string, any> | undefined} Exports
|
|
|
|
* @template {Record<string, any>} Events
|
|
|
|
* @template {Record<string, any>} Events
|
|
|
|
* @param {import('../../main/public.js').SvelteComponent<Props, Events>} component
|
|
|
|
* @param {typeof import('../../main/public.js').SvelteComponent<Props, Events>} component
|
|
|
|
* @param {{
|
|
|
|
* @param {{
|
|
|
|
* target: Node;
|
|
|
|
* target: Node;
|
|
|
|
* props?: Props;
|
|
|
|
* props?: Props;
|
|
|
|