astro-ghostcms/.pnpm-store/v3/files/7e/f9f5cbab005d0a12f83dcfb9c54...

3 lines
136 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { SSRResult } from '../../@types/astro.js';
export declare function renderJSX(result: SSRResult, vnode: any): Promise<any>;