Initial Astro site for dd0c.net
This commit is contained in:
5
node_modules/astro/dist/runtime/server/render/astro/render.d.ts
generated
vendored
Normal file
5
node_modules/astro/dist/runtime/server/render/astro/render.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { RouteData, SSRResult } from '../../../../@types/astro.js';
|
||||
import type { AstroComponentFactory } from './factory.js';
|
||||
export declare function renderToString(result: SSRResult, componentFactory: AstroComponentFactory, props: any, children: any, isPage?: boolean, route?: RouteData): Promise<string | Response>;
|
||||
export declare function renderToReadableStream(result: SSRResult, componentFactory: AstroComponentFactory, props: any, children: any, isPage?: boolean, route?: RouteData): Promise<ReadableStream | Response>;
|
||||
export declare function renderToAsyncIterable(result: SSRResult, componentFactory: AstroComponentFactory, props: any, children: any, isPage?: boolean, route?: RouteData): Promise<AsyncIterable<Uint8Array> | Response>;
|
||||
Reference in New Issue
Block a user