UNPKG

astro

Version:

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

3 lines (2 loc) 157 B
import { type RenderDestination } from './common.js'; export declare function renderChild(destination: RenderDestination, child: any): void | Promise<void>;