UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

7 lines (6 loc) 230 B
import type { SSRResult } from '../../../types/public/internal.js'; /** * Relies on the `renderScript: true` compiler option * @experimental */ export declare function renderScript(result: SSRResult, id: string): Promise<any>;