astro-ghostcms/.pnpm-store/v3/files/57/285cb3cbbc164359e19c996f079...

4 lines
272 B
Plaintext

import type { SSRResult } from '../../../@types/astro.js';
export declare function componentIsHTMLElement(Component: unknown): boolean;
export declare function renderHTMLElement(result: SSRResult, constructor: typeof HTMLElement, props: any, slots: any): Promise<string>;