astro-ghostcms/.pnpm-store/v3/files/6e/17da9af33fd7f3e74b45ad55026...

5 lines
335 B
Plaintext

import type { SSRElement, SSRResult } from '../../../@types/astro.js';
import type { StylesheetAsset } from '../../../core/app/types.js';
export declare function renderScriptElement({ props, children }: SSRElement): string;
export declare function renderUniqueStylesheet(result: SSRResult, sheet: StylesheetAsset): string | undefined;