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

5 lines
335 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
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;