mirror of
https://github.com/sern-handler/website
synced 2026-06-21 23:32:22 +00:00
7 lines
221 B
TypeScript
7 lines
221 B
TypeScript
import type { SSRResult } from '../../../@types/astro.js';
|
|
/**
|
|
* Relies on the `renderScript: true` compiler option
|
|
* @experimental
|
|
*/
|
|
export declare function renderScript(result: SSRResult, id: string): Promise<any>;
|