Files
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>;