Files
Tiber365/node_modules/astro/dist/runtime/server/render/any.d.ts
2025-07-24 18:46:24 +02:00

3 lines
157 B
TypeScript

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