|
|
@ -275,7 +275,7 @@ declare module 'svelte' {
|
|
|
|
* ```
|
|
|
|
* ```
|
|
|
|
* You can only call a snippet through the `{@render ...}` tag.
|
|
|
|
* You can only call a snippet through the `{@render ...}` tag.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* https://svelte.dev/docs/svelte/snippet
|
|
|
|
* See the [snippet documentation](https://svelte.dev/docs/svelte/snippet) for more info.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @template Parameters the parameters that the snippet expects (if any) as a tuple.
|
|
|
|
* @template Parameters the parameters that the snippet expects (if any) as a tuple.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -1339,8 +1339,6 @@ declare module 'svelte/compiler' {
|
|
|
|
} | undefined): Promise<Processed>;
|
|
|
|
} | undefined): Promise<Processed>;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* The current version, as set in package.json.
|
|
|
|
* The current version, as set in package.json.
|
|
|
|
*
|
|
|
|
|
|
|
|
* https://svelte.dev/docs/svelte-compiler#svelte-version
|
|
|
|
|
|
|
|
* */
|
|
|
|
* */
|
|
|
|
export const VERSION: string;
|
|
|
|
export const VERSION: string;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|