Files
homewebsite/node_modules/astro/dist/runtime/server/render/dom.d.ts
2025-10-17 20:17:33 +00:00

4 lines
281 B
TypeScript

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