astro-ghostcms/.pnpm-store/v3/files/3a/6db3b70af8328ea40594cc66927...

3 lines
150 B
Plaintext

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