UNPKG

astro

Version:

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

3 lines (2 loc) 145 B
import type { SSRResult } from '../../types/public/internal.js'; export declare function renderJSX(result: SSRResult, vnode: any): Promise<any>;