Skip to content

Commit 9b89700

Browse files
committed
oops this was temporary
1 parent d2e6232 commit 9b89700

File tree

1 file changed

+0
-7
lines changed
  • packages/svelte/src/internal/client/dom/blocks

1 file changed

+0
-7
lines changed

packages/svelte/src/internal/client/dom/blocks/snippet.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ export function wrap_snippet(component, fn) {
6363
});
6464
}
6565

66-
/**
67-
* @template T
68-
* @typedef {{
69-
* [K in keyof T]: () => T[K];
70-
* }} LazyParams
71-
*/
72-
7366
/**
7467
* Create a snippet imperatively using mount, hyrdate and render functions.
7568
* @template {unknown[]} Params

0 commit comments

Comments
 (0)