chore: generate types

hydratable-flag
paoloricciuti 10 months ago
parent 0b2b980eae
commit 90f1fa059c

@ -1756,7 +1756,7 @@ declare module 'svelte/server' {
component: Comp extends SvelteComponent<any> ? ComponentType<Comp> : Comp,
options: { props: Omit<Props, '$$slots' | '$$events'>; context?: Map<any, any> }
]
): RenderOutput;
): Promise<RenderOutput>;
interface RenderOutput {
/** HTML that goes into the `<head>` */
head: string;

Loading…
Cancel
Save