Files
talk-pro/node_modules/astro/dist/runtime/server/render/any.d.ts
2026-05-12 16:16:03 +08:00

3 lines
157 B
TypeScript

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