astro-ghostcms/.pnpm-store/v3/files/1f/9afa27fc412dab814feca79d276...

6 lines
374 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { SSRResult } from '../../../@types/astro.js';
import type { MaybeRenderHeadInstruction, RenderHeadInstruction } from './instruction.js';
export declare function renderAllHeadContent(result: SSRResult): any;
export declare function renderHead(): Generator<RenderHeadInstruction>;
export declare function maybeRenderHead(): Generator<MaybeRenderHeadInstruction>;