Files
talk-pro/node_modules/astro/dist/runtime/server/render/any.d.ts

3 lines
157 B
TypeScript
Raw Normal View History

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