Files
dealplustech/dealplustech-astro/node_modules/astro/dist/runtime/server/render/any.d.ts
2026-03-02 12:35:14 +07:00

3 lines
157 B
TypeScript

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